Jump to content
  • 0
Sign in to follow this  
PcNy

Quick HP/SP recovery in towns

Question

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 :)

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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.   ;)

Share this post


Link to post
Share on other sites
  • 0

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...

Share this post


Link to post
Share on other sites
  • 0

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?  :rolleyes:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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