AciDTRiP 2 Report post Posted September 28, 2017 those who just want to press 1 button /afkautoshot with petattack how would u set it up so the pet would attack the same target as me ofc 0 Share this post Link to post Share on other sites
HudsonHawk 1 Report post Posted September 29, 2017 (edited) https://github.com/Geigerkind/OneButtonHunter Doesn't get much simpler than that. Good? No, but you get the result of the effort put into it. Hope that helps. Edited September 29, 2017 by HudsonHawk formating 0 Share this post Link to post Share on other sites
mird99 0 Report post Posted September 29, 2017 (edited) this is the best all-in-one macro i have found for initializing combat: /script PetDefensiveMode()PetAttack();if CheckInteractDistance("target",3)and(not PlayerFrame.inCombat)then AttackTarget()elseif not IsAutoRepeatAction(1)then cast("Auto Shot") end if not buffed("Hunter's Mark","target") then cast("Hunter's Mark") end what it does: - set pet to defensive - attack with your pet - sets hunter's mark - attacks with ranged weapon if in valid range - attacks with melee weapon if in melee range you might need SuperMacro, not sure because i always have it installed:https://github.com/isitLoVe/SuperMacro Edited September 29, 2017 by mird99 0 Share this post Link to post Share on other sites
Oakenlix 79 Report post Posted September 29, 2017 4 hours ago, mird99 said: you might need SuperMacro, not sure because i always have it installed:https://github.com/isitLoVe/SuperMacro Yep, won't work without it. 0 Share this post Link to post Share on other sites