[help] sp healing script

iCORE

New member
Messages
393
Points
0
Location
Halcyon Ragnarok
Github
Naori
Emulator
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
default_smile.png


 
@

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.

 
thanks for the reply but its not working for me

bonus2 bAddItemSpRate,12135,50;

Code:
[Warning]: pc_bonus2: unknown type 2700 12135 50!
 
Last edited by a moderator:
@ 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:

Code:
bonus2 bAddItemSpRate,id,n;			Increases SP recovered by n% for item id/ig
 

Attachments

Last edited by a moderator:
Back
Top