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

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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