Jump to content
  • 0
Sign in to follow this  
iCORE

[help] sp healing script

Question

hi im looking for a script for item that can increase the sp healing of a certain item

 

its like this

bonus2 bAddItemHealRate,id,n;

but SP

 

thanks in advance :)

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

@


Seems like you are out of luck. Did you try if bAddItemHealRate works if you use a SP item id? Otherwise i guess you will need to add a bAddItemSpRate manually.

Share this post


Link to post
Share on other sites
  • 0

thanks for the reply but its not working for me

 

bonus2 bAddItemSpRate,12135,50;

 

 

[Warning]: pc_bonus2: unknown type 2700 12135 50!
Edited by Naori

Share this post


Link to post
Share on other sites
  • 0

@ firstly, in case you're using wrong function :v, do not work like a machine, just view code!

 

second, you want to make bonus script to add bonus to extract item id or to all healing sp items?

 

my code work to increase % sp healing for all healing items :v

 

bonus bAddItemSpRate,n;				Increases SP recovered by n% for healing items.

Update ver2 :v

 

bAddItemSpRate_v2.diff

 

bonus to extract item id:

 

bonus2 bAddItemSpRate,id,n;			Increases SP recovered by n% for item id/ig
Edited by Gerz

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.