- This topic has 4 replies, 2 voices, and was last updated 5 years, 2 months ago by tcahuzak.
-
AuthorPosts
-
September 1, 2019 at 7:13 am #164151
Hi people,
Sometimes I make my own target “macro”
Just a simple example:
/target dire condor
How to make it more advanced like Dugi Guide addon? Like target mob + mark with a white skull?
Well maybe for a lot of you this is simple, but I’m not so keen in making macro’s
Thanks for any help
September 1, 2019 at 9:24 am #166373Dugi Target macro:/click DugisGuideViewer_TargetFrameOr go to ESC – Keybinds – Dugi Guides & bind a key to Target Button and while you’re in there, bind a key to Floating Item Button. Highly recommended ::smile:September 1, 2019 at 2:17 pm #166378Thanks for your info… But that’s not what I ment
Sometimes I want to target another mob, just which I want (NOT Dugi Guide)…
/target <mob name> + mark white skull on it
I hope you understand me now?
September 1, 2019 at 5:05 pm #166381I’m in queue atm. so can’t test, but I think this will work (source macros from 2018):/target Dire Condor
/run SetRaidTarget(“target”,Changing 0-8 should change the Raid icons.
Maybe /run has to be /castOr you can go to keybinds and set the binds to select keys according to google ::smile:September 2, 2019 at 8:32 am #166404football said:I’m in queue atm. so can’t test, but I think this will work (source macros from 2018):/target Dire Condor
/run SetRaidTarget(“target”,Changing 0-8 should change the Raid icons.
Maybe /run has to be /castOr you can go to keybinds and set the binds to select keys according to google ::smile:Whow thank you! You brought me in the right direction
Well your macro suggestion is good but I found an improvement, almost same as Dugi Guide is doing. Your method is indeed target & mark but when I hit/spam the button again it keeps toggle on/of skull mark, wich is annoying when you need a specific target within group of mobs with the same name (example: Ghoul Spreaders).
So this is what I’m using now:
/target <name of target>
/run SetRaidTarget(“target”,0)
/run SetRaidTarget(“target”,My example / situation to find & mark the Dire Condors in Redrigde mountains
/target Dire Condor
/run SetRaidTarget(“target”,0)
/run SetRaidTarget(“target”,Then I drag&drop the macro into my skillbar, keybind it then I spam the keybind :p
Next step and I hope someone knows :p
Let’s function it like “cycle through specific target” like Dugi Guide feature also has!
Atm with the current macro: I do target & mark but it doesn’t goes well / perfect. It only target & mark targets within your sign or and you need to de-select (click-off target) to spam the macro for the new target (same unit).
Any suggestions or improvements for this macro?
* I’ve tried /targetenemy and it works like cycle through target (TAB function) but that var won’t work if you want to be specific like “Dire condor”
-
AuthorPosts
- You must be logged in to reply to this topic.