WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   How to disable auto-tracking humanoids when shapeshift? (https://www.wowinterface.com/forums/showthread.php?t=15380)

Jzar 03-21-08 03:42 AM

How to disable auto-tracking humanoids when shapeshift?
 
Whenever my druid turns into a cat, it automatically starts tracking humanoids "for me". While a useful skill at times, it makes using the minimap really hard for me most of the time.

Do you know what mod might be responsible for this behaviour? Or is this normal out of the box standard? How can I make it leave my tracking target alone?

Thanks!

Seerah 03-21-08 09:17 AM

Track Humanoids is an ability you can use in cat form. The game uses it automagically for you, but you can just toggle the spell.

Jzar 03-21-08 10:50 AM

I don't want to toggle it off *every single time* I go into cat... Are there any mods to disable that behavior, or do I just have to write my own?

Seerah 03-21-08 11:47 AM

iirc, you only have to toggle it off once.

Jzar 03-21-08 05:48 PM

OK, we're making progress. This is definitely not a once only deal... No matter what I assign to track, in human or cat form, when I go into cat form, I'm *always* tracking humanoids.

For example: In human (well, Tauran...) form, I want to track people who will repair my armor. Then I shift to cat form so I can run there faster, and I'm tracking humanoids.

Then I set it to tracking repairs, shift back to human, back to cat, and I'm tracking all humanoids again.

This has to be a mod, it's too annoying not to be! Anyone know what the culprit could be?

Seerah 03-21-08 06:04 PM

Try disabling all mods and see if the behavior still persists. If not, then enable half your mods and see if it comes back. If it does, you know it's in that half of mods. Turn off half of those. If it still happens, etc.

Mugicman 01-26-15 01:48 AM

Turning off humanoid tracking
 
While in catform, disable humanoid tracking. Change to regular form then back to cat. Problem will be fixed until you relog to this toon.

p3lim 01-26-15 07:49 AM

Lua Code:
  1. for index = 1, GetNumTrackingTypes() do
  2.     if(GetTrackingInfo(index) == "Track Humanoids") then
  3.         return SetTracking(index, false)
  4.     end
  5. end

Something like this would work, unless it's an actual spell.

Keep in mind you have to use this with an event that is suitable for this task.

chillaxed 02-22-21 09:49 PM

An actual answer
 
My addon that was causing the issue was Buff'omat


All times are GMT -6. The time now is 11:32 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI