[DK] EPIC /dump macro for UH PvP menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    rchy's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    381
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's this do???

    [DK] EPIC /dump macro for UH PvP
  2. #17
    civ112's Avatar Banned
    Reputation
    29
    Join Date
    Oct 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rchy View Post
    What's this do???
    /palm heh.

  3. #18
    deadca7's Avatar Elite User
    Reputation
    461
    Join Date
    Nov 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If we wanted SS in this rotation, how would we make that fit in ?


  4. #19
    buahbleah's Avatar Contributor
    Reputation
    139
    Join Date
    Feb 2009
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadca7 View Post
    If we wanted SS in this rotation, how would we make that fit in ?
    also wanna know this

  5. #20
    gifted's Avatar Member
    Reputation
    12
    Join Date
    Jan 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all, the macro works fine, i am using it constantly and there is nothing wrong with it! Also, some other people in this thread have confirmed this macro to be working. The people that have problems must either have done something wrong setting it up or they have addon problems!

    Originally Posted by deadca7 View Post
    If we wanted SS in this rotation, how would we make that fit in ?
    It's not that easy, you'd have to rewrite the complete macro in order for that to work. Maybe i will think about making one for SS UH specs, but on the other hand, why don't u just play the DC build? It's better anyway

  6. #21
    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)
    This is just a copy and paste of my warning on the other /dump exploit threads.

    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.

  7. #22
    gifted's Avatar Member
    Reputation
    12
    Join Date
    Jan 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jt12852 View Post
    This is just a copy and paste of my warning on the other /dump exploit threads.

    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.
    That`s nice to know, thanks!

  8. #23
    Aegan's Avatar Member
    Reputation
    20
    Join Date
    Dec 2007
    Posts
    132
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May have solved the problem for those having issues getting this to work.

    DISABLING addons does absolutely nothing to help this work.

    REMOVING the addon folder (cutpasted to desktop just to hold on to all my precious addons /drool) from the WoW files is what needs to be done to make this function.

  9. #24
    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)
    During the PTR, the Blizzard-signed DevTools addon failed to extract properly on initial run for some players, too. Completely removing the Addons folder forces all the signed Blizzard addons to be unpacked again, which could be fixing the issue.

  10. #25
    gifted's Avatar Member
    Reputation
    12
    Join Date
    Jan 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw, there is no kind of confirmation when using /console synchronizeMacros 0. Is there any way of verifying that the command has been successfully executed and applied to the configuration?
    Last edited by gifted; 08-18-2009 at 11:42 PM.

  11. #26
    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)
    Originally Posted by gifted View Post
    Btw, there is no kind of confirmation when using /console synchronizeMacros 0. Is there any way of verifying that the command has been successfully executed and included to the configuration?
    If you entered the command correctly, you will find the setting saved in \WoWInstall\WTF\config.wtf as:
    SET synchronizeMacros "0"
    I was incorrect earlier to say that this needed to be performed once per account per WoW installation. It only needs to be performed once for each WoW installation; it automatically applies to all accounts and characters.

  12. #27
    gifted's Avatar Member
    Reputation
    12
    Join Date
    Jan 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aeron` View Post
    For all those macro's you can remove the loadstring("")() parts and the '\' before the '"' 's. (Except the first one) it saves a little macro room.

    So the 'Spam' macro would be like:

    Code:
    /dump local p = IsSpellInRange("Plague Strike", "target") if (p == 0) then CastSpellByName("Icy Touch") else RunMacro("BP") end
    I tried leaving out the loadstring("")() parts and for some reason this didn't work for me at all, so i didn't include it in the latest update. Sry :/
    Your macro is still needed though, because it does it's main job of preventing the chat frame spamming flawlessly.


    Originally Posted by jt12852 View Post
    If you entered the command correctly, you will find the setting saved in \WoWInstall\WTF\config.wtf as:
    SET synchronizeMacros "0"
    I was incorrect earlier to say that this needed to be performed once per account per WoW installation. It only needs to be performed once for each WoW installation; it automatically applies to all accounts and characters.
    Works, thanks!


    Btw, for everyone having problems with Ace3 addons: try downloading Ace3 directly here and extract it into your Addons folder. For me it fixed the dump-macro related addon-problems for all Ace3 addons but one!

  13. #28
    cable-one's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOW thanks for this !! +Rep

    Might be a silly question, but what is the correct spec for this?
    Mind posting the talent build exactly ?
    Cause iam a bit clueless

  14. #29
    gifted's Avatar Member
    Reputation
    12
    Join Date
    Jan 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cable-one View Post
    WOW thanks for this !! +Rep

    Might be a silly question, but what is the correct spec for this?
    Mind posting the talent build exactly ?
    Cause iam a bit clueless
    Something similar to this. If you don't like/need/want AMZ take out the 4 points of MS and DMZ and spec 2/2 Dirge and 2/3 WP

  15. #30
    mazing's Avatar Member
    Reputation
    5
    Join Date
    Jun 2009
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    was fixed as of today =[

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. paying for a good private lua macro for holy paladin and ret paladin pvp
    By Speedracer22 in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 03-25-2012, 02:00 PM
  2. Replies: 0
    Last Post: 06-22-2011, 02:08 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. Nice Mage/Shaman Sheep/Hex Macro for PvP/Arena
    By Chief in forum World of Warcraft Guides
    Replies: 7
    Last Post: 12-17-2008, 05:15 PM
All times are GMT -5. The time now is 09:22 PM. 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