Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion

Reply
 
LinkBack Thread Tools
Old 04/24/09, 9:20 PM   #601
Brgid
Von Kaiser
 
Troll Shaman
 
Feathermoon
Urgh, another hunter armed with a brainless totemstomping macro. Looking forward to Blizzard one day honouring its promise to get rid of them .... [/rantover]

Macro question: apologies if this has been addressed but couldn't find it on a search; is there a macro command to switch action bars, or any way to alter keybinds within a macro? I'm trying to set up a macro that switches me from 2H to S+B but I use different abilities with S+B than I do with a 2Her so wanted to switch around my bars +/or binds at the same time (and then have a macro which switches back to 2Her and switches bars/binds back...)

If this has already been addressed even a quick link would be greatly appreciated...!

Offline
Reply With Quote
Old 04/25/09, 6:30 AM   #602
MatsT
Don Flamenco
 
Night Elf Druid
 
Frostmane (EU)
Reminder: always make sure to check Making a macro - WoWWiki - Your guide to the World of Warcraft before asking questions since 90% is already answered there. The answer to your particular question can be found at Making a macro - WoWWiki - Your guide to the World of Warcraft

Offline
Reply With Quote
Old 04/25/09, 9:33 PM   #603
Soulflare
Glass Joe
 
Orc Shaman
 
Jubei'Thos
Anywhere I can find information on new dual spec macro commands? I'm trying to create a single macro that will cast different spells in different specs and another for switching talent spec using a macro.

Offline
Reply With Quote
Old 04/26/09, 4:36 AM   #604
Stirius
Von Kaiser
 
Night Elf Druid
 
Nozdormu (EU)
Originally Posted by Soulflare View Post
Anywhere I can find information on new dual spec macro commands? I'm trying to create a single macro that will cast different spells in different specs and another for switching talent spec using a macro.
different spells:
/cast [spec:1] bla; [spec:2] blub
for switching spec:
/usetalents 1
or for secondary spec:
/usetalents 2

Offline
Reply With Quote
Old 04/27/09, 5:45 AM   #605
Prinsesa
Bald Bull
 
Blood Elf Paladin
 
Echo Isles
To merge those two:

/usetalents [spec:1] 2; [spec:2] 1
That should switch you back and forth between specs, regardless of which one you're currently using.

"We do want Sanctuary to be the tanking seal"

- Ghostcrawler

Offline
Reply With Quote
Old 04/28/09, 9:16 AM   #606
Deepwinter
Glass Joe
 
Night Elf Druid
 
Draenor (EU)
Tons awesome addon

Hey sarf i just wanted to say thx for the addon its a really nice neat solution to repeatedly queuing up in my case maul goodwork

Regards,

Deepwinter

Draenor EU

Offline
Reply With Quote
Old 04/28/09, 3:31 PM   #607
kalbear
Bald Bull
 
Tauren Druid
 
Balnazzar
Also on a sidenote - one thing that I like a lot about TONS is that you can do some unintended things. For instance, I have faerie fire on a macro, and it was trivial to add it to the macros that should be toggled with maul. Now that faerie fire is an important part of the rotation, it was pretty trivial to get that in as well.

United States Offline
Reply With Quote
Old 04/29/09, 8:44 AM   #608
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
Originally Posted by kalbear View Post
Also on a sidenote - one thing that I like a lot about TONS is that you can do some unintended things. For instance, I have faerie fire on a macro, and it was trivial to add it to the macros that should be toggled with maul. Now that faerie fire is an important part of the rotation, it was pretty trivial to get that in as well.
Cool, and thanks for the info! I haven't kept up with the threat increase - I've been too busy just enjoying 5 minute Faerie Fire (hence, not spamming it). Your post does make my fingers itch on writing a macro manipulation lib, though...

On a personal note, while my life is much less hectic now that I have maul bound to everything under the sun, rage starvation is becoming a real problem. If only Blizzard would allow caps/num/scroll-lock as a modifier!

"Let me be clear... I am prepared to claim any level of incompetence, no matter how absurd, in order to avoid culpability." SMBC #2387

Offline
Reply With Quote
Old 05/03/09, 11:26 PM   #609
Flangus
Glass Joe
 
Undead Death Knight
 
