04-21-2012, 07:16 PM
your script didn't work, it didn't even read a slime as a target but adding function "Target.ByName" solved this problem
tested, 100% working, kills slime with gfb rune if mana potions are less than 10
although using firebomb rune would be much safer
thank you for your help
Code:
1000 {slimekillwithgfb} Misc.ItemCountEx(268)<10 Target.ByName(Slime) Target.Shoot(3191)
tested, 100% working, kills slime with gfb rune if mana potions are less than 10
although using firebomb rune would be much safer
thank you for your help