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

    Default Unable to cast instant damage spells?

    Ok. First time dual instanceing. Been wanting to level faster cause of my 3x exp. Wanna amass a massive amount of 60 and then 70 them all. etcetcetc. Anyway. I started using autohotkey, and its been working fine. I have my feral druid as my main, and my shammy as the one who recieves all commands via Alt + Number. It works fine. Learned to macro with a buncha assist macros and what not. But I can only get my shammy to cast spells with a timer. When trying to cast any shocks, she simply won't use them. Totems are thrown down fine, but shocks just blink when I look at them and don't actually cast.

    Is there a specific command I'd need to use in AHK to make it so that WoW reads it as a keypress? I'm just using

    ~Alt & 2::
    KeyWait, alt, D
    #IfWinActive, World of Warcraft
    {
    ControlSend,,{Alt Down}{2 Down}{2 Up}{Alt up}, ahk_id %wowid1%
    }
    Return

    Which works for every other skill and key. Except for shocks. Dunno if it'd also happen with any other instant cast skills. I know stuff like rejuvination from my druid works under this macro. So why shock wouldn't is confusing me.

  2. #2

    Default

    Your shaman as you say is able to stomp totems out fine and due to logic your ahk script is working fine.
    Shocks only differ in the fact they need a target, so maybe your targeting is a bit off and I'd suggest looking into that.

  3. #3

    Default RE: Unable to cast instant damage spells?

    Quote Originally Posted by 'unspunreality',index.php?page=Thread&postID=10474 5#post104745
    ~Alt & 2::
    KeyWait, alt, D
    #IfWinActive, World of Warcraft
    {
    ControlSend,,{Alt Down}{2 Down}{2 Up}{Alt up}, ahk_id %wowid1%
    }
    Return
    Strange.. I don't have a problem with any keypresses, and mine is very similar. Check my script from the thread in my sig for more info.
    Ex-WoW 5-boxer.
    Currently playing:
    Akama [Empire of Orlando]
    Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.

    Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.

Similar Threads

  1. Replies: 22
    Last Post: 01-26-2009, 08:33 PM
  2. MiniMap Ping Explained - Cast AOE Spells
    By Falkor in forum Macros and Addons
    Replies: 143
    Last Post: 11-11-2008, 04:44 PM
  3. Buff timer addon for "party" spells cast?
    By DLoweinc in forum Macros and Addons
    Replies: 3
    Last Post: 11-06-2008, 09:41 PM
  4. Replies: 1
    Last Post: 11-04-2008, 08:33 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
  •