Agamaggan (EU)
Hey, I'm having some trouble with the hand-mounted pyro rocket. I'm trying to macro it onto heart strike, but what happens is that the rocket will go off every 45 sec. However, heart strike isn't cast. At all.

Trying to use

#showtooltip heart strike 
/cast heart strike (rank 6)
/use Valorous Scourgeborne Gauntlets
but it obviously isn't working. Any thoughts?

Offline
Reply With Quote
Old 05/04/09, 12:25 AM   #610
MatsT
Don Flamenco
 
Night Elf Druid
 
Frostmane (EU)
Originally Posted by Flangus View Post
Hey, I'm having some trouble with the hand-mounted pyro rocket. I'm trying to macro it onto heart strike, but what happens is that the rocket will go off every 45 sec. However, heart strike isn't cast. At all.

Trying to use

#showtooltip heart strike 
/cast heart strike (rank 6)
/use Valorous Scourgeborne Gauntlets
but it obviously isn't working. Any thoughts?
There's not supposed to be a space between "heart strike" and "(rank 6)".

Offline
Reply With Quote
Old 05/04/09, 12:27 AM   #611
Flangus
Glass Joe
 
Undead Death Knight
 
Agamaggan (EU)
Oh god, I just facepalmed so hard I broke my nose. Ever since the downranking nerfs I've just left the rank-part out of my macros till dual spec decided to bug out.

Thanks!

Offline
Reply With Quote
Old 05/04/09, 7:55 AM   #612
Prinsesa
Bald Bull
 
Blood Elf Paladin
 
Echo Isles
Tangentially related to the AHK thread, but how are we supposed to spell out Feral Faerie Fire in a macro?

#showtooltip Swipe
/castrandom Swipe,Mangle (Bear)(Rank 5),Faerie Fire (Feral)
This macro never seems to cast FFF, even after I shift-click-copied it from the spellbook (which worked for Mangle)

"We do want Sanctuary to be the tanking seal"

- Ghostcrawler

Offline
Reply With Quote
Old 05/04/09, 8:21 AM   #613
charriu
Piston Honda
 
charriu's Avatar
 
Tauren Druid
 
Gorgonnash (EU)
Originally Posted by Prinsesa View Post
Tangentially related to the AHK thread, but how are we supposed to spell out Feral Faerie Fire in a macro?

#showtooltip Swipe
/castrandom Swipe,Mangle (Bear)(Rank 5),Faerie Fire (Feral)
This macro never seems to cast FFF, even after I shift-click-copied it from the spellbook (which worked for Mangle)
Append () to it.

Offline
Reply With Quote
Old 05/04/09, 7:18 PM   #614
Darkorical
Glass Joe
 
Orc Warlock
 
Ravenholdt
Alright searching failed and the wiki article on macros didn't help that much either so Ill ask it here.

is there a way to change what chat channel a macro goes to based on current situation

I have

/cast Life Tap
Tap! Tap! Tap!

That way the healer knows that I'm just tapping and not getting pounded and they don't need to pay attention to my loss of HP.

But it always sends to the last chat I was active in (which sometimes annoys my guild)

but if I go
/raid Tap! Tap! Tap!

and I'm in a Heroic then I get the not in a raid group error and switching to /p doesn't work in raids

and if I'm alone I don't need it at all

now I saw the group condition part of the wiki but

/[group:party] /p Tap! Tap! Tap [group:raid] /raid Tap! Tap! Tap [group, nomodifier] /

doesn't seem to work either.

any advice

Offline
Reply With Quote
Old 05/05/09, 3:41 AM   #615
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
/cast Life Tap
/stopmacro [nogroup]
/p Tap! Tap! Tap!
/stopmacro [nogroup:raid]
/raid Tap! Tap! Tap!
To avoid spamming /p in raids, you will need to do macro branching with /click. This example uses ActionButton 11 and 12:
/cast Life Tap
/click [group:raid] ActionButton11
/stopmacro [group:raid] 
/click [group:party] ActionButton12
On ActionButton11 you place the following command: /raid Tap! Tap! Tap!
On ActionButton12 you place the following command: /p Tap! Tap! Tap!

To get the name of a button, you mouse over it and use the command:
/run local f = GetMouseFocus() if f and f:GetName() then ChatFrame1:AddMessage(f:GetName()) end
It's a bit complex, and can actually be solved using script commands instead:
/cast Life Tap
/run local c if GetNumRaidMembers() > 0 then c="RAID" elseif GetNumPartyMembers() > 0 then c="PARTY" end if c then SendChatMessage("Tap! Tap! Tap!", c) end

"Let me be clear... I am prepared to claim any level of incompetence, no matter how absurd, in order to avoid culpability." SMBC #2387

Offline
Reply With Quote
Old 05/05/09, 6:06 AM   #616
PrayForDeath
Von Kaiser
 
Tauren Druid
 
Draka
Originally Posted by Darkorical View Post
is there a way to change what chat channel a macro goes to based on current situation

I have

/cast Life Tap
Tap! Tap! Tap!
In addition to the macro that Sarf has suggested above, you can use an add-on called BattleCry (look for the fan update on wowinterface.) I prefer using the addon over macros because if you're the button-mashing type of player (or use AHK) then you'll end up spamming chat with that macro. You can set up BattleCry to only announce once the spell starts casting or completes. And you can also add a cooldown to the announcement and change its frequency (50% of the time for instance.)

If you set it to announce to the raid channel, it will automatically announce to group if you aren't in a raid, and to /say if you aren't grouped.

There are ways to add a cooldown to announcement macros, but it's a long script and doesn't always fit if your macro is complicated.

Offline
Reply With Quote
Old 05/07/09, 7:53 PM   #617
Darkorical
Glass Joe
 
Orc Warlock
 
Ravenholdt
First thank you very much for the info it works great.

Now I have a new question. I used to play Guild Wars and in it I could click my health bar and it would announce to my group "My health is 500 of 2000" same with my mana. Also I by shift clicking a mob and I'd call out "I'm targeting X!" Currently I can make a macro that I click and it does the same with I'm targeting %t! but I cant seem to find a way to call out my health or mana.
anyone have a suggestion on how to make this work?

Offline
Reply With Quote
Old 05/08/09, 3:19 AM   #618
Bettyboo
Glass Joe
 
Orc Hunter
 
Bloodscalp (EU)
Originally Posted by Darkorical View Post
I cant seem to find a way to call out my health or mana.
anyone have a suggestion on how to make this work?
Why would you want to annoy people (especially healers) by announcing your health? They have raidframes etc. where they can see your healthbar. A calling out health macro would be much slower than that. If they don“t heal you when you are low, they are either just bad at their job or have better things to do at the moment (like healing the MT).

Offline
Reply With Quote
Old 05/08/09, 9:14 PM   #619
Darkorical
Glass Joe
 
Orc Warlock
 
Ravenholdt
Originally Posted by Bettyboo View Post
Why would you want to annoy people (especially healers) by announcing your health? They have raidframes etc. where they can see your healthbar. A calling out health macro would be much slower than that. If they don“t heal you when you are low, they are either just bad at their job or have better things to do at the moment (like healing the MT).
1. Not all healers have Raid frames (some just use the above head bars) So a quick call out can't hurt anything.
2. Its not always the healers who I'm interested in telling. So its not always a request for healing
3. I'm sure I'm not the only person who has ever pugged an instance and had the tank contentiously run headlong into the next battle not paying attention to weather or not anyone has mana. Having a one click announce of my mana/hp would be a quick and easy way to telling him to slow down.
4. Sometimes I'm the healer and want a quick way to tell the other healers I'm about out of mana.
5. Locks have a habit of scaring healers by Life Tapping and not telling the healer so the healer doesn't know weather hes tapping or getting pummeled by a loose mob. I quick tap on a mana announce addon would tell them quick and easy "I'm fine just trading hp for mp".
6. My reasons both previously stated and yet unstated are my own I posted a request for help and info for those reasons, not to have my reasoning and motivation questioned.

Offline
Reply With Quote
Old 05/08/09, 10:56 PM   #620
Darkorical
Glass Joe
 
Orc Warlock
 
Ravenholdt
WOOT! I got it on my own by peicing commands together from unit frames mods and other macros.

