Genryrar 0 Report post Posted July 4, 2017 subj. When in AV, using specific potion. When in world - regular. Anyone know how to check if player in BG? 0 Share this post Link to post Share on other sites
Porta 10 Report post Posted July 6, 2017 Dont thinkbu can unless you can queru /who location and use it as a dependancie i gues you can bind different bg bandages under different modifiers tho 0 Share this post Link to post Share on other sites
Justme 9 Report post Posted July 6, 2017 Either try GetZoneText() or work around amount of raidmembers 0 Share this post Link to post Share on other sites
Ldarius 0 Report post Posted July 12, 2017 That macro would be handy indeed. 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted July 12, 2017 /run for _,b in {"Warsong Gulch", "Arathi Basin", "Alterac Valley"} do if GetZoneText() == b then UseAction(p1) return end end UseAction(p2) Put potions in 2 different slots, replace `p1` with the BG potion slot it, `p2` with the normal one. Slot ids: http://i.imgur.com/IbP6QK0.jpg 0 Share this post Link to post Share on other sites
Genryrar 0 Report post Posted July 12, 2017 2 часа назад, WobLight сказал: /run for _,b in {"Warsong Gulch", "Arathi Basin", "Alterac Valley"} do if GetZoneText() == b then UseAction(p1) return end end UseAction(p2) Put potions in 2 different slots, replace `p1` with the BG potion slot it, `p2` with the normal one. Slot ids: http://i.imgur.com/IbP6QK0.jpg Thx man, its work! 0 Share this post Link to post Share on other sites