[EPIC]Automate any Rotation 100% /w Lua. menu

User Tag List

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 102
  1. #46
    Vendros's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice guide! This'll be great for my druid. :P

    [EPIC]Automate any Rotation 100% /w Lua.
  2. #47
    nemiz's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys could u make a leet blood and frost dk rotation ?, that makes like the best dps possible?

  3. #48
    Easygoes's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to bother but my Super Duper Macro addOn say incompatible, am I doing something wrong?

    EDIT: Did some analyzing and for some reason when I extract the file it completely changes. Even the readme. It's like whenever I move the file from the .zip it encrypts itself.

    I'm reading over the post again, but I'm pretty sure that this isn't supposed to happen.

    EDIT2: I fixed it by copy/pasting text from unextracted files into existing .lua, etc files.
    Last edited by Easygoes; 12-28-2009 at 02:50 AM.

  4. #49
    superazn314's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys i got the macro to work but i cant get the automated to work i paste this at the end of my macro but it didnt help

    /run if UnitAffectingCombat("player") then RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end

    can any one help me ??

  5. #50
    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)
    Make sure your Macro's name is DPS.

  6. #51
    superazn314's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i checked and its name is DPS

  7. #52
    Viral Fly-by's Avatar Contributor
    Reputation
    136
    Join Date
    Dec 2009
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by superazn314 View Post
    hey guys i got the macro to work but i cant get the automated to work i paste this at the end of my macro but it didnt help

    /run if UnitAffectingCombat("player") then RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end

    can any one help me ??
    A lot of people have been telling me this...and I'm not sure what to tell you. There are people telling me that if they just type "/in 5 /cast SPELL" with some spell there, it doesn't work for them...which is as if the entire /in command is broken. They claim even if they do "/in 5 /say Hello" it doesn't work. But I can't reproduce it at all on my game. The /in command works exactly as expected for me. If I put the line you gave it does exactly what I expect and spams the living shit out of the Macro as long as I'm in combat. Not sure what to tell you...it DOES work...

    The only suggestion I could maybe give would be to make a second macro to call the first in a loop:

    Code:
    /run while UnitAffectingCombat("player") do RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end
    That macro should keep spamming the other macro as long as you're in combat...so push it once you're in combat and it should work. But then again, the other way should work too. =p

  8. #53
    superazn314's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TyVM for all yours replies but i almost have one problem as of right now im using Facesmasher for my DK rotation so can i still used that macro ???? and second of all my SBM will not save any macro im saving it. and third " Viral Fly-by" what you suggest is what i dont get.

    so i make a macro named it dps do i put the name in the macro it self or name the macro regular way

    then i make another macro name what ever and put "/run while UnitAffectingCombat("player") do RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end" in it ??

    EDIT

    i try it and my wow crash can you help me ??
    Last edited by superazn314; 12-28-2009 at 09:46 PM.

  9. #54
    Viral Fly-by's Avatar Contributor
    Reputation
    136
    Join Date
    Dec 2009
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by superazn314 View Post
    TyVM for all yours replies but i almost have one problem as of right now im using Facesmasher for my DK rotation so can i still used that macro ???? and second of all my SBM will not save any macro im saving it. and third " Viral Fly-by" what you suggest is what i dont get.

    so i make a macro named it dps do i put the name in the macro it self or name the macro regular way

    then i make another macro name what ever and put "/run while UnitAffectingCombat("player") do RunMacroText("/in 0.1 /run RunMacro(\"DPS\")") end" in it ??

    EDIT

    i try it and my wow crash can you help me ??
    Name the macro the regular way...

    Then try this...just type it in the chat box:
    Code:
    /run RunMacro("DPS")
    It should run your macro...if it doesn't, then you don't have it named DPS properly.

    If that works, try this:
    Code:
    /in 3 /run RunMacro("DPS")
    That should wait for 3 seconds, then run your macro. That should also work.

    If those things work, the whole thing should work. Let me know how it goes.

  10. #55
    MyWay86's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2009
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I read this guide it looks absolutly usable for even noobs like me but then read the following posts and got a bit confused.

    so could you tell me that in this code for instance :

    /run i=1 while(i<=40) do a={UnitDebuff("focus",i)} if a[1]=="Frost Fever" and a[8]=="player" then break else i=i+1 end end if i>40 then RunMacroText("/cast [@focus] Icy Touch") end

    What does these symbols mean? like:
    i
    1
    i<=40

  11. #56
    reveng_'s Avatar Member
    Reputation
    5
    Join Date
    May 2006
    Posts
    145
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i = variable
    1 = constant
    i <= 40 = Conditional

  12. #57
    superazn314's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Viral Fly-by sadly it doesnt work but first one work but the secound one doesnt

  13. #58
    reveng_'s Avatar Member
    Reputation
    5
    Join Date
    May 2006
    Posts
    145
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by superazn314 View Post
    Viral Fly-by sadly it doesnt work but first one work but the secound one doesnt
    Then one of your add-ons is preventing the use of the /in command.

  14. #59
    superazn314's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reveng_ it seems you are wrong.. i turn off all my addon excluding facesmasher the addon i used for dk rotation and /in command still doesnt work

  15. #60
    nemiz's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello guys, i was thinking if any of you could make me a AOE macro for warrior, here is the one im using atm, but its not doing what i want it to do, so please tell me what i need to change in it.

    #showtooltip Whirlwind
    /run local _,d,_ = GetSpellCooldown("Bloodrage") if (d == 0) then CastSpellByName("Bloodrage") end
    /startattack
    /run if UnitBuff("player", "Slam!") then CastSpellByName("Slam") end
    /run local _,a,_ = GetSpellCooldown("Whirlwind") if (a == 0) then CastSpellByName("Whirlwind") end
    /run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
    /run if UnitPower("Player") > 60 then CastSpellByName("Cleave") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");

    this is what i want it to do
    Bloodrage whenever possible
    Whirlwind when not on cd
    when im over 25 rage it uses cleave as a rage dumb
    when im over 60 rage it uses bloodsurge if it procc'd
    when im over 60 rage it uses Bloodthirst if its not on cd

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. Top 100 rankings achievable with any rotations?
    By dotonthewall in forum WoW Bots Questions & Requests
    Replies: 10
    Last Post: 02-08-2015, 12:15 PM
  2. [Hunter] Automated Shot Rotation
    By CrazyCactuaR in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 12-11-2008, 02:27 PM
  3. [Epic Release] Rick Astley - Rickroll Boss [LUA]
    By Creepfold in forum WoW EMU General Releases
    Replies: 13
    Last Post: 10-04-2008, 10:01 PM
All times are GMT -5. The time now is 04:52 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