Shiro
New member
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:
Code:
while(.healcount < 20){ //Set 20 to number of healing instance you want
Code:
percentheal 5, 5; //Set 5,5 for HP/SP value heal per instance
Code:
sleep2(500);//Set 500 to preferred time interval for healing(in milliseconds)
Code:
Script: <" callfunc("HealingSalve"); "> // Input this to your custom item's script
Download:
View attachment healingsalve.txt
Last edited by a moderator: