I'm making a macro to imbue my knights but the macro to use the imbue shrine on my equip is not working.... The imbuement screen doesn't apear. Any reason why it's not working? This is how I'm making the macro.
Debug info:
The character walks to the imbuement shrine but nothing happens....
I should get this screen.
UPDATE:
I figured out why it won't work, it's because this function uses the map item on a equip slot like "Armor", "Left". But the item has to be unequipped. Because if it's equipped I get this. Ahhh man this is a real bummer, it's the only thing keeping me from making my bots full afk.
Soooo.... It's impossible to do?
ps. This Ot is called aurera-global and there's always more then 1000 players online everyday at all times, and the majority of these players use Bbot for 100% afk hunts and for war. I heard there was going to be an update I hope you take this ot into consideration! And please add map.useon.backpackslot
Code:
1000 {Imbue} Container.Find(16161) Map.UseOn.Equip(25061, 32959, 32072, 7, !Found.Slot)
Code:
Container.Find(16161)
Map.UseOn.Equip(25061, 32959, 32072, 7, !Found.Slot)
Debug info:
Code:
Start-Of-Macro
[Variable] !Found.Container! has been set to <<0>> (old value <<0>>)
[Variable] !Found.Slot! has been set to <<0>> (old value <<0>>)
[Function] Container.Find(16161)
[Function] -> 1 :Ok | :East | :Yes | :True | :K_LBUTTON | :HLeft | :VTop
[Function] Map.UseOn.Equip(25061, 32959, 32072, 7, !Found.Slot)
[Function] -> 1 :Ok | :East | :Yes | :True | :K_LBUTTON | :HLeft | :VTop
End-Of-Macro
The character walks to the imbuement shrine but nothing happens....
I should get this screen.
UPDATE:
I figured out why it won't work, it's because this function uses the map item on a equip slot like "Armor", "Left". But the item has to be unequipped. Because if it's equipped I get this. Ahhh man this is a real bummer, it's the only thing keeping me from making my bots full afk.
Soooo.... It's impossible to do?
ps. This Ot is called aurera-global and there's always more then 1000 players online everyday at all times, and the majority of these players use Bbot for 100% afk hunts and for war. I heard there was going to be an update I hope you take this ot into consideration! And please add map.useon.backpackslot