1. Track humanoids on cat from

    Hey everyone, whenever I turn into cat form this track humanoid turns on automatically and I'm tired of always turning it off manually anyways to make it stop how did you all deal with this problem?

  2. Just got to this bug today.
    No one has a fix to stop casting track humanoids when going cat form?
    Sick of having to pretty track herbs every time.

    Wish I never learnt this useless track humanoids skill

  3. You could do macro for the form and include track X to it.

    Should be /cast Find Herbs

  4. Hello Ohie,
    Thank you for the tip. I am bad with macro's though so I need more info haha.

    If I make the macro say
    /Cast Cat Form
    /Cast Find Herbs

    First click goes into cat form and tracks humanoids
    Second click goes back out of cat form and tracks herbs. What have I done wrong?
    At the moment I have just made a separate button that's just /Cast Find Herbs
    I click it 1 GCD after going into cat form each time.

    Thanks in advance

  5. Hello Ohie,
    Thank you for the tip. I am bad with macro's though so I need more info haha.

    If I make the macro say
    /Cast Cat Form
    /Cast Find Herbs

    First click goes into cat form and tracks humanoids
    Second click goes back out of cat form and tracks herbs. What have I done wrong?
    At the moment I have just made a separate button that's just /Cast Find Herbs
    I click it 1 GCD after going into cat form each time.

    Thanks in advance
    you should add ! at the Cat Form, so it wouldn't change you back to human form

    and also you should make it castsequence so it will go to the 2nd cast until the time expires

    it should be like this:

    #showtooltip
    /castsequence reset=3 !Cat Form; Find Herbs

    explanation:
    - #showtooltip = to show what are you gonna do, don't pick the icon, just let it be "red question mark"
    - castsequence = to make it sequence step by step
    - reset=3 = reset timer 3 sec, if u just click it 1 time to change to cat form and u didn't click it again, it will be back to /cast Cat Form again (since you're using !, you're no longer back to human form)

  6. you should add ! at the Cat Form, so it wouldn't change you back to human form

    and also you should make it castsequence so it will go to the 2nd cast until the time expires

    it should be like this:

    #showtooltip
    /castsequence reset=3 !Cat Form; Find Herbs

    explanation:
    - #showtooltip = to show what are you gonna do, don't pick the icon, just let it be "red question mark"
    - castsequence = to make it sequence step by step
    - reset=3 = reset timer 3 sec, if u just click it 1 time to change to cat form and u didn't click it again, it will be back to /cast Cat Form again (since you're using !, you're no longer back to human form)
    How about just
    /use [form:3]Find Herbs
    will use Find Herbs if you're in cat form. Can bind it literally to any spell. Or if you want lua solution..use the
    "MINIMAP_UPDATE_TRACKING" event and when this gets fired you can check what type is currently on use and switch back to what you want without further, manual interaction on your end

Posting Permissions

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