Rebirth command

ShadowLight

New member
Messages
46
Points
0
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

 
Last edited by a moderator:
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.

 
Back
Top