AutoMacro discussion menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 64
  1. #16
    vince0001's Avatar Member
    Reputation
    3
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very helpfull post thanks

    AutoMacro discussion
  2. #17
    Twolf's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just get addon errors only this addon was running at the time as well

  3. #18
    Lemonnns's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was trying to make a macro for shadow priests similar to the one for afflic warlocks, but I ran into a problem. I wanted to make it so that you could spam it, without interrupting MF with other casts, but if I use [nochanneling:Mind Flay], it wont fit into a macro. Anyone good with macros know how to fix it?

    Code:
    /ifaddtb Vampiric Touch
      /cast [nochanneling:Mind Flay] Vampiric Touch
    /end 
    /ifaddtb Vampiric Embrace 
      /cast [nochanneling:Mind Flay] Vampiric Embrace
    /end 
    /ifaddtb Shadow Word: Pain 
      /cast [nochanneling:Mind Flay] Shadow Word: Pain 
    /end
    /ifcast Devouring Plague
      /ifaddtb Devouring Plague
        /cast [nochanneling:Mind Flay] Devouring Plague
      /end
    /end
    /ifcast Mind Blast
      /cast [nochanneling:Mind Flay] Mind Blast
    /end
    /ifcast Shadow Word: Death
      /cast [nochanneling:Mind Flay] Shadow Word: Death
    /end
    /cast [nochanneling:Mind Flay] Mind Flay

  4. #19
    gosp's Avatar Member
    Reputation
    13
    Join Date
    Apr 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /if UnitCastingInfo("target") or UnitChannelInfo("target") This would return 'true' if you're casting or channeling something. I'm not sure how to add NOT to that command, but... /if UnitCastingInfo("Player") or UnitChannelInfo("Player") /else would at least allow you to take out all the nochanneling:mindflays

  5. #20
    Twolf's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone know why this thing just calls up errors?

    AutoMacro\AutoMacro.lua:304: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:302>
    (tail call): ?:
    (tail call): ?:
    (tail call): ?:
    AutoMacro\AutoMacro.lua:461: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:440>
    (tail call): ?:
    (tail call): ?:
    AutoMacro\AutoMacro.lua:547: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:544>
    <in C code>: in function `securecall'
    Interface\FrameXML\ChatFrame.lua:2987: in function `ChatEdit_ParseText':
    Interface\FrameXML\ChatFrame.lua:2732: in function `ChatEdit_SendText':
    Interface\FrameXML\ChatFrame.lua:1883: in function <Interface\FrameXML\ChatFrame.lua:1876>:
    <in C code>: ?
    <in C code>: in function `UseAction'
    Interface\FrameXML\SecureTemplates.lua:266: in function `SecureActionButton_OnClick':
    Interface\FrameXML\ActionButton.lua:36: in function `ActionButtonUp':
    <string>:"ACTIONBUTTON1":4: in function <[string "ACTIONBUTTON1"]:1>

  6. #21
    gosp's Avatar Member
    Reputation
    13
    Join Date
    Apr 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've never had any errors, and normal macros still work for me, so it's probably user error (or a corrupt file).

  7. #22
    Lemonnns's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, this one should work.
    Code:
    /if UnitChannelingInfo("player")
    /else
    /ifaddtb Vampiric Touch
      /cast Vampiric Touch
    /end 
    /ifaddtb Vampiric Embrace 
      /cast Vampiric Embrace
    /end 
    /ifaddtb Shadow Word: Pain 
      /cast Shadow Word: Pain 
    /end
    /ifcast Devouring Plague
      /ifaddtb Devouring Plague
        /cast Devouring Plague
      /end
    /end
    /ifcast Mind Blast
      /cast Mind Blast
    /end
    /ifcast Shadow Word: Death
      /cast Shadow Word: Death
    /end
    /end
    /cast [nochanneling:Mind Flay] Mind Flay

  8. #23
    adonis912's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone tell us how to get it working already? Where do we copy the files to, and how do we activate it in game?

  9. #24
    drastickog's Avatar Member
    Reputation
    30
    Join Date
    Jan 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just install it like a normal addon, and make a normal macro

  10. #25
    adonis912's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I figured out why this isn't working for me, I was trying to use it on a private server. Something tells me Burlex hasn't programmed macros to function quite the same as they do on blizz servers.

  11. #26
    sekke's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any tips on how to use this to cast heals on players who have a certain debuff? ie the macro would prioritize heals if the person had Mortal Strike or some other, non-dispellable buff.

  12. #27
    Twolf's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont know how it would be user error if its a normal addon it goes in like any other addon. perhaps its the code for the locks i tried both macros exactly copied and pasted from here and other auto macro posts. none work , no other addons were on and the same error pops up everything you hit the macro, i play on live the addon folder was clean just auto macro and the WTF and Cache folders were both clean. so unless its shitty code for the locks i dont know where USER error would come from. its not that hard to install a addon into wow .... this
    Originally Posted by gosp View Post

    Code:
    /ifaddtb Unstable Affliction 
       /cast Unstable Affliction 
    /end 
    /ifaddtb Siphon Life 
       /cast Siphon Life 
    /end 
    /ifaddtb Curse of Agony 
       /cast Curse of Agony 
    /end 
    /ifaddtb Corruption 
       /cast Corruption 
    /end 
    /if UnitHealth("player")<80% 
       /cast Drain Life 
       /elseif UnitHealth("player")>80% 
       /cast Shadowbolt 
    /end
    /if UnitMana("player")<25% 
       /if UnitHealth("player")>80% 
          /cast Life Tap 
       /end 
    /end 
    /if UnitMana("player")<25% 
       /if UnitHealth("player")<80% 
          /cast Dark Pact 
       /end 
    /end
    Be warned, there is a 256 char limit on macros.
    doesnt work on my lock all it does is error i used super macro to extend the macro and some people will bitch its outdated so any locks here care to tell me how they got this to work ? all normal macros work nothing else calls up errors i download the one in big red letters from the dude with the orange name and also ones i found from google thinking that might be an old version EACH time i clear my addon folder and WTF folder so please dont say its addon conflicts thats horse shit, user error ..... unless that macro is wrong or the one with CoS and SB is also wrong. thats the only part USER ERROR would come into play.
    Last edited by Twolf; 05-27-2008 at 12:23 PM.

  13. #28
    kibry's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2007
    Posts
    20
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've also been trying to do a few macro's with it, here's a few examples that I've made for my warrior:

    The Bloodthirst-WW-Rampage button smasher:

    /startattack
    /skipif IF_CSPELL("Bloodthirst")
    /cast [:r35] Bloodthirst
    /skipif IF_CSPELL("Whirlwind")
    /cast [:r35] Whirlwind
    /skipif (UnitHasSpellEffect("player","Rampage") or 0) > 1
    /cast [nomodifier] Rampage;

    Comment: starts attack- cast's bloodthirst when it's possible and I have 35rage or more. - cast's whirlwind when it's possible and I have over 35 rage. Cast's rampage if it's possible and wont cast it if it's active.

    -

    Interrupter:

    /if UnitCastingInfo("target") or UnitChannelInfo("target")
    /cast [stance:3] Pummel
    /cast [stance:2] Shield Bash
    /end

    Comment: Casts pummel when in berserk and shield bash when in def stance.

    -

    Battleshout, Heroic Strike, Victory Rush, Trinket button smasher:

    /skipif (UnitHasSpellEffect("player","Battle Shout") or 0) > 1
    /cast Battle Shout
    /cast [:r45] Heroic Strike;
    /cast [nomodifier] Victory Rush;
    /use 13
    /use 14

    Comment: Buffs myself with Battle Shout when its run out/possible. Casts Heroic Strike when I have over 45 rage. Casts Victory Rush when its possible. Uses trinkets whenever they are usable.

    -

    Debuffer:

    /skipif (UnitHasSpellEffect("target","Thunder Clap") or 0) > 2
    /cast Thunder Clap
    /skipif (UnitHasSpellEffect("target","Demoralizing Shout") or 0) > 1
    /cast Demoralizing Shout

    I'm guessing that this would work also:

    /ifaddtb Thunder Clap
    /cast Thunder Clap
    /end
    /ifaddtb Demoralizing Shout
    /cast Demoralizing Shout
    /end

    Comment: If the target doesn't have these debuff's it cast's em.
    Last edited by kibry; 05-27-2008 at 01:44 PM. Reason: adding comments

  14. #29
    Custer's Avatar Member
    Reputation
    10
    Join Date
    May 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me make a macro so my warlock only tries to cast shadow bolt when nightfall is active?

    Using 2 accounts. My warlock is boosting my alt and im using auto hotkey to have the warlock kill my alts target. Its great when you can limit your spells to one button instead of having many different hotkeys assigned.

  15. #30
    gosp's Avatar Member
    Reputation
    13
    Join Date
    Apr 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've recently been looking through the WoW API, for code I can use in these macros, and I found UnitBuff().

    If you count the number of buffs you have on yourself (warlock), and never change that number while grinding (remember to refresh, of course), it could work.

    If you have 5 buffs normally, then a nightfall proc would be 6, so
    Code:
    /if UnitBuff("Player",6)
    /cast Shadowbolt
    /end

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Welcome to Items and Quests Discussion
    By Alkhara Majere in forum WoW Items & Quests
    Replies: 3
    Last Post: 09-17-2016, 06:44 PM
  2. Welcome to the Instances & Raidings Discussion forum.
    By Alkhara Majere in forum WoW Instances & Raiding
    Replies: 1
    Last Post: 05-15-2015, 03:18 AM
  3. Welcome to the PvP & Battlegrounds Discussion forums.
    By Alkhara Majere in forum WoW PvP & Battlegrounds
    Replies: 2
    Last Post: 10-08-2013, 10:28 PM
  4. Welcome to the UI & Macro Discussions forums
    By Alkhara Majere in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 08-28-2013, 10:46 AM
  5. Read me. Discuss.
    By Alkhara Majere in forum Community Chat
    Replies: 15
    Last Post: 02-20-2007, 04:39 PM
All times are GMT -5. The time now is 07:32 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