[Druid,Paladin] Faceroll Heal your Raid with /dump! menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    i2lurchi's Avatar Member
    Reputation
    15
    Join Date
    Jun 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Druid,Paladin] Faceroll Heal your Raid with /dump!

    these 2 are spamable macros for healing

    Warning: You might have to disable ALL your addons

    DRUID
    UPDATE: added death/ghost check!
    you use 2 macros, 1 for tank (focus target) healing and one for raidhealing the macros will keep Lifebloom, Rejuvenation, Regrowth, Swiftmend, Wild Growth and Nourish on your target and Innervate will be used!

    You have to make 6 Macros witch exact the same macro names I use!

    To use these macros you have to use the following macro everytime you reload your UI or if you relog!
    Code:
    /dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")()

    --- DHFOCUS --- you have to create a macro witch the name DHFOCUS

    Code:
    /dump TargetUnit("focus") RunMacro("H")
    --- DHRAID --- (note: this is for 25 players, but you can change the "25" in the macro to "10" etc...)

    Code:
    /dump m=0;w=0;t="raid";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w);RunMacro("DH2")
    --- DH2 ---

    Code:
    /dump _,d,_=GetSpellCooldown("Wild Growth"); if d==0 then CastSpellByName("Wild Growth") else RunMacro("H") end
    ---DH1 ---

    Code:
    /dump CastSpellByName("Lifebloom")
    ---H ---

    Code:
    /dump p="player";_,d,_=GetSpellCooldown("Innervate");_,_,_,_,_,_,_,s,_=UnitBuff("target","Rejuvenation");if UnitPower(p)<8000 and d==0 then TargetUnit(p) CastSpellByName("Innervate") elseif s~=p then CastSpellByName("Rejuvenation") else RunMacro("J") end
    ---DH3---

    Code:
    /dump local _,_,_,_,_,_,_,o,_=UnitBuff("target","Regrowth");if o~="player" then CastSpellByName("Regrowth") else CastSpellByName("Nourish") end
    ---J---

    Code:
    /dump _,_,_,c,_,_,_,_,_=UnitBuff("target","Lifebloom"); _,e,_ = GetSpellCooldown("Swiftmend");if ((UnitHealthMax("target")-UnitHealth("target"))>=10000 and e==0) then CastSpellByName("Swiftmend") elseif c~=3 then RunMacro("DH1") else RunMacro("DH3") end
    --------------------------------

    you will cast swiftmend if your target has lost more than 10k HP (you can change the "10000" in "J" and you will cast Innervate if you have less than 8000 mana (change the "8000" in "H")

    PALADIN
    UPDATE: added death/ghost check!
    --- PHFOCUS --- you have to create a macro witch the name PHFOCUS

    Code:
    /tar focus
    /dump c=CastSpellByName;_,_,_,_,_,_,_,b,_=UnitBuff("target","Beacon of Light");if b~="player" then c("Beacon of Light") end;_,_,_,_,_,_,_,s,_=UnitBuff("target","Sacred Shield");if s~="player" then c("Sacred Shield") end; RunMacro("H1")
    --- PHRAID --- (note: this is for 25 players, but you can change the "25" in the macro to "10" etc...)

    Code:
    /dump m=0;w=0;t="raid";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w) RunMacro("H1")
    ---H1 ---

    Code:
    /dump _,d,_=GetSpellCooldown("Holy Shock");c=CastSpellByName;a=UnitHealthMax("target")-UnitHealth("target");if a>7000 and d==0 then c("Holy Shock") else c("Flash of Light") end
    -------------------------------------------------------

    what you do:

    1. create all macros with the EXACT names!
    2. use the following once per UI reload (or Login)
    Code:
    /dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")()
    3. put "DHFOCUS" and "DHRAID" in your actionbar
    4. /focus your maintank oder main healing target!
    5. use "DHFOCUS" to heal your focustarget and "DHRAID" to heal the raid! (spammable!)

    6. have fun

    Originally Posted by jt12852 View Post
    Anyone who wishes to abuse protected functions with a /dump exploit in macros should first ensure that their macros are not being stored on Blizzard's servers. To do so, use the following command:
    Code:
    /console synchronizeMacros 0
    This only needs to be done once per account per computer/WoW installation.

    please post any suggestions/bug reports/errors/etc. in this threat, I'll try to add 2-button healing macros for other classes!


    (sry for gramar/spelling -.-)
    Last edited by i2lurchi; 08-18-2009 at 08:17 PM.

    [Druid,Paladin] Faceroll Heal your Raid with /dump!
  2. #2
    Casperx's Avatar Member
    Reputation
    17
    Join Date
    Sep 2008
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont ask for rep.

  3. #3
    jt12852's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone who wishes to abuse protected functions with a /dump exploit in macros should first ensure that their macros are not being stored on Blizzard's servers. To do so, use the following command:
    Code:
    /console synchronizeMacros 0
    This only needs to be done once per account per computer/WoW installation.

  4. #4
    Pthaos's Avatar Member
    Reputation
    16
    Join Date
    May 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jt12852 View Post
    Anyone who wishes to abuse protected functions with a /dump exploit in macros should first ensure that their macros are not being stored on Blizzard's servers. To do so, use the following command:
    Code:
    /console synchronizeMacros 0
    This only needs to be done once per account per computer/WoW installation.


    ...How does this help and what are the consequences of not doing it?

    Thanks a lot by the way - will try out now.

  5. #5
    madsherlock's Avatar Member
    Reputation
    16
    Join Date
    Nov 2008
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you do choose to store your macros on Blizzard servers, they will eventually find out that you are using the dump command (exploiting the game) and ban you.
    This color looks cool and makes people read my post.

  6. #6
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madsherlock View Post
    If you do choose to store your macros on Blizzard servers, they will eventually find out that you are using the dump command (exploiting the game) and ban you.
    How do you know?

    No bans about this so far.

    Stop your lies

    Im gonna test it 10man eye thx

    HAHA!! works ****ing epix.. I spam 2222222222222222 I get epix! thx +rep

    Error:

    If people die in raid the macro target the dead people >< WTB fix
    Last edited by jackus; 08-18-2009 at 03:08 PM.

  7. #7
    i2lurchi's Avatar Member
    Reputation
    15
    Join Date
    Jun 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If people die in raid the macro target the dead people >< WTB fix
    should be fixed
    Last edited by i2lurchi; 08-18-2009 at 06:02 PM.

  8. #8
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1455
    Join Date
    Apr 2007
    Posts
    747
    Thanks G/R
    181/831
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    just a quick note
    Change
    /dump m=0;w=0;t="raid";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w) RunMacro("H1")
    To
    /dump m=0;w=0;t="Party";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w) RunMacro("H1")
    If ur party healing!

  9. #9
    kildare's Avatar Active Member
    Reputation
    24
    Join Date
    Sep 2008
    Posts
    43
    Thanks G/R
    10/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep, amazing job, now do the feral one and will rep you +3

  10. #10
    i2lurchi's Avatar Member
    Reputation
    15
    Join Date
    Jun 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alche001 View Post
    just a quick note
    Change
    /dump m=0;w=0;t="raid";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w) RunMacro("H1")
    To
    /dump m=0;w=0;t="Party";for n="1","25" do a=UnitHealthMax(t..n)-UnitHealth(t..n);if a>m and UnitInRange(t..n)==1 and UnitIsDeadOrGhost(t..n)~=1 then m=a w=n end end;TargetUnit(t..w) RunMacro("H1")
    If ur party healing!
    it won't really work well
    "t=party" will never heal yourself
    I'd recommend to use these macros only for raiding and maybe battleground healing!
    Last edited by i2lurchi; 08-18-2009 at 08:16 PM.

  11. #11
    i2lurchi's Avatar Member
    Reputation
    15
    Join Date
    Jun 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kildare View Post
    +rep, amazing job, now do the feral one and will rep you +3
    this thread is about healing, please post your request here

  12. #12
    Narudan's Avatar Banned
    Reputation
    365
    Join Date
    Aug 2007
    Posts
    1,725
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, +rep

  13. #13
    Konkar's Avatar Active Member
    Reputation
    15
    Join Date
    Jul 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice find, seems like something I could/would use if I would have one of the classes its made for. +rep

  14. #14
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    testing again

    Edit:
    LOL i died! cant test on that ><

    One died at OS 10 man, but it still target the dead one..

    Using pala
    Last edited by jackus; 08-19-2009 at 08:21 PM.

  15. #15
    pyratus's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sadly /dump commands are being fixed in the patch applied today/tomorrow. 3.0.2a (wow.com reference if you need to see it, blue posts also.)
    So use them before they break

Page 1 of 2 12 LastLast

Similar Threads

  1. Heal those not in your group with Prayer of Healing
    By Moofle in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 07-15-2011, 05:22 AM
  2. [PvE] [Trick] Afflict members of your raid with weapon debuffs!
    By Roffle in forum World of Warcraft Guides
    Replies: 4
    Last Post: 05-25-2010, 11:35 AM
  3. [Funny]Kill your raid after killing thaddius as paladin
    By holydevil33 in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 06-16-2009, 09:20 AM
  4. SPOTTING FLAWS/Improving Players in your raid with Recount.
    By cangiz in forum World of Warcraft Guides
    Replies: 14
    Last Post: 09-03-2008, 11:18 AM
All times are GMT -5. The time now is 05:19 AM. 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