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

    Default Mount Macro Question

    #showtooltip
    /cast [combat,nomounted ][mod:alt] Ghost Wolf
    /cast [nostance,nocombat,noflyable] Swift Brewfest Ram
    /cast [nostance,nocombat,noflyable][mod:ctrl] Tawney Windrider
    /dismount [mounted]
    /cancelform [stance]


    Can someone tell me what I am doing wrong in this macro? I want alt to do ghost wolf ctrl do flyer.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  2. #2

    Default

    make sure whatever key you are using is not bound, incl alt and ctrl of the key

    just tested and works fine for me
    Lothar-A US --- Deraa,Daleka, Daleke, Dalekii, Daleku (1 Pali / 4x Shaman)

  3. #3

    Default

    If you're going to have modifiers to do them, then make it this:

    /dismount
    /cancelform
    /cast [nomod] Swift Brewfest Ram; [mod:alt] Ghost Wolf; [mod:ctrl] Tawney Windrider

    No need to overcomplicate things
    [align=center]Jamien - 70 Rogue
    Aphrim - 70 Priest
    Zapcowone-four - 70 Shaman
    Niian - 65 Paladin
    [/align]

  4. #4

    Default

    Jamien is correct, however in case you are still wondering; the problem with your original macro was that the mod condition was seperate from the status conditions.

    Corrected:
    #showtooltip
    /cast [combat,nomounted,mod:alt] Ghost Wolf
    /cast [nostance,nocombat,noflyable] Swift Brewfest Ram
    /cast [nostance,nocombat,noflyable,mod:ctrl] Tawney Windrider
    /dismount [mounted]
    /cancelform [stance]

    Having /cast [combat,nomounted ][mod:alt] Ghost Wolf means it will check for combat and mount status, and only if those are false will it check for the alt key.
    Anierdra - Prot Paladin, Aralyn - Frost Mage, Annara - Bal/Rest Druid, Azdorra - Elemental Shaman, Aleriyn - Holy/Disc Priest

    Phoenix Guild, Malygos Realm

  5. #5

    Default

    Quote Originally Posted by 'Ateleiotos',index.php?page=Thread&postID=126809#p ost126809
    Jamien is correct, however in case you are still wondering; the problem with your original macro was that the mod condition was seperate from the status conditions.

    Corrected:
    #showtooltip
    /cast [combat,nomounted,mod:alt] Ghost Wolf
    /cast [nostance,nocombat,noflyable] Swift Brewfest Ram
    /cast [nostance,nocombat,noflyable,mod:ctrl] Tawney Windrider
    /dismount [mounted]
    /cancelform [stance]

    Having /cast [combat,nomounted ][mod:alt] Ghost Wolf means it will check for combat and mount status, and only if those are false will it check for the alt key.
    indeed. the logic for the mod:ctrl is incorrect. which is why it doesnt work.
    if all you want is to do alt for ghostwolf and ctrl for flyer, then you might as well use this macro:

    /dismount[mounted]
    /cancelform[form]
    /cast [mod:alt] Ghost Wolf; [mod:ctrl] Wayney Windrider; Swift Brefest Ram

    the reason why i took out the flyable, combat, nocombat, etc is that it is not needed if you're uisng modifiers to tell your macro what to do.
    the only reason why you would want the conditionals in there is if you want a "smart" button to do things for you. click it and you will get a flyer in outlands, or a swift land mount in azeroth, or a ghostwolf if youre in combat.... automatically, without modifiers. now you can combine them and make the macro more complicated. but that's only if you prefer it.

  6. #6

    Default

    Quote Originally Posted by 'elsegundo',index.php?page=Thread&postID=126879#po st126879
    Quote Originally Posted by 'Ateleiotos',index.php?page=Thread&postID=126809#p ost126809
    Jamien is correct, however in case you are still wondering; the problem with your original macro was that the mod condition was seperate from the status conditions.

    Corrected:
    #showtooltip
    /cast [combat,nomounted,mod:alt] Ghost Wolf
    /cast [nostance,nocombat,noflyable] Swift Brewfest Ram
    /cast [nostance,nocombat,noflyable,mod:ctrl] Tawney Windrider
    /dismount [mounted]
    /cancelform [stance]

    Having /cast [combat,nomounted ][mod:alt] Ghost Wolf means it will check for combat and mount status, and only if those are false will it check for the alt key.
    indeed. the logic for the mod:ctrl is incorrect. which is why it doesnt work.
    if all you want is to do alt for ghostwolf and ctrl for flyer, then you might as well use this macro:

    /dismount[mounted]
    /cancelform[form]
    /cast [mod:alt] Ghost Wolf; [mod:ctrl] Wayney Windrider; Swift Brefest Ram

    the reason why i took out the flyable, combat, nocombat, etc is that it is not needed if you're uisng modifiers to tell your macro what to do.
    the only reason why you would want the conditionals in there is if you want a "smart" button to do things for you. click it and you will get a flyer in outlands, or a swift land mount in azeroth, or a ghostwolf if youre in combat.... automatically, without modifiers. now you can combine them and make the macro more complicated. but that's only if you prefer it.
    Thanks.. This just cleared 3 keybinds and 3 spots on my ui.
    /dismount[mounted]
    /cancelform[form]
    /cast [mod:alt] Ghost Wolf; [mod:shift] Green Windrider; Horn of the Frostwolf Howler

    FTW Mount Macro!
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

Similar Threads

  1. Mount Macro
    By jono in forum Macros and Addons
    Replies: 5
    Last Post: 03-23-2009, 06:15 PM
  2. [Working] Mount Macro!
    By Creazil in forum Macros and Addons
    Replies: 11
    Last Post: 02-03-2009, 05:03 PM
  3. Anyone figured out the mount macro thing yet?
    By Coltimar in forum Macros and Addons
    Replies: 18
    Last Post: 10-25-2008, 04:52 AM
  4. Mount Macro
    By Ellette in forum Macros and Addons
    Replies: 3
    Last Post: 10-16-2008, 10:02 PM
  5. need help with this mount macro please
    By largegroh in forum Macros and Addons
    Replies: 19
    Last Post: 10-03-2008, 01:50 PM

Posting Rules

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