 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
|
04/08/08, 3:15 AM
|
#301
|
|
Glass Joe
Dwarf Priest
Sunstrider (EU)
|
Originally Posted by Sarutobi
(read: if they released it will say "Resurrecting <no target>.")
|
But will i be able to ress them even if they release. I mean can i still use that macro and hover over their body and ress. (Wasent home yesterday) so i will first be able to try it tonight.
|
|
|
|
|
|
04/08/08, 7:12 AM
|
#302
|
|
Glass Joe
Human Mage
Shadowsong (EU)
|
Have a question for a shaman macro.
You know that shamans dps is lots higher when switched between flame and earthshock...
well i want to make macro which starts checking if target has a flame shock debuff (he'll have this if flame shock is already casted) if the flame shock debuff isn't there then cast flameshock. if debuff is there cast earthshock...
i just don't know the function to check the debuffs of a target.
so basicly it comes to this
if(target has debuff) cast earthshock
else cast flame shock
|
|
|
|
|
|
04/08/08, 7:51 AM
|
#303
|
|
Don Flamenco
Night Elf Hunter
Ysera (EU)
|
It´s no longer possible to do custom if - then conditions in macros or addons while in combat since... I think 2.0 or something. The only conditions that work are those specifically designed for macros. It´s not possible to make decisions based on your targets debuffs though.
Check the Macro Options part of Wowwiki: HowTo Make a Macro for more information.
|
|
|
|
|
|
04/08/08, 7:59 AM
|
#304
|
|
Von Kaiser
Troll Priest
Mannoroth (EU)
|
the only thing you could do, would be a castsequence
/castsquence r=12 Flame Shock, Earth Shock
with a reset timer of 12 seconds (that's the duration of the flameshock debuff afair)
hope this helps 
|
|
|
|
|
|
04/08/08, 8:59 AM
|
#305
|
|
Glass Joe
Human Mage
Shadowsong (EU)
|
thx gonna try that 
|
|
|
|
|
|
04/08/08, 11:55 AM
|
#306
|
|
Glass Joe
|
Originally Posted by Hamsda
the only thing you could do, would be a castsequence
/castsquence r=12 Flame Shock, Earth Shock
with a reset timer of 12 seconds (that's the duration of the flameshock debuff afair)
hope this helps 
|
wow, you can use r for reset!
I would leave the reset out, cd on shocks is 6 seconds so a castsequence itself would work. Also, the reset starts the last time you hit the button, so it would reset 12 seconds after you ES.
|
|
|
|
|
|
04/14/08, 4:02 PM
|
#307
|
|
Glass Joe
|
Originally Posted by Stosh
I'm not sure this is possible, but I'm trying to replace the few functions that I still use the old warlock Addon, Necrosis for. The only thing remaining is a text message when summoning a player asking people to click.
What I would like is a single macro that can determine if I am in a raid or just a 5 man group that will send a "Please help summon <player name>." to the group if I am in just a 5 man, but to the entire raid if I am in a raid.
|
Not 100% tested but this should do the trick:
/run local s,m=SendChatMessage, "Please help summon %t" if GetNumRaidMembers() > 0 then s(m, "RAID") elseif GetNumPartyMembers() > 0 then s(m, "PARTY") end
|
|
|
|
|
|
04/14/08, 7:02 PM
|
#308
|
|
Von Kaiser
Troll Priest
Mannoroth (EU)
|
Originally Posted by jerry247
wow, you can use r for reset!
I would leave the reset out, cd on shocks is 6 seconds so a castsequence itself would work. Also, the reset starts the last time you hit the button, so it would reset 12 seconds after you ES.
|
it's just to make sure that one will use flameshock again if earthshocking wasn't possible (due to aggro resets or something else^^) but the debuff fades.
and if one uses earthshock it will reset automatically so the r=12 is just for the no-es-problem...
|
|
|
|
|
|
04/15/08, 8:55 AM
|
#309
|
|
Glass Joe
|
Hey, last night a friend gave me a solution to a problem i've been plagued with since i start playing rogue...
One multiple mobs/aoe packs with low HP, you go out of energy fast and when you switch to the next target im stood waiting spamming my SS button until i have enough energy to start attacking, this is because i hate an "attack" button and i start the auto attack with SS...
however my friend told me to use the macro
/startattack
/cast Sinister Strike
its working fine for the moment, but before i raid with it i need to know... does the /startattack reset my swing timer? and if so is there a better way?
|
|
|
|
|
|
04/15/08, 12:36 PM
|
#310
|
|
Glass Joe
Draenei Shaman
Elune (EU)
|
Hi, sorry if this is not the good thread to post this.
I use mouseover macros for all my healing spells. They work perfectly fine for raids/heroics/questing, but lately they sometimes stop working for a few minutes in arenas or bgs. I get the blue selection hand instead of a cast for my heals, and my Earth Shield just doesn't work. Usually a few minutes later the macros start working again. But I find it very annoying, especially during arena matches.
Has anybody experienced similar problems ? I don't know if the problem comes from my frames addons (I use Grid and Pitbull), or from my macros. And I have absolutely no idea why a problem like this would emerge only in arenas/bgs and never in raids.
Here's an example of macros I use, I don't see anything wrong with it:
/cast [target=mouseover,help,nodead] Healing wave(Rank 8)
Thanks in advance for any help or advice.
|
|
|
|
|
|
04/15/08, 4:48 PM
|
#311
|
|
Piston Honda
Tauren Hunter
Jaedenar (EU)
|
Originally Posted by Kammy
its working fine for the moment, but before i raid with it i need to know... does the /startattack reset my swing timer? and if so is there a better way?
|
It doesn't reset swing timer. A more "correct" version of /startattack would be /cast !Attack. But both should work.
|
|
|
|
|
|
04/16/08, 7:00 PM
|
#312
|
|
Glass Joe
Night Elf Druid
Grim Batol (EU)
|
I currently have a macro, that streches over 3 macroes - these are all triggered when I click the first macro, however, for doing this I need the addon Supermacro, which is outdated and heavily bugged.
I only use it because it allows me to use the command /Click MacroClick##
Now, is there any ways this can be done without this addon - I simply mean, is there any way to trigger another macro, from a macro? Or perhaps make a macro click on a special actionbar button?
|
|
|
|
|
|
04/16/08, 8:22 PM
|
#313
|
|
Piston Honda
Tauren Hunter
Jaedenar (EU)
|
Quoted from WoW Forums -> Cogwheel's Complete Macro Guide - READ 1ST! (post 6).

Simulating button clicks
The /click command takes the name of a button and acts like you clicked the button with your mouse. By default, it behaves like a left-click, but you can specify other mouse buttons in the command. There are a few ways to determine the name of the frame you're interested in:
- You can use an addon. Some addons, including MoveAnything, give you a way to see the name of the frame underneath your mouse.
- You can look through the UI code for the frame. This is really only applicable to people who are comfortable with addon programming.
- You can bind the following macro by a key and then run it while your mouse is over the frame in question:
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
/click can be used for many different purposes. You can chain together multiple macros by /click'ing buttons with other macros on them. For example, you might have a really long macro that doesn't fit into 255 characters. Put as much of it as you can in one macro and end it with the following line:
/click MultiBarRightButton1
The rest of the code would go into a new macro that you would then place on MultiBarRightButton1 (the first button of the right-hand vertical extra action bar).
|
I also recommend WoWInterface Downloads : Miscellaneous : MacroSequence. Eventhough it's main purpose is to do sequences (similar to /castsequence), it is also great for long macros or if you've run out of macro slots.
|
|
|
|
|
|
04/17/08, 10:54 AM
|
#314
|
|
Von Kaiser
|
Originally Posted by Zomghuntar
Is there any way to use a macro to target a specific raid target icon? For example a macro that would target the "Skull" icon.
|
I'm going to try target={skull} tonight after work. /cross fingers
|
|
|
|
|
|
04/17/08, 11:02 AM
|
#315
|
|
Von Kaiser
|
I haven't seen a macro for main assists to use that includes the raid icon (if there is one), so I'll share the one I wrote for my guild:
/run local c,n,f,s="Raid_WARNING",GetRaidTargetIndex("target"),SendChatMessage,{[1]='star',[2]='circle',[3]='diamond',[4]='triangle',[5]='moon',[6]='square',[7]='cross',[8]='skull'} if n then f("Kill: {"..s[n].."} %t", c) else f("Kill: %t", c) end
This macro is pretty close to the 255 character limit, so make sure not to add any newlines or spaces if you copy it into WoW. If anyone knows a simpler way to do this, share! 
|
|
|
|
|
|
04/20/08, 5:34 AM
|
#316
|
|
Von Kaiser
Human Death Knight
Greymane
|
You can use {rtX} for shapes, where X = 1-8, so you don't need a table of shapes in the macro.
Here's my version of the Main Assist macro with shapes:
/run local s,n,c=GetRaidTargetIndex("target"),UnitName("target");if UnitInRaid("player") then c="RAID"else c="PARTY"end;if s and n then SendChatMessage("Assist on {rt"..s.."}<< "..n.." >>",c) elseif n then SendChatMessage("Assist on << "..n.." >>",c) end
Works in a 5 man party as well.
|
|
|
|
|
|
04/20/08, 11:37 AM
|
#317
|
|
Von Kaiser
|
Ahha... the {rtX} was exactly the functionality I was hoping someone could point me towards.  Thanks! The raid warning channel does work in 5-mans, but you have to be the party leader to use it, if I recall correctly.
|
|
|
|
|
|
04/21/08, 9:03 AM
|
#318
|
|
Super smarty pants
Dwarf Warrior
Black Dragonflight
|
I'm trying to find out if there's a way of making a bind within a macro, because I'm lazy. This is to say, I want to have one action occur when I press 5 for the macro, and I want the same action to occur on my focus when I press Shift-F. Possible, or will I have to stop being lazy?
|
|
<XI> BROWN PEOPLE ARE A BLIGHT ON HUMANITY
|
|
|
|
|
04/21/08, 11:06 AM
|
#319
|
|
Von Kaiser
Troll Priest
Mannoroth (EU)
|
Originally Posted by The Gopher
I'm trying to find out if there's a way of making a bind within a macro, because I'm lazy. This is to say, I want to have one action occur when I press 5 for the macro, and I want the same action to occur on my focus when I press Shift-F. Possible, or will I have to stop being lazy?
|
just put it in the action bar and bind the slot with 5 and shift-f :o
|
|
|
|
|
|
04/21/08, 11:11 AM
|
#320
|
|
Si Tibi Narraremus Te Interficere Debemus
|
Originally Posted by dyree
Ahha... the {rtX} was exactly the functionality I was hoping someone could point me towards.  Thanks! The raid warning channel does work in 5-mans, but you have to be the party leader to use it, if I recall correctly.
|
Regular, garden variety raid warnings can be done by any player, leader or not, in a 5 man, unless they've changed that just recently. Go check it out.
Edit: And to Hamsda, that won't work for what he wants. He wants the action to go to his main target for a button push of '5', and to his focus target if he pushes Ctrl-F. If he bound the same macro to both 5 and Ctrl-F, all it would do would hit his target if he pushed either. There's nothing to allow him to change where he targets based upon your suggestion.
That said, I don't know how you would keybind like that in a macro-and not run out of space; what you may have to do is write the same macro, and add in something to set and target your focus for the second one, and simply put it onto your action bars twice, then bind as appropriate. I know I have about 7 different banish macros, for instance, for various situations, and have to swap 'em in and out. (Yes, I know I could condense them all with modifiers, but I'm a die-hard mouseclicker, and am perfectly happy with my solution. It works for me.)
Last edited by Smurrf : 04/21/08 at 11:21 AM.
|
|
|
|
|
|
04/21/08, 11:29 AM
|
#321
|
|
postcount++
Malan
Tauren Shaman
No WoW Account
|
Are there any conditionals that work with buff types so that you don't overwrite a buff? I can't recall if that sort of thing was removed in 2.0 or not. This came up when I was trying to avoid overwriting an Earth Shield with my water shield.
|
Shitting up every single thread on EJ since '06
|
|
|
|
04/21/08, 11:51 AM
|
#322
|
|
Si Tibi Narraremus Te Interficere Debemus
|
Looking at WoWWiki's list of conditionals, it does not appear that you can do so. I seem to remember coming across a post on the official forums that said that checking for buffs (or debuffs, for that matter) was one of the things specifically not allowed due to potential automation.
|
|
|
|
|
|
04/21/08, 11:53 AM
|
#323
|
|
Glass Joe
Troll Priest
Proudmoore (EU)
|
I need some help with a macro. Sry if the answer has already been posted but this post is so long and I did not read all of it.
I want a macro that:
1. switch my mainhand + offhand to a staff
2. use Earring of Soulful Meditation
3. after 20s when buff runs out switch weapon on next cast
thx for your help
|
|
|
|
|
|
04/21/08, 1:01 PM
|
#324
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by goofa
I need some help with a macro. Sry if the answer has already been posted but this post is so long and I did not read all of it.
I want a macro that:
1. switch my mainhand + offhand to a staff
2. use Earring of Soulful Meditation
3. after 20s when buff runs out switch weapon on next cast
thx for your help
|
1 and 2 are possible. 3 is not. Added in a #show line so it'll let you keep an eye on EoSM's cooldown if you need to.
#showtooltip Earring of Soulful Meditation
/equip <Spirit Staff>
/use Earring of Soulful Meditation
|
|
|
|
|
|
04/21/08, 1:19 PM
|
#325
|
|
Si Tibi Narraremus Te Interficere Debemus
|
You can even go beyond that and write a second macro, for when the buff does run out. You'll have to be proactive in using it, however, and can be cumbersome to switch back and forth. If you're the type of person that uses on-use trinkets proactively, though, it'll be worthwhile. If not, it might be simply better just to tie the Earring into a normal macro, using it whenever it's up. You may actually get more use out of it in the long run.
#showtooltip Greater Heal
/equip <weapon here>
/equip <OH here>
/cast Greater Heal
|
|
|
|
|
|
|