Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
stamina refill item Macro
#6
(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)
Reply


Messages In This Thread
stamina refill item Macro - by xMiickeyx - 05-23-2016, 05:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)