1. #1
    High Overlord Drizztcz's Avatar
    10+ Year Old Account
    Join Date
    Mar 2010
    Location
    Prague, Czech
    Posts
    115

    /cast + /use macro

    Hey guys, I just need some help with macro that I would like to use.
    Description:
    I have Judgement of Wisdom bided on no. 1 on my keybord. And the whole macro should be about: When I press no. 1 it will cast Judgement of Wisdom. But if I press no. 1 with "Shift" it will cast Judgement of Wisdom and will /use Potion of Speed.
    I was tryin' to figure it out yday, but without any success, so some help would be nice ;-)ú
    "Not that I mind senseless violence, manling, but what are you doing to that old man?" - Gotrek, the Trollslayer

  2. #2
    Legendary! llDemonll's Avatar
    15+ Year Old Account
    Join Date
    Apr 2008
    Location
    Washington
    Posts
    6,582
    #showtooltip Judgement of Wisdom
    /use [modifier:shift] Potion of Speed
    /cast [nomodifier] Judgement of Wisdom

    I believe will work...
    "I'm glad you play better than you read/post on forums." -Ninety
    BF3 Profile | Steam Profile | Assemble a Computer in 9.75 Steps! | Video Rendering Done Right

  3. #3
    High Overlord Drizztcz's Avatar
    10+ Year Old Account
    Join Date
    Mar 2010
    Location
    Prague, Czech
    Posts
    115
    Sadly it didn't - it used Potion of Speed, but didn't cast Judgement.
    But this one:
    #showtooltip Judgement of Wisdom
    /use [modifier:shift] Potion of Speed
    /cast [modifier:shift] Judgement of Wisdom
    /cast [nomodifier] Judgement of Wisdom
    Worked, so cheers for the most important part.
    "Not that I mind senseless violence, manling, but what are you doing to that old man?" - Gotrek, the Trollslayer

  4. #4
    Quote Originally Posted by llDemonll View Post
    #showtooltip Judgement of Wisdom
    /use [modifier:shift] Potion of Speed
    /cast Judgement of Wisdom

    I believe will work...
    Fixed
    Quote Originally Posted by Nymrohd View Post
    I pity people who have gotten so insensate to disrespect and abuse from repetition that they have elevated being jaded to a virtue.

  5. #5
    Legendary! llDemonll's Avatar
    15+ Year Old Account
    Join Date
    Apr 2008
    Location
    Washington
    Posts
    6,582
    try removing the nomodifier portion and see if it works
    "I'm glad you play better than you read/post on forums." -Ninety
    BF3 Profile | Steam Profile | Assemble a Computer in 9.75 Steps! | Video Rendering Done Right

  6. #6
    Bloodsail Admiral Deralte's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Austria
    Posts
    1,232
    A little offtopic, but using /cast is outdated, as /use does everything /cast does and vice versa.

  7. #7
    Deleted
    Quote Originally Posted by Deralte View Post
    A little offtopic, but using /cast is outdated, as /use does everything /cast does and vice versa.
    That doesn't make it outdated. It's synonyms for the same action.

  8. #8
    Legendary! llDemonll's Avatar
    15+ Year Old Account
    Join Date
    Apr 2008
    Location
    Washington
    Posts
    6,582
    did not know that, in which case

    #showtooltip Judgement of Wisdom
    /use [modifier:shift] Potion of Speed; Judgement of Wisdom

    should work just fine
    "I'm glad you play better than you read/post on forums." -Ninety
    BF3 Profile | Steam Profile | Assemble a Computer in 9.75 Steps! | Video Rendering Done Right

  9. #9
    Deleted
    OP wants to use JoW regardless of modifier state.
    Code:
    #showtooltip Judgement of Wisdom
    /use [mod:shift]Potion of Speed
    /cast Judgement of Wisdom
    is indeed the shortest possible solution.

Posting Permissions

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