Hello guys, I'm new to Hercules and just want to make a contribution
A basic function inspired by Healing Salve Potion of Dota 2
Config:
while(.healcount < 20){ //Set 20 to number of healing instance you want
percentheal 5, 5; //Set 5,5 for HP/SP value heal per instance
sleep2(500);//Set 500 to preferred time interval for healing(in milliseconds)
Script: <" callfunc("HealingSalve"); "> // Input this to your custom item's script
Download:
healingsalve.txt