Use Blizzard UI-Protected Functions menu

User Tag List

Page 15 of 19 FirstFirst ... 111213141516171819 LastLast
Results 211 to 225 of 284
  1. #211
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This one for exemple

    Code:
    /dump loadstring("local _,_,_,_,_,_,dur,_,_=UnitBuff("player","Slice and Dice")
    _,_,_,_,_,_,_,c,_=UnitDebuff("target", "Rupture")
    p=GetComboPoints("player", "target");
    if(p==3 and dur>=9 and c=="player") then CastSpellByName("Eviscerate")
    else
    RunMacro(2)
    end

    Use Blizzard UI-Protected Functions
  2. #212
    traxdata80's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone make smth like

    casts cleanse when one of 2 party members is feared, otherwise casts crusader strike?

  3. #213
    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 GRB View Post
    This one for exemple

    Code:
    /dump loadstring("local _,_,_,_,_,_,dur,_,_=UnitBuff("player","Slice and Dice")
    _,_,_,_,_,_,_,c,_=UnitDebuff("target", "Rupture")
    p=GetComboPoints("player", "target");
    if(p==3 and dur>=9 and c=="player") then CastSpellByName("Eviscerate")
    else
    RunMacro(2)
    end
    this one should work:
    (254 characters used)
    Code:
    /dump loadstring("_,_,_,_,_,_,d,_,_=UnitBuff("player","Slice and Dice")
    _,_,_,_,_,_,_,c,_=UnitDebuff("target", "Rupture")
    p=GetComboPoints("player", "target");
    if(p==3 and d>=9 and c=="player") then CastSpellByName("Eviscerate") else RunMacro(2) end") ()

  4. #214
    Aeron`'s Avatar Member
    Reputation
    6
    Join Date
    Aug 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guess my discovery about no Dump spam isn't great :P (See page 14)

  5. #215
    Avionss's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actualy that gives me an idea, could someone who knows what they are doing quickly throw together a macro thats like normal gouge, however it wont fire off if the target is afflicted by cheapshot, kidneyshot or blind.

    so basicly, if target is effected by cheapshot, kidneyshot, iceblock or blind, it wont gouge, otherwise it will gouge like normal.

    would be sweet for kidney shotting and expecting the trinket, so you can kidney and spam the macro, and the split second they trinket it gouges
    Would this be possible then?

  6. #216
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting a dump error!

  7. #217
    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 GRB View Post
    Getting a dump error!

    sry but I don't have a rogue and I can't test it -.-

    but try this one:

    Code:
    /dump loadstring("_,_,_,_,_,_,d,_,_=UnitBuff("player","Slice and Dice") _,_,_,_,_,_,_,c,_=UnitDebuff("target", "Rupture") p=GetComboPoints("player", "target");if(p==3 and d>=9 and c=="player") then CastSpellByName("Eviscerate")else RunMacro(2) end end")()

  8. #218
    Malmis's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aeron` View Post
    Guess my discovery about no Dump spam isn't great :P (See page 14)
    It's a great discovery, it makes the macros a little smaller and with a bit less clutter. Rep+

  9. #219
    Skeetss's Avatar Member
    Reputation
    5
    Join Date
    Jan 2009
    Posts
    125
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol Blizzard fail. Once again. I love how people always find a way. Some kid probably like did /dump to poo on some poor kid and discovered it.

  10. #220
    murlocmangina's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by i2lurchi View Post
    sry but I don't have a rogue and I can't test it -.-

    but try this one:

    Code:
    /dump loadstring("_,_,_,_,_,_,d,_,_=UnitBuff("player","Slice and Dice") _,_,_,_,_,_,_,c,_=UnitDebuff("target", "Rupture") p=GetComboPoints("player", "target");if(p==3 and d>=9 and c=="player") then CastSpellByName("Eviscerate")else RunMacro(2) end end")()
    im guetting a dump error, but I have a question idk if its going past the 255 limit. I'm pretty sure it's not though

  11. #221
    Procit's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rogues will love this one:

    /dump loadstring("if (UnitBuff(\"target\", \"Every Man for Himself\")) then CastSpellByName(\"Blind\") end")()

    /dump loadstring("if (UnitBuff(\"target\", \"PvP Trinket\")) then CastSpellByName(\"Blind\") end")()

    Put both of those in the same macro, spam it when you think someone is about to trinket.
    Last edited by Procit; 08-17-2009 at 09:21 PM.

  12. #222
    poltrigiest's Avatar Active Member
    Reputation
    15
    Join Date
    May 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i'm running into some trouble making a disc priest ezmode heal rotation with macros here is what i got so far:

    Macro 1:
    Code:
    /dump loadstring(" ma=0; mn=0; t=\"raid\"; for n=\"1\",\"10\" do a=(UnitHealthMax(t..n)-UnitHealth(t..n)); if (a > ma) and (UnitInRange(t..n)==1) then ma=a mn=n end end TargetUnit(t..mn); if ma>=8000  then RunMacro(\"B\") else RunMacro(\"S\") end ") ()
    this one targets the person with the lowest health and based on that healt cast a quick heal or long duration heal

    Macro B:
    Code:
    /dump loadstring("if (not UnitDebuff(\"target\", \"Weakend Soul\")) then CastSpellByName(\"Power Word: Shield\") end")()
    /dump RunMacro(C)
    this one checks to see if they have weakend soul if not cast shield then moves to macro C

    Macro C:
    Code:
    /dump loadstring("local _, 10, _ = GetSpellCooldown(\"Prayer of Mending\") if (d == 0) then  CastSpellByName(\"Prayer of Mending\")  else CastSpellByName(\"Renew\") end")()
    This one checks to see if prayer of mending is on cool down if not uses it, and if it is on cooldown it cast renew

    Macro S:
    Code:
    /dump loadstring("if (not UnitDebuff(\"target\", \"Weakend Soul\")) then CastSpellByName(\"Power Word: Shield\") end")()
    /dump RunMacro(T)
    this one is the same as Macro B but instead takes you to a different macro afterwards

    Macro T:
    Code:
    /dump loadstring("local _, 8, _ = GetSpellCooldown(\"Penance\") if (d == 0) then  CastSpellByName(\"Penance\")  else CastSpellByName(\"Flash Heal\") end")()
    this one checks to see if penance is on cd and if not will cast it, and if it is on cd uses flash heal instead

    When i use Macro 1 it sais that it sais empty field, RunMacro(C), empty field, empty field it won't get past casting power weild: shield. any help on this would be nice!

    I've also been messing around with it using percentages with the following macros the ones with * next to them work

    Code:
    Macro Heal:
    /dump loadstring(" P=1; mn=0; t=\"party\"; for n=\"1\",\"2\" do p=(UnitHealth(t..n)/UnitHealthMax(t..n)); if (P > p) and (unitInRange(t..n)==1) then P=p mn=n end end Targetunit(t..mn); if P<60% then RunMacro(\"Quick heal\") else RunMacro(\"HOT\") end")()
    /dump RunMacro(Shield)
    
    Macro Shield:
    /dump loadstring("if (not UnitDebuff(\"target\", \"Weakend Soul\")) then CastSpellByName(\"Power Word: Shield\") end")()
    
    /dump RunMacro(Defecit)
    
    Macro Defecit:
    /dump loadstring("ma=0; mn=0; t=\"target\"; do a=(UnitHealthMax(t..n)-Unithealth(t..n)); if (a > ma) and (UnitInRange(t..n)==1) then ma=a mn=n; if ma>=8000 then RunMacro(\"Quick heal\") else RunMacro(\"HOT\") end")()
    
    *Macro Quick heal:
    /dump loadstring("local _, d, _ = GetSpellCooldown(\"Penance\") if (d == 0) then  CastSpellByName(\"Penance\")  else CastSpellByName(\"Flash Heal\") end")()
    
    
    *Macro HOT:
    /dump loadstring("local _, d, _ = GetSpellCooldown(\"Prayer of Mending\") if (d == 0) then  CastSpellByName(\"Prayer of Mending\")  else CastSpellByName(\"Renew\") end")()
    Last edited by poltrigiest; 08-18-2009 at 12:00 AM.

  13. #223
    dirdir207's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone think they could add to this druid healing macro? The only thing its really missing is utilizing swiftmend and nature's swiftness. Perhaps it could be made so that the macro checks the targets hp and if it reaches a certain percent it tries to swiftmend, checks cooldown of course, and if swiftmend is down, it uses nature's swiftness/healing touch. If neither of these are up it will use nourish at a certain percentage. Sans this, can anyone think of any other useful macros for a resto druid in pvp using protected commands?

  14. #224
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by atogz View Post
    Paladin
    Automatic Exorcism

    Switch names in red folowed by (Example) to all spells wich you use.

    Code:
    #showtooltips Crusader Strike (Example)
    /cast Crusader Strike (Example)
    /dump loadstring("if (UnitBuff(\"player\", \"Art of War(Rank 2)\")) then SpellStopCasting() CastSpellByName(\"Exorcism(Rank 9)\") end")()
    This is somewhat of a dps loss, but I can modify it to my uses so it'll cast it at the correct time. I've had a handful of time when my priority spammer casted exorcism with no art of war proc. Big dps loss there... So yeah, this will come in handy. 1 point of rep.

  15. #225
    Braindead1337's Avatar Member
    Reputation
    9
    Join Date
    Oct 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to make my deathknight cooldown rotation=
    oblitx2
    heartstrikex2
    empower rune weapon when there are 4 death runes up- when they are still on cd
    dancing rune weapon
    and then heartstrikex8
    then finally blow your runic power up on death coil

    would really appreciate it if someone could help me

Similar Threads

  1. Easiest way to use "Blizzard UI" functions to /interact with a selected target?
    By b0nghitter in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 11-05-2012, 11:07 AM
  2. Finding Lua protection function using OllyDBG. (3.3.5a)
    By Ramono in forum WoW Memory Editing
    Replies: 5
    Last Post: 06-18-2011, 05:40 PM
  3. Auto Prospecting Macro (Using protected functions)
    By Mathmech in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 10-21-2009, 04:36 PM
  4. Working /dump for Protected functions in 3.2.0a
    By mach1920 in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 08-19-2009, 09:10 PM
  5. Use Blizzard's Database of Choice: Oracle
    By Vindicated in forum WoW EMU Guides & Tutorials
    Replies: 18
    Last Post: 08-29-2008, 05:12 PM
All times are GMT -5. The time now is 01:10 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search