Jump to content
  • 0
Sign in to follow this  
ShadowLight

Rebirth command

Question

Hey guys,

 

This might be a silly question, but what is the command to rebirth? I tried:

resetlvl(1);

I can see the base level and job level up animation but I am still just a novice. This NPC is used by new characters and they are mostly level 1/1 and they should be High Novice with proper stat points when using the NPC.

 

Thanks in advance,

ShadowLight

Edited by ShadowLight

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

The job change to High Novice should be made on the script before issuing the resetlvl(1) script command if you want to make your players rebirth.

 

So, the sequence for getting someone to transcend is like this:

 

jobchange Job_Novice_High;resetlvl(1);

resetlvl(1) will automatically give the 100 stat points, First Aid and Trick Dead skills if the new job is High Novice.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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