146 - Tracker not clearing fish on zone changes
What steps will reproduce the problem?
1. Start fishing in a zone
2. Change zones
3. Sometimes the tracker keeps the fish from the old zone in the list, sometimes it doesn't.
What is the expected output? What do you see instead?
Tracker only shows fish from the current zone. Instead it shows current and previous zones.
What version of the product are you using?
1.0.2
Do you have an error log of what happened?
no, but I have screenshots.
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Sutorix | Dec 29, 2011 at 22:31 UTC | Changed project from Fishing Buddy -- Tracking to Fishing Buddy |
| Sutorix | Jun 04, 2011 at 13:39 UTC | Changed status from New to Accepted |
| yunohu | May 31, 2011 at 17:44 UTC | Added attachment fishing3.jpg |
| yunohu | May 31, 2011 at 17:42 UTC | Added attachment fishing2.jpg |
| yunohu | May 31, 2011 at 17:41 UTC | Added attachment fishing1.jpg |
| yunohu | May 31, 2011 at 17:38 UTC | Create |
- 3 comments
- 3 comments
- Reply
- #3
WildCard_25 May 08, 2012 at 07:04 UTC - 0 likesTo reproduce problem log in (without your fishing gear equipped) and make sure that fishing watcher window is set to always show (doesn't affect the cause of the problem, but makes it easier to see).
Go to the edge of a sub zone and 'step' back and forth across zones, watcher is updated properly.
Equip your fishing gear and 'step' back and forth across zones, watcher is updated properly.
Unequip your fishing gear and 'step' back and forth across zones, watcher isn't updated.
Cause: events are registered on entering world and equiping fishing gear, events are unregistered on leaving world and unequipping fishing gear. (it's the unequipping one that causes the problem)
Easiest Solution: comment out (or remove) line #1287 in FishingBuddy.lua. (1.0.8 Beta 1)
- Reply
- #2
brykrys Jun 04, 2011 at 18:58 UTC - 0 likesI was about to report this one too (in Fishing Buddy as I don't use Tracker, but I followed the link from the comments...)
It only seems to happen if you move around with the Watcher panel closed ~ keep the Watcher open, move far enough from the fishing spot to change subzone, then move back, and the display will correct itself.
Seems to be display error - the fish that get caught when this happens appear to get recorded correctly for the next time you go to tthe same place.
- Reply
- #1
yunohu May 31, 2011 at 17:44 UTC - 0 likesYou can see that this has happened very well in the above screenshots, since quest fish that only occur in a specific zone are shown in the tracker in multiple zones.