Jump to content
  • 0
Dragonis1701

Starting Job

Question

5 answers to this question

Recommended Posts

  • 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 it :P

-	script	Sample Name	FAKE_NPC,{OnPCLoginEvent:	if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) {	jobchange 4001;	end;	}end;}

Share this post


Link to post
Share on other sites
  • 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 it :P

-	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?

Share this post


Link to post
Share on other sites
  • 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 it :P

-	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?

hmm you want them to choose what ever job they want?

its like Auto Job Changer in their 1st Login?

Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 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 it :P

-	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?

hmm you want them to choose what ever job they want?

its like Auto Job Changer in their 1st Login?

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.