I need help figuring the spam target for race and class.
Example:
#showtooltip
/local tar UnitRace(“Troll”), UnitClass(“Rogue”)
/cast Silver-Plated Turkey Shooter
In time for Pilgrims Bounty
I need help figuring the spam target for race and class.
Example:
#showtooltip
/local tar UnitRace(“Troll”), UnitClass(“Rogue”)
/cast Silver-Plated Turkey Shooter
In time for Pilgrims Bounty
Huh. Didn’t know you could macro by class and race.
Wouldn’t it be easier to find someone on here with a troll rogue alt though?
/1 anyone have a troll rogue? I need for Pilgrams Bounty.
Maybe something like that would work? That’s my plan.
I’ll help with alts i have
You can probably just fly over to the start area and find one someone is inevitably going to make. There probably are also going to be good samaritans plopping their afk alt in some kind of easily accessible neutral area like Dalaran.
Edit - You can also level a rogue and then camp out in the rogue class hall. There are only so many ways in/out of there and you can be 100% confident any player you run into will be a rogue.
Thank you. Is there a comprehensive library for macro/script creation for this? If I knew the variables I am sure I can make it possible. I am hoping it isn’t UnitName based tar for macros.
I should be able to create a target local proximity for “troll rogue”.
Like /local tar UnitRace(“troll”), UnitClass(“rogue”) then use item.
Now that I think about it I might be able to use an asterisk for UnitName assuming UnitName(“*”) means anything.
Pseudo:
Target local named anything specific for troll and rogue, then use item. Item has a cool down of 5minutes so it wouldn’t be hacking
I am looking for a modified macro version of rarescanners target if near apply skull but that addon has known variable UnitName and where they should be. I don’t need the raid marker.
What you want to do with macros isn’t possible.
How do you know? Link your source for me I would like to see the possible macro command library.
I make macros and addons. What you’re asking for doesn’t work. It would be exploitable.
Oh cool. I was looking more into it, and I found the MorphID for specific races haven’t found a way to target a class. The Item cannot be used in PvP so there is that. Is there a macro way for any enemy? I heard I might be about to weakaura initiated item use like the turning into a Turkey gun with a five-minute cool down. Spamming a known target is okay but spamming target specific to race and class I guess is not because it is exploitive when unable to be used in PvP anyway.