[Request] Macro-length bypass for private wow server menu

User Tag List

Results 1 to 7 of 7
  1. #1
    grimmjow200's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Macro-length bypass for private wow server

    I was wondering if there's a program for bypassing the macro-length limitation that WoW has.

    I know there was luaninja and luaenabler - but since those were made for retail, their authors stopped updating the programs once Blizz patched Warden...my question is:

    Is there any such program which will allow me to use big macros for versions 3.2.0 and 3.3.3a ?

    Thanks!

    [Request] Macro-length bypass for private wow server
  2. #2
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Macro Branching with /click

    Say you want a button that chooses between three different spells based on shift, ctrl, or no modifier and two different targets depending on left or right click. This can be done all in one like the following:
    Code:
     /cast [mod:shift, button:2, @player] [mod:shift, @party1] Greater Heal; [mod:ctrl, button:2, @player] [mod:ctrl, @party1] Flash Heal; [nomod, button:2, @player] [nomod, @party1] Renew
    That's quite an unwieldy bit of script there. We can split it onto multiple lines for clarity and remove some redundancies to save room but it's still a bit of a beast:
    Code:
    /cast [mod:shift, button:1, @party1] [mod:shift, @player] Greater Heal
    /cast [mod:ctrl, button:1, @party1] [mod:ctrl, @player] Flash Heal
    /cast [button:1, @party1] [@player] Renew
    However, by using one master macro to choose the target based on mouse button and two macros to choose the spells based on modifier key, we can make it much easier to follow. For the sake of these examples, macros 2 and 3 are on MultiBarLeftButton2 and MultiBarLeftButton3, respectively.
    Macro 1:
    Code:
    /click [button:1] MultiBarLeftButton2; MultiBarLeftButton3
    Macro 2:
    Code:
    /cast [mod:shift, @party1] Greater Heal; [mod:ctrl, @party1] Flash Heal; [@party1] Renew
    Macro 3:
    Code:
    /cast [mod:shift, @player] Greater Heal; [mod:ctrl, @player] Flash Heal; [@player] Renew
    Taken from Making a macro - WoWWiki - Your guide to the World of Warcraft


  3. #3
    Maisteri's Avatar That spoiler guy
    Reputation
    441
    Join Date
    Aug 2007
    Posts
    894
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could use an addon such as Super Duper Macro Super Duper Macro : Miscellaneous : WoWInterface Downloads

  4. #4
    grimmjow200's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the tips guys, but I was kind of looking for something else, I guess my thread title misrepresented what I was looking for.

    I am trying to use the following macro as a ret pally - mainly for pve right now:

    /run if (UnitHealth("target")/UnitHealthMax("target")<0.2) and (GetSpellCooldown("Hammer of Wrath") == 0) then c("Hammer of Wrath") elseif UnitBuff("player", "The Art of War") and (UnitHealth("player")/UnitHealthMax("player")>0. then c("Exorcism") elseif UnitBuff("player", "The Art of War") and (UnitHealth("player")/UnitHealthMax("player")<0. then c("Flash of Light") elseif (GetSpellCooldown("Judgement of Light") == 0) then c("Judgement of Light") elseif (GetSpellCooldown("Crusader Strike") == 0) then c("Crusader Strike") elseif (GetSpellCooldown("Divine Storm") == 0) then c("Divine Storm") end
    The thing is, this macro requires luaninja - which i know won't work with a 3.2.0 or 3.3.3a version of WoW -- but I was wondering if there were any such programs that I could use to make such macros or even...use the macros I had already.

  5. #5
    Summer's Avatar Active Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Theres an addon think its superduper macro or something

  6. #6
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This isn't the question/request section.

    Moved.

  7. #7
    grimmjow200's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /bumping because the thread was pushed all the way down.

Similar Threads

  1. looking for program for hacking private wow servers, please help
    By ilija02 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-08-2016, 12:25 AM
  2. [Trinity] Installer For Debian (Run a private WoW server, easy as 1 - 2 - 3)
    By runningcow in forum WoW EMU General Releases
    Replies: 4
    Last Post: 11-13-2010, 07:38 PM
  3. [Trinity] Bloodguards Private WoW Server [Blizzlike / RP] - Looking for GM
    By j4x0r in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 08-12-2010, 10:11 PM
  4. [Request] Looking for 3d graphics designer for my WOW server
    By drsmoothness in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-22-2010, 02:24 PM
  5. Guide to create a private WoW server (Guide)
    By Ryuk in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 11-05-2007, 05:04 PM
All times are GMT -5. The time now is 01:34 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