AutoMacro discussion menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 64
  1. #46
    haxxie's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    258
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could anyone make a macro for some hunter grinding? ;D

    AutoMacro discussion
  2. #47
    xdariuzx's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been a while since i played on my hunter so would you care to elaborate what you want the macro to do?

  3. #48
    haxxie's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    258
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just the basic pet attack,autoshoot,steadyshot, and spam aimed when it's up.

  4. #49
    xdariuzx's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i cant test this atm, but just spamming
    Code:
    /petattack
    /ifcast Aimed Shot
    /cast Aimed Shot
    /end
    /castsequence Steady Shot,Auto Shot
    not really that familiar with hunter spells and rotations and how to squezze in auto shot

    if you wanna try /castsequence reset=target Auto Shot,Steady Shot

  5. #50
    dalgreens's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any shaman macro available?

  6. #51
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone tested on PTR to see if it's fixed? perhaps you should.. :P

    Also just as a note.. Aimed Shot in a rotation ain't good at all, Autoshot + Steadyshot = real hunter DPS (ye, add BM spec on top too for more dps from the pet :P) - Aimedshot is too slow to cast and does less damage than you fitting in 2 steady shots

  7. #52
    Painkiller153's Avatar Active Member
    Reputation
    16
    Join Date
    Jul 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone make any cool rogue ones? I was trying to make an arena poison macro where it would switch to my other offhand with mind numbing on it and shiv if mindnumbing wasnt on and crip was on, and trying to work out a nice kick macro.

  8. #53
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Let me rephrase.. if this is fixed in the PTR then there is no point for you to continue making the macros :P That means it will be broken and not usable once the patch goes live! lol..

  9. #54
    xerses's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vlad is correct, but as long as it last is however nice to take advantage of it imho

    Btw tested and working:

    /ifcast Stormstrike
    /cast Stormstrike
    /elseifaddtb Flame Shock
    /cast Flame Shock
    /else
    /cast Earth Shock
    /end

    For Enhacement Shaman dps rotations and:

    /ifcast Fire Nova Totem
    /cast Fire Nova Totem
    /else
    /cast Magma Totem
    /end

    For a suboptimal Totems AOE... It miss only an "existance" check on FN totem to be perfect

    Bye!

    P.S.

    On the other hand this isn't exactly an "Exploitation" or a "Cheat" and my limited knowledge about the syntax used make me think that it would be quite difficult to block this kinds of subroutines.... At last I hope that. Btw anyone coulde achive something nearly identical with a good programmable keyboard, and that is silently permitted by Blizzard. Hope, hope, hope.
    Last edited by xerses; 06-20-2008 at 06:30 AM.

  10. #55
    Missaar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems you lot have figured out how to use this alot better then I managed when I tried it a month ago or something. Maybe someone can help me with a rather simple macro request.

    It's basically a 1 button destruction macro that I would want to see for lazy mode.

    Basically:
    Cast curse whenever its not on the target or will expire in 1s or less
    Cast immolate whenever its not on the target or will expire in 1s or less
    Cast incinerate when none of the above conditions are met

  11. #56
    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)
    Originally Posted by Missaar View Post
    Seems you lot have figured out how to use this alot better then I managed when I tried it a month ago or something. Maybe someone can help me with a rather simple macro request.

    It's basically a 1 button destruction macro that I would want to see for lazy mode.

    Basically:
    Cast curse whenever its not on the target or will expire in 1s or less
    Cast immolate whenever its not on the target or will expire in 1s or less
    Cast incinerate when none of the above conditions are met
    /ifaddtb Curse Of Agony
    /cast Curse Of Agony
    /else
    /ifaddtb Immolate
    /cast Immolate
    /else
    /cast Incinerate
    /end

    Check the spell names, my account's expired.

  12. #57
    xdariuzx's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gosp View Post
    /ifaddtb Curse Of Agony
    /cast Curse Of Agony
    /else
    /ifaddtb Immolate
    /cast Immolate
    /else
    /cast Incinerate
    /end

    Check the spell names, my account's expired.
    Code:
    /iftb Curse Of Agony
    /cast Curse Of Agony
    /end
    /iftb Immolate
    /cast Immolate
    /end
    /cast Incinerate
    Originally Posted by Vladinator View Post
    Let me rephrase.. if this is fixed in the PTR then there is no point for you to continue making the macros :P That means it will be broken and not usable once the patch goes live! lol..
    ofc... havent gotten access to it yet so havent been able to try it.
    Last edited by Errage; 06-24-2008 at 09:05 PM.

  13. #58
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I logged on the PTR and tried it out; I did:

    /if UnitMana("player")>50
    /cast Shadow Bolt
    /else
    /if UnitMana("player")<50
    /cast Demon Skin
    /end

    /if UnitMana("player")>50
    /cast Shadow Bolt
    /end

    Both just used Shadow Bolt, no errors tough but yet they ignored and didn't skip the lines I wanted it to skip. We need to hope for a version 9 or something.

  14. #59
    xdariuzx's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vladinator View Post
    I logged on the PTR and tried it out; I did:

    /if UnitMana("player")>50
    /cast Shadow Bolt
    /else
    /if UnitMana("player")<50
    /cast Demon Skin
    /end

    /if UnitMana("player")>50
    /cast Shadow Bolt
    /end

    Both just used Shadow Bolt, no errors tough but yet they ignored and didn't skip the lines I wanted it to skip. We need to hope for a version 9 or something.
    well theres a really easy reason as why they both used shadow bolt since UnitMana always returns points, not percent
    so im prettry sure you had over 50 mana at all times, no? ^^

    try
    Code:
    /if UnitMana("player")<3000
    /cast Life Tap
    /end
    /cast Rain of Fire
    Last edited by xdariuzx; 06-21-2008 at 03:06 PM.

  15. #60
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was a level 1 warlock, I had total of 120 something mana, and I know it returns in value and not precent. It stil tried to cast Shadowbolt even on 0 mana so yeah the addon is broken in the next patch.

Page 4 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 03:38 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