Jump to content

aryuchoa

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by aryuchoa


  1. 1 hour ago, Dastgir said:

    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)

×
×
  • Create New...

Important Information

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