|
Category: LotRO Stand-Alone PluginsBirding Log |
Interface Information |
|
Name: |
Birding Log |
Author: |
|
Date: |
08-18-2024 06:01 PM |
Size: |
41.65 Kb |
Version: |
0.9.4 |
Rate File: |
|
Birding zones
|
|
Birding birds
|
|
Birding window
|
|
This plugin keeps a record of all birds seen by each character and optionally the birds seen at a particular location by any character. It also provides convenient shortcuts to equip your birding kit, birdwatch, and then switch back to your weapon.
Basic chat commands:
/bl - Display birding proficiency.
/bl sight - List birding sighting records.
/bl zones - List birding zones and counts.
/bl # <name> - Set count for <name> to #.
/bll ;loc - Set the current birding zone.
/bll list - List sightings in the selected zone.
/bll zone - List all birds and sightings in the zone.
/blw - Open Birding Log window.
NOTICE: When installing for the first time, follow the instructions in the ReadMe file to avoid problems.
Recent updates:
08/18/24 0.9.4 Added checks for nil values.
08/08/24 0.9.3 Fixes zone data init error.
08/06/24 0.9.2 Corrected sighting error.
08/06/24 0.9.1 Updated the documentation.
08/06/24 0.9 Changed locations to zones with menu.
08/04/24 0.8 Added command to set sighting count.
08/03/24 0.7 Added buttons and changed to blue.
08/02/24 0.6.1 Adds .plugincompendium file #
08/02/24 0.6 Initial public version
07/30/24 0.4 Initial test version
|
Archive List (Old Versions) |
File Name |
Version |
Size |
Author |
Date |
|
0.9.3 |
41.60 Kb |
Vinny |
08-08-2024 11:58 PM |
|
0.9.2 |
41.57 Kb |
Vinny |
08-06-2024 06:36 PM |
File Statistics |
User Rating: |
|
Downloads: |
4421 |
Views: |
5005 |
Favorites: |
5 |
Uploaded By: |
|
Last Modified: |
N/A |
|
| |
|
|
|
09-03-2024, 11:37 AM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Re: Copy/paste from Fishing Log on change of region message?
Birding Log was developed by changing Fishing Log, so there are a lot of similarities. However, the "Selected" message comes from a common menu selection method used by most of my plugins. It uses the "print" method defined in the main routine, but it looks like it often inherits one with the wrong prefix (usually the first one loaded). If Birding Log is the first plugin loaded, the "Selected" message will have the "BL:" prefix.
This defect affects my other plugins also and I haven't figured out why it happens, so I haven't fixed it yet. At least it is just a cosmetic defect.
|
|
|
09-02-2024, 03:46 PM
|
|
The Wary
Forum posts: 0
File comments: 14
Uploads: 0
|
Copy/paste from Fishing Log on change of region message?
When you select a region from the dropdown the message reporting the change is prefixed with "FL:" rather than "BL:".
|
|
|
08-18-2024, 06:03 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.9.3
This version adds some checks for nil values.
|
|
|
08-18-2024, 05:53 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Re: BL_Main.lua:94: attempt to index local 'locTbl' (a nil value)
Quote:
..\Plugins\Vinny\BirdingLog\BL_Main.lua:94: attempt to index local 'locTbl' (a nil value)
|
This is fixed in version 0.9.4
Last edited by Vinny : 08-18-2024 at 06:02 PM.
|
|
|
08-17-2024, 01:25 PM
|
|
The Wary
Forum posts: 0
File comments: 8
Uploads: 2
|
BL_Main.lua:94: attempt to index local 'locTbl' (a nil value)
..\Plugins\Vinny\BirdingLog\BL_Main.lua:94: attempt to index local 'locTbl' (a nil value)
|
|
|
08-16-2024, 12:43 AM
|
|
The Wary
Forum posts: 0
File comments: 8
Uploads: 2
|
BL_Main.lua:76: attempt to index local 'msg' (a nil value)
..\Plugins\Vinny\BirdingLog\BL_Main.lua:76: attempt to index local 'msg' (a nil value)
----------
Also on a separate note, Birding Log's use of /bl interferes with BrokenLegs' usage of /bl
|
|
|
08-09-2024, 02:14 AM
|
|
The Wary
Forum posts: 0
File comments: 15
Uploads: 0
|
Re: Won't load.
Update: It now works. Thanks
Hi
The bird Log does not load. I get the following error:
...he Rings Online\Plugins\Vinny\BirdingLog\BL_Main.lua:42: attempt to get length of a nil value
I have updated to 0.9.2 via plugin compendium.
Thanks.
|
|
|
08-09-2024, 12:00 AM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.9.3
This version is an important fix for a zone data initialization error.
|
|
|
08-08-2024, 11:54 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Re: Won't load.
Thanks for the report. After some checking, it turns out that when you load it a second time and there was no zone data from the first time, it will find a null table which causes that error.
I've added a check in the code for that condition.
|
|
|
08-08-2024, 03:04 PM
|
|
The Wary
Forum posts: 0
File comments: 15
Uploads: 0
|
Won't load.
Hi
The bird Log does not load. I get the following error:
...he Rings Online\Plugins\Vinny\BirdingLog\BL_Main.lua:42: attempt to get length of a nil value
I have updated to 0.9.2 via plugin compendium.
Thanks.
|
|
|
08-06-2024, 06:41 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.9.2
I fixed a bug in the sighting code. (I forgot to delete a line that referred to a variable that is no longer used which caused a nil value error.)
|
|
|
08-06-2024, 06:27 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.9.1
I forgot to update the documentation before posting, so this version only updates the help info and the ReadMe file.
|
|
|
08-06-2024, 06:12 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.9
After reading the discussions about Birding, it looks like (unlike fishing) it doesn't matter where you are in a zone to see all the birds there.
So I've removed the multiple location tracking within zones and consolidated existing records into a zone record. Buttons have been renamed to reflect this change. I've also added a zone menu so you can select a zone to view its details without actually being in that zone.
|
|
|
08-04-2024, 05:42 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Version 0.8
This version fixes some zone location typos and adds a new command for updating your personal sighting count. The <name> must be an exact match for the bird's name. Zone counts aren't changed because some birds can be seen in more than one zone and can be seen by your alternate characters.
|
|
|
08-04-2024, 04:38 PM
|
|
The Indomitable
Forum posts: 13
File comments: 842
Uploads: 13
|
Re: Missed a bird that I had already caught before installation
Good catch. I made a typo when entering the zones. I double-checked all the other birds and found a couple more. I also like your suggestion about revising the counts for the birds seen. I'll add that to the next update with the zone fixes.
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
|