03-24-2018, 02:17 AM
(03-23-2018, 06:20 PM)Kazan Wrote:(03-23-2018, 12:49 PM)Catar Wrote: Maybe your character was spamming potions at the same time. Try lower ms
Also check if that item ID is even in bbot item list
This item don't need to be on item list... He's doing something wrong or he don't understand correctly how this item works on server he's playing.
I was using this kind of macro's with items from HoD before i added ID's to item list and it was working well
The item is "Use With..." kind of item. On xenobot, i used this script and it worked perfectly
Code:
Module.New('Say', function()
local staminaId = 20138
if (Self.Stamina() < 2400)
then
Self.UseItemWithMe(staminaId)
end
end)