View Single Post
01-23-21, 03:46 PM   #1
Tranzalore
A Murloc Raider
Join Date: Jan 2021
Posts: 6
Fishing and UNIT_SPELLCAST_START

I am making an addon that equips your gathering gear when you mouse over a harvistable node. As part of this I do not what it to try and change gear while the player is casting. I am currently tracking this with the UNIT_SPELLCAST_STOP and UNIT_SPELLCAST_START events. This works for Skinning, Minning and Herbalism but it is not being triggered when the fishing cast bar start/stops.

Is there an event I can track to know if the player is casting fishing?

Any help is appreciated.
  Reply With Quote