It sends your current health vs max health to either raid or party depending on what kind of group you are in."My health is 17586 of 18596!"
If you are dead it says "I'm Dead!"
**This is 257 charactors so it wont work in normal macro without a slight revision. if you don't have a macro extender mod you will need to change s="My Health is " to s="My HP is "
/run h=UnitHealth('player') t=UnitHealthMax('player') if UnitHealth('player') >0 then s="My health is "..h.." of "..t.."!" else s="I'm Dead!"end if GetNumRaidMembers() > 0 then c="RAID" elseif GetNumPartyMembers() > 0 then c="PARTY"end SendChatMessage(s, c)
here is the mana version This also works for rage energy and runic power

/run h=UnitPower('player') t=UnitPowerMax('player') if UnitPower('player') >0 then s="My Mana is "..h.." of "..t.."!" else s="I'm OOM!"end if GetNumRaidMembers() > 0 then c="RAID" elseif GetNumPartyMembers() > 0 then c="PARTY"end SendChatMessage(s, c)

Last edited by Darkorical : 05/08/09 at 11:28 PM.

Offline
Reply With Quote
Old 05/09/09, 9:53 AM   #621
czokalapik
Von Kaiser
 
czokalapik's Avatar
 
Blood Elf Death Knight
 
Wildhammer (EU)
Hi, i'm Death Knight Tank, and recently i switchet in blood. I've picked up Hysteria, because it's great dmg burst for raid, but i'm wondering how can i cast it based on priority with a macro.

Lets say i'm running 10ppl Ulduar with my group, and we have unholy DK, enh Shaman, and fury warrior. I want to cast Hysteria on warrior, but if he is not in raid i want to use it on dk, and again, if he also is absent i want to boost shaman with hysteria.

so... will such macro work?
/cast [target=<nickWar>, target=<nickDK>, target=<nickSham>] Hysteria

Thanks in advance

Offline
Reply With Quote
Old 05/11/09, 1:02 AM   #622
Shig27
Glass Joe
 
Shig27's Avatar
 
Human Paladin
 
Bloodhoof
In an attempt to make some quick cash, my current professions are herbalism and mining. I just continuously switch between the two types of tracking when moving through a zone. Is there a way I could toggle between the two using just one key, rather than having to use two keys?

Offline
Reply With Quote
Old 05/11/09, 4:38 AM   #623
Lokk
Glass Joe
 
Troll Hunter
 
Daggerspine (EU)
Originally Posted by Shig27 View Post
In an attempt to make some quick cash, my current professions are herbalism and mining. I just continuously switch between the two types of tracking when moving through a zone. Is there a way I could toggle between the two using just one key, rather than having to use two keys?

#showtooltip
/castsequence Find Minerals, Find Herbs

Lokk

Offline
Reply With Quote
Old 05/11/09, 6:56 AM   #624
Marieth
Piston Honda
 
Gnome Rogue
 
Agamaggan (EU)
Originally Posted by czokalapik View Post
Hi, i'm Death Knight Tank, and recently i switchet in blood. I've picked up Hysteria, because it's great dmg burst for raid, but i'm wondering how can i cast it based on priority with a macro.

Lets say i'm running 10ppl Ulduar with my group, and we have unholy DK, enh Shaman, and fury warrior. I want to cast Hysteria on warrior, but if he is not in raid i want to use it on dk, and again, if he also is absent i want to boost shaman with hysteria.

so... will such macro work?
/cast [target=<nickWar>, target=<nickDK>, target=<nickSham>] Hysteria

Thanks in advance
Try the following:

/cast [target=name1,exists,nodead] Hysteria; [target=name2,exists,nodead] Hysteria; [target=player] Hysteria

"...gone missing."

Offline
Reply With Quote
Old 05/25/09, 11:05 AM   #625
Oprahwinfury
Von Kaiser
 
Oprahwinfury's Avatar
 
Gnome Death Knight
 
Stormscale (EU)
Whenever you meet a priest or a shaman in arena, the first thing they do is usually dispelling all your buffs, would it be possible to make a macro that rebuffs for example Blessing of Kings on myself and my partner with a couple of clicks if the buff is missing, and if i already have the buff, the macro does nothing?

Since BoK actually costs less mana than dispel magic it might work out in our favor.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Warlock] 5 v 5 Macro help Cronjob Player vs. Player 13 09/08/07 6:38 AM
Need help with a macro. Iol User Interface and AddOns 5 08/10/07 3:36 PM
Macro Fun KGBAgent185 Public Discussion 16 11/05/05 1:24 PM