Dragonis1701
New member
- Messages
- 8
- Points
- 0
Is there a way to change the starting job from Novice to High Novice?
you can try this, test it first, i didn't test itIs there a way to change the starting job from Novice to High Novice?
- script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;}
Thank you for the script, it works fine. I knew that this was possible via script but I recall running into a file that allowed a server to decide what the character started with and what class they started as. Do you happen to know where it is?you can try this, test it first, i didn't test itIs there a way to change the starting job from Novice to High Novice?![]()
- script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;}
hmm you want them to choose what ever job they want?Thank you for the script, it works fine. I knew that this was possible via script but I recall running into a file that allowed a server to decide what the character started with and what class they started as. Do you happen to know where it is?you can try this, test it first, i didn't test itIs there a way to change the starting job from Novice to High Novice?![]()
- script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;}
Nah, I just want them to start as High Novice from character creation, instead of starting as novice and then having to login and seeing the job change effect in order to be High Novice.hmm you want them to choose what ever job they want?Thank you for the script, it works fine. I knew that this was possible via script but I recall running into a file that allowed a server to decide what the character started with and what class they started as. Do you happen to know where it is?you can try this, test it first, i didn't test itIs there a way to change the starting job from Novice to High Novice?![]()
- script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;}
its like Auto Job Changer in their 1st Login?
That worked perfectly. Thank you both. ^^SQL
ALTER TABLE `char` MODIFY `class` SMALLINT(6) UNSIGNED NOT NULL DEFAULT 'HIGH_NOVICE_ID_HERE';
We use essential cookies to make this site work, and optional cookies to enhance your experience.