Khaleddloddaa Posted March 22 Posted March 22 (edited) Hi everyone, I’m currently working on a private Conquer Online server .. and I’ve run into an issue. All newly created characters automatically start with a Sub-Class at level 1, which is not what I want. I want the Sub-Class system to work normally: Players should unlock it at level 70 And get it through the Job Center NPC Right now, the Sub-Class is being assigned automatically upon character creation. I’ve already checked and modified the source, but the issue still persists. So I’m starting to think it might be coming from somewhere else, possibly client-side or patch files. Has anyone experienced this on 6609 or knows what could be causing it? Any help would be really appreciated Edited March 22 by Khaleddloddaa more info Quote
Spirited Posted March 22 Posted March 22 Hard to say when we don't have access to whatever project you're working on, but most probably the server that's doing it. Maybe a bad MsgUserInfo message on login? Quote
Konichu Posted March 23 Posted March 23 (edited) You are probably setting the subclass flag field in MsgUserInfo with something and that's not like "All newly created characters automatically start with a Sub-Class at level 1", it's just visual since your MsgPlayerAttribInfo is saying that the user has only the normal HP. You're just looking into the wrong place. The "display" status will be set on two places: MsgUserInfo on login MsgSubPro on interactions with the sub class system Just find out which one is setting the wrong value Edited March 23 by Konichu Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.