LuaNinja Macro Collection menu

User Tag List

Page 5 of 42 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 629
  1. #61
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me make a totem smashin macro but not for pets for manual like just to swing at certain ones without having to check for them.
    This is what i have so far,

    /script TargetUnit("Earthbind Totem");
    /script TargetUnit("Tremor Totem");
    /script TargetUnit("Cleansing Totem");
    /script TargetUnit("Searing Totem");
    /use attack

    The only problem i have is that when i spam that macro it will target the shaman and attack him not the totems like it doesn't switch targets to the totems and sticks on the shaman or one totem.

    Please help.

    LuaNinja Macro Collection
  2. #62
    ganzerker's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pkaa4eva_jr View Post
    Can someone help me make a totem smashin macro but not for pets for manual like just to swing at certain ones without having to check for them.
    This is what i have so far,

    /script TargetUnit("Earthbind Totem");
    /script TargetUnit("Tremor Totem");
    /script TargetUnit("Cleansing Totem");
    /script TargetUnit("Searing Totem");
    /use attack

    The only problem i have is that when i spam that macro it will target the shaman and attack him not the totems like it doesn't switch targets to the totems and sticks on the shaman or one totem.

    Please help.
    it shud actually just be
    /tar Earthbind Totem
    /tar Tremor Totem
    /tar Cleansing Totem
    /tar Searing Totem
    /startattack [harm]

    tht shud work

  3. #63
    faithzz's Avatar Sergeant
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice collection. A lot of macros are new for me tho. Thanks for sharing.

  4. #64
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ganzerker View Post
    it shud actually just be
    /tar Earthbind Totem
    /tar Tremor Totem
    /tar Cleansing Totem
    /tar Searing Totem
    /startattack [harm]

    tht shud work
    No they don't work anymore. People used that macro too much so Blizzard removed the ability to target totems
    Originally Posted by faithzz View Post
    Nice collection. A lot of macros are new for me tho. Thanks for sharing.
    My pleasure
    Originally Posted by pkaa4eva_jr View Post
    Can someone help me make a totem smashin macro but not for pets for manual like just to swing at certain ones without having to check for them.
    This is what i have so far,

    /script TargetUnit("Earthbind Totem");
    /script TargetUnit("Tremor Totem");
    /script TargetUnit("Cleansing Totem");
    /script TargetUnit("Searing Totem");
    /use attack

    The only problem i have is that when i spam that macro it will target the shaman and attack him not the totems like it doesn't switch targets to the totems and sticks on the shaman or one totem.

    Please help.
    I'm not really sure if this would work but try replacing /script with /run. Or try /run TargetUnit("Earthbind Totem") RunMacroText("/petattack") end
    /run CastSpellByName("Earthbind Totem", "Petattack") end or something like that. Not really sure if it'd work.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  5. #65
    ganzerker's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elitetech View Post
    No they don't work anymore. People used that macro too much so Blizzard removed the ability to target totems
    i know but w/ lua it seems to have removed tht block they put in, i target it w/ my macro (it targets closest to me and tht happens to be a totem sometimes.




    ~~~~~


    now for my question... is there a code to loot nearest body and... dang was gonna ask sumin else... oh ya! is there a code to check if ur the target of ur target? i was lookin at protected api's on wowwiki but the aggro threat thing, cudn't get to use it, cudn't figure out how to put it into the macro i suppose, anyways yes so if any1 wud like to lemme knwo tht wud be good, im thinkin of sumin along the line of "if (my target is targeting me) then CastSpellByName("yadda yadda yadda") end thx in advance

  6. #66
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow api .. i found this for Totems

    TargetTotem() but no desription

    for the thread stuff .. did you tried http://www.wowwiki.com/API_UnitThreatSituation ???

    sincery spud

    ps .. the best thing is to say cu to your macros and start an addon .. it's alot easier to do stuff
    Last edited by spudstar99; 11-25-2009 at 03:50 AM.

  7. #67
    Barrt73Rus's Avatar Banned
    Reputation
    171
    Join Date
    May 2009
    Posts
    1,273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone made macro combo for blood dk on this build? +rep from me
    _http://www.wowhead.com/?talent#jfVMVh0Icfkf0stZfzhhxc
    Last edited by Barrt73Rus; 11-26-2009 at 06:21 AM.

  8. #68
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    osborns spell checker

    /run function able(spell) unit = "target" usable, nomana = IsUsableSpell(spell) range = IsSpellInRange(spell, unit) start, duration, enabled = GetSpellCooldown(spell) if usable and range==1 and duration==0 then return true else return false end end

    /run s1 = "Shield Slam"

    /run if able(s1) then print("ok") else print("not ok") end

    QUESTION:
    How can i check, if warrior disarm spell is applyable or not without trying to cast it?
    How can i check, if demoshout is applyable on the target (attention: maybe the target has a stronger debuff from other class and dont stack or target is immune, etc...)?
    Last edited by osbornx22; 11-26-2009 at 10:59 AM.

  9. #69
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ganzerker View Post
    it shud actually just be
    /tar Earthbind Totem
    /tar Tremor Totem
    /tar Cleansing Totem
    /tar Searing Totem
    /startattack [harm]

    tht shud work
    no, it doesn't work for some reason it only attacks the searing totem and ignores every other totem and when I'm near the shaman it targets him and not the totems I'm looking for a macro which I can be dpsin down the shaman and mash it to a dump macro so I can also be attacking the totems of my choice without having to manually target and attack them, please help. Thanks in advanced also.

  10. #70
    aukatrau's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using the moonkin code it works great. I was wondering if anybody could build me a bear tanking one because I would have no idea on how to do it. Basically needs to do this:

    1) Use mangle when not in CD
    2) Use Maul always
    3) Keep 5 stack of lacerate up
    4) Use FeralFaeireFire to fill in and not in CD.
    5) Use swipe to fill in.

    Thanks in advance if anybody could do that!

  11. #71
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, the feral druid doesn't seem to work in it's current form. I managed to get my warlock, hunter working with no issues and they seem to be working extremely well. Warlock is a little weird because there is that short delay before a debuff is noticed on target, but overall i got them working well.

    I think the combopoints for the druid is messing me up.

    Any help?

  12. #72
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    search for rogue in the original thread of luaninja ... there is a post how to use a addon for max dps on feral druid

  13. #73
    aukatrau's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah spudstar99 I saw that but it seems to be for kitty dps while I need tank, unless you were replying to demisehi not me.

  14. #74
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    since i have no idea what all this means waht you have written .. i can't help you ..

    just write something down in a prior list like ..

    first thing use mangle
    second check if lacterate has 5 stacks .. if not cast ...

    and so on ...

    maybe if i have time i write it for you ...

  15. #75
    aukatrau's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the thing with checking if it doesn't have five stacks is that it will take 5 lacerates to build it back up, but you don't want to spam it because then you lose dps and threat from faeire fire and swipe not being up. It would be very hard to set up.

    basically use maul with every attack.
    use mangle always when not on cooldown.
    put on 5 stacks of lacerate and keep it up.
    use faeire fire to keep up threat while mangle is on CD and lacerate is at 5
    use swipe when faeire fire and mangle is on CD and lacerate is at 5

    sorry if that is confusing easiest way I can put it.

Page 5 of 42 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90!
    By Classicclean in forum WoW UI, Macros and Talent Specs
    Replies: 21
    Last Post: 01-21-2014, 08:16 AM
  2. Addon For LuaNinja Macros
    By Tracerv0 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 01-06-2010, 02:21 PM
  3. /Dump Macro Collection (WIP at mo!)
    By Anotherfox in forum WoW UI, Macros and Talent Specs
    Replies: 97
    Last Post: 01-04-2010, 03:21 PM
  4. [HOW TO] Ascii Macro + my collection
    By wickermanz in forum World of Warcraft Guides
    Replies: 12
    Last Post: 01-05-2009, 12:58 PM
  5. Macro Love - My Collection of useful and/or Space saving Macro's!
    By Anotherfox in forum World of Warcraft Guides
    Replies: 15
    Last Post: 12-28-2008, 12:29 AM
All times are GMT -5. The time now is 02:18 AM. 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