PcNy 1 Posted November 23, 2013 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 Quote Share this post Link to post Share on other sites
0 Jhedzkie 0 Posted November 23, 2013 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. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 23, 2013 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... Quote Share this post Link to post Share on other sites
0 Jhedzkie 0 Posted November 23, 2013 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? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 23, 2013 Yes AFAIK. Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted November 23, 2013 you can use SC_ITEMSCRIPT on player to run item script when players entry into a town sc_start SC_ITEMSCRIPT,180000,itemid; 2 Jhedzkie and jaBote reacted to this Quote Share this post Link to post Share on other sites
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