Close
Page 3 of 3 FirstFirst 1 2 3
Showing results 21 to 25 of 25
  1. #21

    Default

    Quote Originally Posted by Hotnutz View Post
    make a 5 man party, go into deadmines or whatever random dungeon, go to a slaves screen and try to set a raid icon on a mob. i know what im talking about
    I'm using it constantly in dungeons in a five man party slaves setting their own target

    In zul I set my own targets even if I'm not the leader, either for focus and warning/kill patrols symbols.

  2. #22

    Default

    Ya not sure whats going on then, the option is there when i right click a mob, but when i go to set the icon it doesn't show. When I try my macros, it sets the focus properly but no symbols as well.

  3. #23

    Default

    For crowd controlling

    For focusing:

    Main mage (Shift+F1) (this is binded only to main window)
    #showtooltip polymorph
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 1)

    Slave mage 1 (Shift+F2) (this is binded only to slave 1 window)
    /assist Beeq
    #showtooltip polymorph
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 2)

    Slave mage 2 (Shift+F3) (this is binded only to slave 2 window)
    /assist Beeq
    #showtooltip polymorph
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 3)

    Slave mage 3 (Shift+F4) (this is binded only to slave 3 window)
    /assist Beeq
    #showtooltip polymorph
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 4)

    Slave mage 4 (Shift+F5) (this is binded only to slave 4 window)
    /assist Beeq
    #showtooltip polymorph
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 5)

    For sheeping:

    Sheep (L) (this is FTL DPS key, binded to all windows)
    /cast [target=focus]Polymorph
    /stopmacro [nogroup]

    For clearing focus frames:

    Clearfocus (O) (this is FTL DPS key, binded to all windows)
    /clearfocus

    How it works?
    Main mage selects any mob.
    key push: Shift+F1 (The mob is now focused by main mage, and the mob have mark Star above)

    Main mage selects any other mob.
    key push: Shift+F2 (Slave mage 1 assists Main mage. The mob is now focused by Slave mage 1, and the mob have mark Circle above)

    and so on..

    when you have 5 marks on mobs, you can simply press your sheep macro (I have it on 'L'-key) and all focused mobs will turn into fluffy sheeps. Now when you nuke any target, the focused mobs will stay in focus, and pressing sheep-key will resheep them.
    Eonar - EU

  4. #24

    Default

    So yesterday I was using this macro set on my mages and I had to change SetRaidTarget to SetRaidTargetIcon. I seriously spent two hours trying to figure out why none of my guys could set raid targets with a macro. Oh and go try this: use just the making part of macro two different ways. type it out in your chat window and also put it in a macro in game. notice how one works and the other doesn't?? Last night I was copy pasting and only the chat option worked. Using a WoW macro wouldn't work. I'm typing on a phone do its hard to explain without going into detail. SetRaidTargetIcon("target", 1); works when typed out in chat, but not in a button macro.... WTF

  5. #25

    Default

    maybe the quote become special characters or something when you paste, and the chat automatically adjusts and not the macro editor.


    Hotnutz, i would try disabling your addons for a test
    .[I



Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •