Rebirth System

It was fixed a week  or two ago

 
Updated.

Included reset Stats Menu, so that your Rebirth Stat's wont vanish.

 
@Dastgir I think setting for baselevel and joblevel are missing?
current script only works if you are max base/job level.

 
@Dastgir

Yea thats the issue because my server can go up to baselevel 500 and job 120. but the npc keeps saying that i need to be at the max level.

 
Last edited by a moderator:
@Dastgir Sir how to edit the script and make it for trans only for pre-renewal setting? Like High Priest 99/70..

 
hi friend , sorry for  that post but i trying to use with 3 class with 175/60 and always receive that need max lvl and job

 
no, im using rathena ( latest) and that script didnt work give the same problem.
Yes, Because rAthena does not reset the NextBaseExp and NextJobExp variable to 0 when you reach max level.

You will need to change that line to check BaseLevel != MaxLevel

 
Yes, Because rAthena does not reset the NextBaseExp and NextJobExp variable to 0 when you reach max level.

You will need to change that line to check BaseLevel != MaxLevel
            now it works, thanks for help
            }
            if( JobLevel != 60 || BaseLevel != 175 ) {
                mes "You must be Max BaselLevel/Joblevel to Rebirth.";
                close;
            }else if( !.@can_rebirth ){
                if (.job_rebirth&EAJL_BABY)
                    .@job$ = "Baby ";
                if (.job_rebirth&EAJL_THIRD)
                    .@job$ = .@job$+"Third";
                else if (.job_rebirth&EAJL_2_1 || .job_rebirth&EAJL_2_2)

 
I know this is an old thread, but i wanted to add this to a pre renewal game, what should i change to make it work? also, what should i change to make it not ask for items anymore, i just want to add a Zeny cost.

 
It seems that this forum is dead. I tried asking on different places discord, scriptng etc etc. Coz i dont want to bump this old topic. 

My only problem is i want the prize only to be given on the first rebirth and not on the next rebirths, 
Hope someone can help me here.

Thank you sir @Dastgir  for this wonderful script.

 
Back
Top