Khaleddloddaa Posted Sunday at 03:14 AM Posted Sunday at 03:14 AM (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 Sunday at 04:02 AM by Khaleddloddaa more info Quote
Spirited Posted Sunday at 08:09 AM Posted Sunday at 08:09 AM 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 Monday at 03:46 PM Posted Monday at 03:46 PM (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 Monday at 03:50 PM 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.