UI & Macro Discussions Talk about User Interface upgrades and World of Warcraft Macros here.[Questions allowed here]
09-13-2009
New User
Join Date: Jun 2009
Posts: 3
Reputation: 1
Level up: 22%, 315 Points needed
When i use the workaround i will get Disconnected about every 30 mins. Any workaround?
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
09-16-2009
Sergeant
Join Date: Dec 2008
Posts: 44
Reputation: 6
Level up: 50%, 254 Points needed
For some reason the workaround isn't working for me. I still get the little box that pops up that says Disable or Ignore. Anybody know what might be the problem? I turned off all addons when trying it also.
What might help is somebody explaining the workaround a little better.
09-20-2009
New User
Join Date: Sep 2009
Posts: 4
Reputation: 1
Level up: 12%, 353 Points needed
Is there a way to make it work again?
09-24-2009
New User
Join Date: Jul 2009
Posts: 5
Reputation: 1
Level up: 18%, 329 Points needed
Getting this error when moving/renaming patch-enUS-2.MPQ
Assertion: DBFilesClient\ChrRaces.dbc has wrong number of columns (found 68, expected 69)
4 Weeks Ago
Site Donator
Join Date: Feb 2007
Posts: 97
Reputation: 13
Level up: 81%, 95 Points needed
Would anyone have a Ret Pally /dump? Thanks in advance and +rep cookies if ya do! <3
4 Weeks Ago
New User
Join Date: Jan 2007
Posts: 29
Reputation: 1
Level up: 38%, 313 Points needed
can anyone advise a macro for Blood DPS DK?
4 Weeks Ago
Sergeant
Join Date: Jan 2009
Location: The Island of Whores
Posts: 65
Reputation: 40
Level up: 14%, 605 Points needed
Can anybody make a feral druid rotation /dump? It'd have to be something that does savage roar at 4-5 cp, keeps rake, mangle, and rip up.
4 Weeks Ago
Site Donator
Join Date: Feb 2007
Posts: 97
Reputation: 13
Level up: 81%, 95 Points needed
Nvm my post above, I've made a working Ret Pally rotation. xD
4 Weeks Ago
Site Donator
Join Date: Dec 2008
Location: Sweden
Posts: 162
Reputation: 24
Level up: 9%, 641 Points needed
Well, if the workaround doesn't work, use LuaNinja.
Then change /dump to /run, and you are good to go
I'll contribute with my Autoprospect/DE macro.
Macro: 1
Code:
/cast Prospecting
/use [Insert Ore name Here]
/in 3 /run RunMacro(1)
Macro: 2
Code:
/cast Disenchant
/use [Insert Item Name Here]
/in 4 /run RunMacro(2)
4 Weeks Ago
Site Donator
Join Date: Feb 2007
Posts: 97
Reputation: 13
Level up: 81%, 95 Points needed
Here's my working Ret Pally Rotation Macros that will work with LuaNinja.
Macro 24:
Code:
/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro"25" end
Macro 25:
Code:
/run local _,a,_ = GetSpellCooldown("Judgement of Wisdom") if (a == 0) then CastSpellByName("Judgement of Wisdom") else RunMacro"26" end
Macro 26:
Code:
/run local _,a,_ = GetSpellCooldown("Divine Storm") if (a == 0) then CastSpellByName("Divine Storm") else RunMacro"27" end
Macro 27:
Code:
/run local _,a,_ = GetSpellCooldown("Consecration") if (a == 0) then CastSpellByName("Consecration") else RunMacro"28" end
Macro 28:
Code:
/run if UnitBuff("player", "The Art of War") then CastSpellByName("Exorcism") else RunMacro"24" end
Not sure how to get Hammer of Wrath working.. what I have is...
Code:
/run local p=((UnitHealth("target")/UnitHealthMax("target"))*100) if (p < 20) then CastSpellByName("Hammer of Wrath") else RunMacro"24" end
Help?
4 Weeks Ago
Site Donator
Join Date: Oct 2008
Location: Denmark
Posts: 55
Nominated 1 Times in 1 Post
Reputation: 15
Level up: 15%, 425 Points needed
for the one to make a DK macro with the
[Only registered and activated users can see links. ]
(cast diseases when 2 second left of them, otherwise cast Scourge Strike. Cast blood strike when blood runes are available and isn't death runes. Cast Death Coil when 100 runic power)
Also, really nice collection of macros. I really like the druid one(1button healing), not 100% sure if it works yet. Definately gonna check it out when my druid reaches 80
__________________
Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow .
Last edited by Elitetech; 4 Weeks Ago at 11:22 AM .
4 Weeks Ago
Site Donator
Join Date: Mar 2009
Posts: 34
Reputation: 2
Level up: 12%, 442 Points needed
I have a problem, I'm using the warlock destro macro but it casts immolate two times since it takes about 0.2 sec for the buff to appear
4 Weeks Ago
SuperModerator
Legendary User Join Date: Apr 2007
Posts: 3,375
Reputation: 1125
Points: 25,134, Level: 22
Level up: 76%, 366 Points needed
I was under the impression /dump didn't work anymore?
4 Weeks Ago
Site Donator
Join Date: Mar 2009
Posts: 34
Reputation: 2
Level up: 12%, 442 Points needed
You're right, but Cypher made a program called "Lua ninja" that allows you to use the /run command, it does the same thing as /dump did.
4 Weeks Ago
Site Donator
Join Date: Aug 2007
Location: Orgrimmar
Posts: 317
Reputation: 70
Level up: 53%, 378 Points needed
Quote:
Originally Posted by
klykan857 You're right, but Cypher made a program called "Lua ninja" that allows you to use the /run command, it does the same thing as /dump did.
No, /dump did what /run did, with debugging features.
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -4. The time now is 01:15 AM .