Miragex01 0 Posted January 31, 2019 Share Posted January 31, 2019 hi all, how create only one function for fight? i wanna if enemyarenaplayer use Tremortotem my pet go autoattack him ? it's possible to relize ?(im control my char dmg/way) Link to comment https://wrobot.eu/forums/topic/10740-function-helper/ Share on other sites More sharing options...
Grizzler 2 Posted January 31, 2019 Share Posted January 31, 2019 Why don't you just use gladdy addon, when you hear termor totem get dropped, rebind a key force pet attack focus, and always focus the shaman as an of target Link to comment https://wrobot.eu/forums/topic/10740-function-helper/#findComment-51241 Share on other sites More sharing options...
Dreamful 148 Posted January 31, 2019 Share Posted January 31, 2019 1 hour ago, Miragex01 said: hi all, how create only one function for fight? i wanna if enemyarenaplayer use Tremortotem my pet go autoattack him ? it's possible to relize ?(im control my char dmg/way) Yes it is possible. In LUA for Grounding Totem would be simple this, if UnitBuffID("arena1", 8178) -- Checks if arena target has the Grounding Totem buff or UnitBuffID("arena2", 8178) or UnitBuffID("arena3", 8178) then RunMacroText("/petattack Grounding Totem") -- Sends pet to Grounding Totem end Just change up the ID with the Tremor Totem Buff. Miragex01 1 Link to comment https://wrobot.eu/forums/topic/10740-function-helper/#findComment-51244 Share on other sites More sharing options...
Miragex01 0 Posted January 31, 2019 Author Share Posted January 31, 2019 ty ❤️ Link to comment https://wrobot.eu/forums/topic/10740-function-helper/#findComment-51253 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now