Close
Showing results 1 to 6 of 6
  1. #1

    Default Where am i going wrong with this --

    Iam trying to get it to display a spell instead of the question mark at first lol.

    But if I demand it to display one spell, i cant make it switch with the modifiers.

    Here is my current macro.

    /cast [modifier:shift,harm,target=focus] Chain Lightning [modifier:shift,help,target=focus] Chain Heal; [harm] Chain Lightningt; [help] Chain Heal;

    now until I target, it displays question marks... and if I use #show spell it wont shift =( when I use a modifier or change target.
    It works for healing the focus target, but if my focus is harm it wont cast chain lightning ...
    Orbzz, Orbzm, Orbzem,Iceorbs SHM - Lvl 80 Hyjal PvE
    Örbz, Örbs, Õrbz & Õrbs 80 Ret Paladin Team Hyjal

    Shaman FTL Setup -
    http://www.dual-boxing.com/showthread.php?t=23141

  2. #2

    Default

    Is that typo in your actual macro?

    "Chain Lightningt"

    I also think you need a semicolon after the first "Chain Lightning" ??

  3. #3

    Default

    Typeo is not in there
    i changed it to something different, problem is now solved with.


    /cast [modifier:shift,harm,target=focus] Chain Lightning;
    /cast [modifier:shift,noharm,target=focus] Chain Heal;
    /cast [harm] Chain Lightning;
    /cast [help] Chain Heal
    Orbzz, Orbzm, Orbzem,Iceorbs SHM - Lvl 80 Hyjal PvE
    Örbz, Örbs, Õrbz & Õrbs 80 Ret Paladin Team Hyjal

    Shaman FTL Setup -
    http://www.dual-boxing.com/showthread.php?t=23141

  4. #4

    Default

    you could make it like this if you like, would show Chain heal unless its a target you can harm

    #Showtooltip [harm] Chain Lightning; Chain Heal

    /cast [modifier:shift,harm,target=focus] Chain Lightning;
    /cast [modifier:shift,noharm,target=focus] Chain Heal;
    /cast [harm] Chain Lightning;
    /cast [help] Chain Heal

  5. #5

    Default

    the icon isnt there in your first macro because you have nothing selected. go select something that's "harm"ful and you'll get the Chain lightning icon. select something that's "help"ful and you'll get the chain heal icon.
    to resolve this, just insert an additional chain heal at the end. this will give you the tooltip AND attempt to do chain heal. you'll then have to select with your mouse where it goes.

  6. #6
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    If you include macro syntax before your first spell in the macro, it will frequently display just the red question-mark.

    #show will display the spell name chosen.
    #showtooltip will in addition to the spell icon, display the tooltip if you mouse-over the icon.

    If you want a lot of options in your macro, use a #show or #showtooltip with the default spellname/icon you'd like displayed.

Similar Threads

  1. What am I doing wrong?
    By Nicbennett in forum Macros and Addons
    Replies: 8
    Last Post: 12-19-2008, 01:01 AM
  2. What Am I Doing Wrong?
    By Hotkeying_nub in forum Software Tools
    Replies: 7
    Last Post: 09-23-2008, 07:38 AM
  3. Doing something wrong...?
    By Zeroxiv1 in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 08-26-2008, 06:21 AM
  4. so what am i doing wrong
    By simpletom in forum General WoW Discussion
    Replies: 8
    Last Post: 03-29-2008, 09:25 AM
  5. What Am I Doing Wrong?
    By Hotkeying_nub in forum New Multi-Boxers & Support
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

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