Very nice guide! This'll be great for my druid. :P
Very nice guide! This'll be great for my druid. :P
guys could u make a leet blood and frost dk rotation ?, that makes like the best dps possible?
Sorry to bother but my Super Duper Macro addOn say incompatible, am I doing something wrong?
EDIT: Did some analyzing and for some reason when I extract the file it completely changes. Even the readme. It's like whenever I move the file from the .zip it encrypts itself.
I'm reading over the post again, but I'm pretty sure that this isn't supposed to happen.
EDIT2: I fixed it by copy/pasting text from unextracted files into existing .lua, etc files.
Last edited by Easygoes; 12-28-2009 at 02:50 AM.
hey guys i got the macro to work but i cant get the automated to work i paste this at the end of my macro but it didnt help
/run if UnitAffectingCombat("player") then RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end
can any one help me ??
Make sure your Macro's name is DPS.
i checked and its name is DPS
A lot of people have been telling me this...and I'm not sure what to tell you. There are people telling me that if they just type "/in 5 /cast SPELL" with some spell there, it doesn't work for them...which is as if the entire /in command is broken. They claim even if they do "/in 5 /say Hello" it doesn't work. But I can't reproduce it at all on my game. The /in command works exactly as expected for me. If I put the line you gave it does exactly what I expect and spams the living shit out of the Macro as long as I'm in combat. Not sure what to tell you...it DOES work...
The only suggestion I could maybe give would be to make a second macro to call the first in a loop:
That macro should keep spamming the other macro as long as you're in combat...so push it once you're in combat and it should work. But then again, the other way should work too. =pCode:/run while UnitAffectingCombat("player") do RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end
TyVM for all yours replies but i almost have one problem as of right now im using Facesmasher for my DK rotation so can i still used that macro ???? and second of all my SBM will not save any macro im saving it. and third " Viral Fly-by" what you suggest is what i dont get.
so i make a macro named it dps do i put the name in the macro it self or name the macro regular way
then i make another macro name what ever and put "/run while UnitAffectingCombat("player") do RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end" in it ??
EDIT
i try it and my wow crash can you help me ??
Last edited by superazn314; 12-28-2009 at 09:46 PM.
Name the macro the regular way...
Then try this...just type it in the chat box:
It should run your macro...if it doesn't, then you don't have it named DPS properly.Code:/run RunMacro("DPS")
If that works, try this:
That should wait for 3 seconds, then run your macro. That should also work.Code:/in 3 /run RunMacro("DPS")
If those things work, the whole thing should work. Let me know how it goes.
I read this guide it looks absolutly usable for even noobs like me but then read the following posts and got a bit confused.
so could you tell me that in this code for instance :
/run i=1 while(i<=40) do a={UnitDebuff("focus",i)} if a[1]=="Frost Fever" and a[8]=="player" then break else i=i+1 end end if i>40 then RunMacroText("/cast [@focus] Icy Touch") end
What does these symbols mean? like:
i
1
i<=40
i = variable
1 = constant
i <= 40 = Conditional
Viral Fly-by sadly it doesnt work but first one work but the secound one doesnt
Reveng_ it seems you are wrong.. i turn off all my addon excluding facesmasher the addon i used for dk rotation and /in command still doesnt work
hello guys, i was thinking if any of you could make me a AOE macro for warrior, here is the one im using atm, but its not doing what i want it to do, so please tell me what i need to change in it.
#showtooltip Whirlwind
/run local _,d,_ = GetSpellCooldown("Bloodrage") if (d == 0) then CastSpellByName("Bloodrage") end
/startattack
/run if UnitBuff("player", "Slam!") then CastSpellByName("Slam") end
/run local _,a,_ = GetSpellCooldown("Whirlwind") if (a == 0) then CastSpellByName("Whirlwind") end
/run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
/run if UnitPower("Player") > 60 then CastSpellByName("Cleave") end
/run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
this is what i want it to do
Bloodrage whenever possible
Whirlwind when not on cd
when im over 25 rage it uses cleave as a rage dumb
when im over 60 rage it uses bloodsurge if it procc'd
when im over 60 rage it uses Bloodthirst if its not on cd