1. #1
    Deleted

    When I enter Bear / Cat form I can no longer leave form by using "heals" etc.

    Hello, I was bored n was testing different scrips ingame... in order to remove hotkeys shown.

    To my suprise when I logged back in later, for some unknown reason I could no longer cast my healing spells to break Bear Form / Cat Form.
    I recive the error msg "You are in shapeshift form". Infact I can not even switch from Bear Form -> Cat Form..

    I even made a new druid to check if the "bugg" was character specific, and it wasn't.. I could NOT leave any form by casting heals on the new toon.

    Does someone have a clue? I REALLY don't wanna delete my WTF folder.. been working on my UI for quite awhile :/


    http://imgur.com/a/1O7nE

    Halp please!


    Edit: fold old screeny on how it should look when in catform http://i.imgur.com/KHUBg6d.jpg
    Last edited by mmoc3ac9632e82; 2015-01-04 at 08:32 AM.

  2. #2
    You probably used a Macro simular to this:

    #showtooltip
    /run if InCombatLockdown() then SetCVar("autounshift",0) end
    /cast Nature's Swiftness
    /cast Healing Touch
    I'd try entering this into your console:
    /script SetCVar("autounshift",1)
    Last edited by darytas; 2015-01-04 at 09:11 AM. Reason: Changed 0 to 1
    Veth, Hand of A'dal @ EmotionS
    100 Tauren Druid, Destromath


  3. #3
    Deleted
    Chers a lot man!
    The script you linked worked! I just changed the "0" to 1 ! thanks
    /script SetCVar("autounshift",1)

  4. #4
    Deleted
    I didnt realise I could make a macro to do this. Ive been having trouble being shifted out of bear while trying to use DoC procs, will this macro stop that from happening?

    #showtooltip
    /run if InCombatLockdown() then SetCVar("autounshift",0) end
    /cast Healing Touch

  5. #5
    Quote Originally Posted by Meatgrinder View Post
    I didnt realise I could make a macro to do this. Ive been having trouble being shifted out of bear while trying to use DoC procs, will this macro stop that from happening?

    #showtooltip
    /run if InCombatLockdown() then SetCVar("autounshift",0) end
    /cast Healing Touch
    I use something like this (I have mouseover logic in there too but you get the idea).
    Yours would leave you forever unable to shift out after you press it.
    Code:
    /run SetCVar("autounshift",0)
    /cast [@player] Healing Touch
    /run SetCVar("autounshift",1)
    Last edited by rijn dael; 2015-01-04 at 11:20 PM.

Posting Permissions

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