Macros: Q/A and Requests

I
Wittyscrub said:
<;;BUMP;;>

If possible, Can I request some awesome macro maker to make a macro which does something on the lines of...

/tar happybunny

/cast unholy frenzy

/tar previous player

cheers.



I'm not sure exactly what you wish for here..? - If you're playing with a player called Happybunny, and you wish to only cast unholy frenzy on him while keeping your normal target I'd suggest using:

/cast [target=happybunny] Unholy Frenzy



If you're using it in 2s teams in general and wish to cast it on your partner you can use

/cast [target=party1] Unholy Frenzy

(It might be party2, not 100% sure - but yourself is [target=player] )



Best regards,
 
Well Im not an experience macro haxxor and I might have missunderstood what it is you want to do exactly but this thing will use the spell on you, regardless of who you got targeted, I assume you are Happybunny and want to cast it on yourself.

Alas I am Happybunny, sorry for the confusion for both you and Lindenkron.

Cheers for the macros guys they work like charms!
 
Ok, trying to make a macro to cast mangle in bear and cat.



#showtooltip

/cast [form:1] Mangle; [form:3] Mangle

/startattack



Doesn't work, Mangle by default is the bear version regardless of what form you're in. If I try adding suffixes like Mangle (Cat) or Mangle (Cat Form) then the spell isn't recognized. If I shift click it out of my spellbook it still isn't recognized. Any ideas?
 
Rivfader said:
Ok, trying to make a macro to cast mangle in bear and cat.



#showtooltip

/cast [form:1] Mangle; [form:3] Mangle

/startattack



Doesn't work, Mangle by default is the bear version regardless of what form you're in. If I try adding suffixes like Mangle (Cat) or Mangle (Cat Form) then the spell isn't recognized. If I shift click it out of my spellbook it still isn't recognized. Any ideas?



Code:
#showtooltip

/cast [stance:1] Mangle(Bear Form); [stance:3] Mangle(Cat Form)

/startattack
 
Rivfader said:
Ty, for some reason it wasn't working when I put the form in brackets.



It might have been that you weren't spelling Mangle(cat form) right. Afaik there is no space between mangle and the opening bracket.
 
ok so why does



/equipslot 16 Shadowfang

/equipslot 17 Shadowfang



not work? I will only equip one shadowfang to slot 16 or 17, whichever is first in the macro.
 
Rivfader said:
ok so why does



/equipslot 16 Shadowfang

/equipslot 17 Shadowfang



not work? I will only equip one shadowfang to slot 16 or 17, whichever is first in the macro.



With the weapons equipped;

Code:
/run local function id(s) return strmatch(GetInventoryItemLink("player",s) or "","(item:%d+:%d+):") end for i=16,17 do if id(i) then ChatFrame1:AddMessage("/equipslot "..i.." "..id(i)) end end



Then



Code:
/equipslot 16 item:weaponID:enchantID

/equipslot 17 item:weaponID:enchantID



If both Shadowfangs got the same enchant I think you will have to make an itemset and use



Code:
/equipset Name
 
yeah, they both have the same enchant, I was hoping that wasn't the problem since all my item set slots are currently in use >.<
 
Is it possible to make a macro to return a flag in wsg?? like seriously u just bind to something and it returns it, my friend used it b4 but he later lost it :(
 
what you do is bind action to mouse scroll up and down, that way you mouseover the flag and use your wheel you will most likely get the return every time. lmao 60% of the time, it works every time.
 
Yea i know i have scroll clicked b4, but my friend had a macro to return without ever needing to put ur mouse over it.
 
curleypwnsu said:
Yea i know i have scroll clicked b4, but my friend had a macro to return without ever needing to put ur mouse over it.



He's lying or hacking, that falls outside the boundaries of what macros are able to do.
 
Rivfader said:
He's lying or hacking, that falls outside the boundaries of what macros are able to do.

He must be lying then, he said a gm gave him the macro which i find unbelievable. Yes i am very gullible.
 
Is there any possibility to make macro that will loot box called "Sack of Spoils" and take "Major Mana Potion" from it ? thanks
 

Users who are viewing this thread

Top