Quick HP/SP recovery in towns

PcNy

New member
Messages
34
Points
0
Hello,

I am looking for a script to make all players in all cities/towns have quick hp/sp recovery rate. (eg: like 2x or 3x or normal recovery).

Thank you
default_smile.png


 
my thoughts about this, if it is possible for a script to set bonus bHPrecovRate and bSPrecovRate to players that warps to town, then that should do.

if not, the only way is to create an SC that will be triggered when the player warps in and will be ended when warps out.

something like SC_TOWNHEALING or something.  
default_wink.png


 
Not possible in scripting engine as far as I know.

Most similar thing I know is by using an item with the following script:

bonus bHPrecovRate,n;bonus bSPrecovRate,n; 
With n = 100. But well, this ony works for item scripts...

 
Not possible in scripting engine as far as I know.

Most similar thing I know is by using an item with the following script:

bonus bHPrecovRate,n;bonus bSPrecovRate,n; 
With n = 100. But well, this ony works for item scripts...
exactly. those are item exclusive scripts. so, i guess, src mod needed? 
default_rolleyes.gif


 
Back
Top