can i ask about this script if set the configuration into this
setarray .MaxRebirth[0],5,1; //Maximum Number of Normal Rebirth/Master Rebirth.(0=Unlimited)
.ResetJob = 3; //0=Don't Change Job, Just Reset Level,1=Reset Job to Novice/Novice_High depending upon the job, 2=Force Reset to Novice, 3=Force Reset to Novice_High
.MasterRebirth = 5; //Number of rebirths require to do Master Rebirth. (0 to disable)
what is the total stats point i can get?i meet all the 5times normal and 1 time master?
is 300*5+200 or
300*5+200+300*5 for loop of rebirth sorry for noob question.im confused with this script.
the script is very nice..thnx for this +1 for you sir
It depends on
.StatusN = 300; //Status Point to Give at Every Normal Rebirth. .StatusM = (.StatusN * .MasterRebirth) + 200; //Status Point to Give at Every Master Rebirth. (Don't Change initial part)
If that's unaltered.
and if you did 5 normal and 1 master, then your status point = ( ( ( 300*5 )+200 )*1 ) + ( 300 * 5) = 3200 Status Points
Script Updated to v1.3
now can rebirth any job by setting
setarray .add_jobs[0],Job_Gunslinger, //Additional Jobs, who can rebirth Job_Soul_Linker, Job_Star_Gladiator, Job_Taekwon;
@
@Skyline xD