aspire2008
Well-known member
- Joined
- Nov 10, 2012
- RedCents
- 2,583¢
Is there a TLO in KA that I can check if its in the pulling routine/state?
What I want to do is create a holyshit to switch bandolier to shield or even activate abilities if I'm currently pulling, then switch back to duel wield once in camp (so i guess i need 2 holys?, one to check for in camp and one for pulling). Not even sure how to write the syntax.
holyshit1= if macro.running[KA] && me.pullingstate /bandolier shield
holyshit2= if macro.running[KA] && incamp && !$me.pullingstate /bandolier duelwield
What I want to do is create a holyshit to switch bandolier to shield or even activate abilities if I'm currently pulling, then switch back to duel wield once in camp (so i guess i need 2 holys?, one to check for in camp and one for pulling). Not even sure how to write the syntax.
holyshit1= if macro.running[KA] && me.pullingstate /bandolier shield
holyshit2= if macro.running[KA] && incamp && !$me.pullingstate /bandolier duelwield


