/Dump Macro Collection (WIP at mo!) menu

User Tag List

Page 5 of 7 FirstFirst 1234567 LastLast
Results 61 to 75 of 98
  1. #61
    xolieo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i use the workaround i will get Disconnected about every 30 mins. Any workaround?

    /Dump Macro Collection (WIP at mo!)
  2. #62
    hawaiiman's Avatar Member
    Reputation
    7
    Join Date
    Dec 2008
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #63
    Zanac's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to make it work again?

  4. #64
    RogueFang's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting this error when moving/renaming patch-enUS-2.MPQ

    Assertion: DBFilesClient\ChrRaces.dbc has wrong number of columns (found 68, expected 69)

  5. #65
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would anyone have a Ret Pally /dump? Thanks in advance and +rep cookies if ya do! <3

  6. #66
    gman86's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone advise a macro for Blood DPS DK?

  7. #67
    malik8u's Avatar Active Member
    Reputation
    42
    Join Date
    Jan 2009
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #68
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nvm my post above, I've made a working Ret Pally rotation. xD

  9. #69
    Mathmech's Avatar Active Member
    Reputation
    24
    Join Date
    Dec 2008
    Posts
    145
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

  10. #70
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  11. #71
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +Rep for the one to make a DK macro with the 0/17/54 DK spec.
    (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) :lol:
    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
    Last edited by Elitetech; 10-23-2009 at 09:22 AM.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  12. #72
    Smiie's Avatar Banned CoreCoins Purchaser
    Reputation
    60
    Join Date
    Mar 2009
    Posts
    265
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  13. #73
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was under the impression /dump didn't work anymore?
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  14. #74
    Smiie's Avatar Banned CoreCoins Purchaser
    Reputation
    60
    Join Date
    Mar 2009
    Posts
    265
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  15. #75
    Iaccidentallytwink's Avatar Elite User
    Reputation
    590
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by klykan857 View Post
    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.

Page 5 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. [Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90!
    By Classicclean in forum WoW UI, Macros and Talent Specs
    Replies: 21
    Last Post: 01-21-2014, 08:16 AM
  2. LuaNinja Macro Collection
    By Elitetech in forum WoW UI, Macros and Talent Specs
    Replies: 628
    Last Post: 02-19-2013, 06:24 AM
  3. <ReQuest> protret smash pvp /dump macro
    By marlboroman1982 in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 11-10-2009, 11:03 AM
  4. Need help about /dump macro
    By Zanac in forum World of Warcraft General
    Replies: 1
    Last Post: 09-22-2009, 05:20 AM
  5. [DK] EPIC /dump macro for UH PvP
    By gifted in forum World of Warcraft Exploits
    Replies: 30
    Last Post: 08-19-2009, 05:30 PM
All times are GMT -5. The time now is 01:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search