Rebirth System

It does not give any Extra StatusPoints

It is Rebirth System , which allows to rebirth unlimited times

Would you make those two features become optional? I want to give extra status points to the player and limiting how many rebith you can do.
Added at v1.2

 
Last edited by a moderator:
It would be nice to have a Rebirth Ranking for Websites.
you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db,

once you have char id , get its name from char table and output the name and value table.

(Sorry, on mobile now..)

 
It would be nice to have a Rebirth Ranking for Websites.
you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db,

once you have char id , get its name from char table and output the name and value table.

(Sorry, on mobile now..)
Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator?

 
It would be nice to have a Rebirth Ranking for Websites.
you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db,

once you have char id , get its name from char table and output the name and value table.

(Sorry, on mobile now..)
Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator?
What about it? I believe it works for any class.

 
It would be nice to have a Rebirth Ranking for Websites.
you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db,

once you have char id , get its name from char table and output the name and value table.

(Sorry, on mobile now..)
Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator?
What about it? I believe it works for any class.
It doesn't work on Gunslingers, Soul Linker and Star Gladiators.

This is my setup, what do you think should I change?

45sYwxr.png


 
Don't know. Actually I never tried to reset with Guns, Soul Linker or Star Gladiators.

Have you tried to change the 'job_rebirth' to 'EAJL_2' ?

 
Have you tried to put EAJL_UPPER?

Ps: You must set TransJob to 0 since these classes (Soul Linker, Guns and Star Gladiator) are not Trans.

 
Last edited by a moderator:
Something wrong with the current version of your script. Im using latest rev of hercules. Please fix

Code:
[Error]: script_add_str: detected possible use of wrong case in a script. Found'.Reward', probably meant to be '.reward' (in 'npc/custom/woe_controller.txt').
 
Last edited by a moderator:
Something wrong with the current version of your script. Im using latest rev of hercules. Please fix

Code:
[Error]: script_add_str: detected possible use of wrong case in a script. Found'.Reward', probably meant to be '.reward' (in 'npc/custom/woe_controller.txt').
That reports of woe_controller.txt which uses .Reward, but should have used .reward
 
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 
default_no1.gif
 
default_thx.gif


 
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 
default_no1.gif
 
default_thx.gif
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

 
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 
default_no1.gif
 
default_thx.gif
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
*Kneels*

Thanks for this Master Dastgir!

 
Good script very unique idea
default_smile.png
i'm curios on this part:

.job_rebirth = EAJL_2; //EAJL_THIRD = Third Job, EAJL_2 = Second Job, (EAJL_2&EAJL_THIRD) = Second and Third job can rebirth. //More Options [EAJL_2_1,EAJL_2_2,EAJL_UPPER,EAJL_BABY]
@@Dastgir already set the .job_rebirth = EAJL_2; but i still can't rebirth although i'm already a Paladin (Trans Class)

I'm using Pre-Re
default_biggrin.png


Thank you for the script.

 
Last edited by a moderator:
@@Dastgir

what about some optimization to this script?
default_tongue.png
if you put it at github I may give some inputs or here if you prefer
default_tongue.png


 
Last edited by a moderator:
@@Dastgir

what about some optimization to this script?
default_tongue.png
if you put it at github I may give some inputs or here if you prefer
default_tongue.png
You can give it here
default_tongue.png
Just I will take a week to do it, since I am out from a month and assuming to come back soon.

 
Back
Top