Forum Settings
       
Reply To Thread

what macro's do you use ?Follow

#1 Jan 25 2008 at 2:45 AM Rating: Good
**
802 posts
I've seen tanks use macro's to announce succcesfull/failed taunts, activating of last stand + the amount of HP they'll loose and WARNING : "I'm pulling target X".

I've decided to use these 2 macro's for arena + PvE (taken from wowwiki rogue macro's found here) :

After Gouge :
Quote:
/use [target=player] Netherweave Bandage

I'll use this after a succesfull Gouge. I'm not using the macro as mentioned on the wiki because it will also activate a bandage even after an unsuccesfull Gouge. I'm putting this next to my Gouge button and will look what hotkey i'll assign to it.

Cast for blind :
Quote:
/cast [target=mouseover] Blind
/focus [target=mouseover]
/stopmacro [target=focus, noharm]
/p %f has been blinded. DO NOT TOUCH!


I have a few questions about this; what does %f do ? will it show in say, raid, party or yell ?

How do i make a macro that shows my abilities fail ? Like announce to my teammates that my kick/gouge/kidneyshot was resisted ? I would have to (and i also want to) switch all these abilites to a macro.

What macro's do you use ? If needed we can make a list of very usefull macro's and put them in the sticky ?
#2 Jan 25 2008 at 2:59 AM Rating: Good
*
169 posts
%f is your focus(f) target name. the way that macro is done, it will show up in party because of the /p before the "%f has been blinded. DO NOT TOUCH!". Change that to /y, /raid, /s, ect depending on where you want it to pop up.
#3 Jan 25 2008 at 3:55 AM Rating: Good
**
802 posts
ah yes, missed the /p there .. lol. Rated up for that :D Anyone with some very good helpfull macro's that aren't on the wiki ? Also still looking for the macro that msg's when something fails. Can't find it on the warrior macro wiki. I'll keep looking :D
#4 Jan 25 2008 at 4:07 AM Rating: Good
****
6,318 posts
You should be able to add a modifier to the bandage line to keep it from firing if gouge misses.

I think that it would look like
Quote:
/use [target=player, nocombat] Netherweave Bandage


Personally, it seems silly to try to bandage after every gouge. What if you bandage when you don't need it?
#5 Jan 25 2008 at 4:37 AM Rating: Decent
*
169 posts
Go to the O boards and use the search to search for posts regarding Macros. There was a great one on there a while back.

Edit: %t in a macro will put your targets name into the chat message, just fyi.

Edit 2: Adding further lines of "%f has been blinded blah blah blah" preceded by the /y, /raid, and /s commands is a surefire way to make sure the message isn't missed.

Edited, Jan 25th 2008 4:42am by Nocthil
#6 Jan 25 2008 at 5:17 AM Rating: Decent
The two macros i use the most are:

For when im being ganked /rude x100-sometimes lags me or them out and wont kill me :-)

The other is the macro for pickpocketing shortly followed by cheap shot (very handy i would reccomend it, it it somewhere in the threads here on the first page)
#7 Jan 25 2008 at 2:30 PM Rating: Decent
Quote:
For when im being ganked /rude x100-sometimes lags me or them out and wont kill me :-)


WTF
#8 Jan 27 2008 at 9:50 PM Rating: Decent
***
1,875 posts
Quote:
/use [target=player, nocombat] Netherweave Bandage


wont work, gouge doesnt break combat... it stops autoattack
#9 Jan 30 2008 at 12:36 AM Rating: Good
**
802 posts
ok tested the blind macro yesterday. It doesn't work. It says no target if i target a group member and when using it in arena it doesn't even seem to give any kind of error ?

I switched /p with /raid.

i switched the first two lines of code
Quote:
/focus [target=mouseover]
/cast [target=mouseover] Blind
/stopmacro [target=focus, noharm]
/p %f has been blinded. DO NOT TOUCH!


I removed the [target=mouseover] and [target=focus], then it says that it has no focus :/

Anyone with any ideas ?

I'm also still looking for a piece of code that shows in /raid or /p that a blind missed with a different warning.

Edited, Jan 30th 2008 9:37am by samperor
#10 Jan 30 2008 at 6:48 AM Rating: Decent
**
542 posts
Try changing: /cast [target=mouseover] Blind
to: /cast [target=focus] Blind

#11 Jan 31 2008 at 2:25 AM Rating: Decent
I've been trying this one to activate my trinket before using eviscerate.

/use Bladefist's Breadth
/cast Eviscerate

I don't think this is the most effective way of using it though :/
#12 Jan 31 2008 at 5:48 AM Rating: Decent
*
103 posts
won't work because of the global cooldown using a trinket causes
#13 Jan 31 2008 at 6:04 AM Rating: Good
***
1,006 posts
/cast Cloak of Shadows
/cast Vanish

/cast Sap
/focus

/castrandom Ghostly Strike, Hemmorhage

#14 Jan 31 2008 at 6:49 AM Rating: Decent
Hmmm yea thought so about my macro. I made another one which can be quite useful but again it is flawed:

/cast stealth
/cast [stealth] shadowstep
/cast [stealth] sap

This doesn't work as I have to press it twice to get the sap.
Whenever I make macros with shadowsteps my attacks wont turn on, such as a shadowstep/premed cheap shot one I made similar to the one above.
The shadowstep and premed works but the cheapshot isn't activated.

Does anyone know why?

Edited, Jan 31st 2008 9:50am by jcbdrzr
#15 Jan 31 2008 at 12:39 PM Rating: Decent
*
103 posts
Activating ShS starts global cooldown. Macro tries to cast both of them at the same time, but that's not possible because of GC. But I think cold blood + evi would work, because cold blood doesn't activate the GC.
#16 Jan 31 2008 at 1:47 PM Rating: Decent
*****
13,048 posts
For blinding your focus, you need to make sure that it looks like this:

/cast [target=focus, harm, exists] Blind

Otherwise you're going to blind your target if you don't have a focus.
#17 Jan 31 2008 at 2:22 PM Rating: Good
****
4,297 posts
samperor wrote:
I'm also still looking for a piece of code that shows in /raid or /p that a blind missed with a different warning.


you can't do this with a macro.

but you probably can find an addon which will provide that functionality (by scanning the combat log)

hell, i bet you could configure sct to do it.
#18 Feb 01 2008 at 12:58 AM Rating: Good
**
802 posts
that would be sweet, one of our MT's has it but he's not responding to questions as to which mod or macro it is :/

Theo, I'll try your suggestion. Is there anything else i need to do BEFORE the macro can work ? Like click 1 enemy, then another then switching back with TAB ? Because that causes focus to work right ?

Edited, Feb 1st 2008 1:33pm by samperor
#19 Feb 01 2008 at 2:26 AM Rating: Good
*****
13,048 posts
samperor wrote:
that would be sweet, one of our MT's has it but he's not responding to questions as to which mod or macro it is :/

Teho, I'll try your suggestion. Is there anything else i need to do BEFORE the macro can work ? Like click 1 enemy, then another then switching back with TAB ? Because that causes focus to work right ?

You just need to have set an enemy as your focus (/focus).
Reply To Thread

Colors Smileys Quote OriginalQuote Checked Help

 

Recent Visitors: 142 All times are in CST
Anonymous Guests (142)