Additionally, TOL just uses the name and anything prior has whatever of whatever: item 1 in front..Ok this looks like the same issue, it is selecting the closest first match..
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Additionally, TOL just uses the name and anything prior has whatever of whatever: item 1 in front..Ok this looks like the same issue, it is selecting the closest first match..
12/22/2022
2.6a - ChangeLog
Added: Proper collection checking and selection.
Collection items that were similar in name or number would select the 1st item and put it inventory, shouldn't happen no more..
So here is the deal.. it selects the reward based on the name, and pretty much ignores anything before the name..
View attachment 44541
So the = is probably working.. but I would need to prepend Articles of Animation: to it..
So it does a loose exact match (is that even possible).. and whatever is closest it selects it..
I added 2 ways to select the collection item, and one of em I left out selecting the reward.. fixing..and yet another issue...
12/23/2022
2.7a - ChangeLog
Fixed: Was not selecting the final collection item and causing an error.
12/23/2022
2.8a - ChangeLog
Changed: Retooled selection method, Every collection item should select correctly!
Crutched: Bloodfalls collections will work, until DPG/DBG fixes their issues, then I will uncrutch it.
-- Way to go EQ Devs
if l_reward_name == "Kael Drakkel Collection Item" then
l_reward_name = "Kael Drakkel Collection Item"
end
12/24/2022
2.9a - ChangeLog
Accepted: Daybreak.. Kael Drakkel Collection Item has an extra space between Drakkel and Collection, go figure.
Translation: TOV KD collections will work now...
12/26/2022
3.0a - ChangeLog
Fixed: Text in COV/TOL zone picking (I blame this on my poor vision)
Changed: Zone picking in COV/TOL to use exact achievement matching.
I made sure each TOV/COL was able to select an item for all of the collections..jb321 updated ToonCollect with a new update entry:
The COV/TOL bad eyesight fix..
Read the rest of this update entry...
12/27/2022
3.1a - ChangeLog
Re-Crutched: Thought DBG fixed this, was wrong.. (TOV) Kael Drakkel Collection Item has an extra space between Drakkel and Collection.
It converts what you need.does this care what collectibles you've already collected or does it just convert everything?
Can it do an entire expansion at once or only an achievement at a time? I ended up doing 8 toons 1 achievement at a time :PIt converts what you need.
Could it, yes, does it, no.Can it do an entire expansion at once or only an achievement at a time? I ended up doing 8 toons 1 achievement at a time :P
Restart the script and run it again. That's what I do.

There are some issues that I can only quantifying as not 'registering' in time. To me this means I run an operation and EQ responds when it can and when it doesn't in time we get issues like NULL responses.
Was getting the same error on the same items on multiple chars, thinking it was something with the name and numbers. Maybe not thenThere are some issues that I can only quantifying as not 'registering' in time. To me this means I run an operation and EQ responds when it can and when it doesn't in time we get issues like NULL responses.
This thing works pretty darn good, barring lag spikes, ghosts, and gremlins on the wing. But, for the most part I would just restart it. Adding in arbitrary delays may or may not help, adding in structured delays would most likely help but I am pretty sure I did that with most of the situations. This is passing a null to right click an item and it can't because it doesn't know the ID. If it does it over and over for this achievement then it is something to do with the name of the collection item, if it does it randomly, it is a 'IS EQ ready' issue...
There is .5 seconds between determining the ID and then clicking it.
When you restart and run again, do you get the same error?Was getting the same error on the same items on multiple chars, thinking it was something with the name and numbers. Maybe not then
YesWhen you restart and run again, do you get the same error?
Which collection did it die on?
No, One collection at a time.Is there a master option to have it run down an expansion until it runs out of dispensers?

No, One collection at a time.![]()
Glad it wasnt just me then =)So, I fixed the ROF KD.. again..
The determination:
A) They fixed the "Kael Drakkel Collection Item" space and no crutching is needed
B) They didn't fix it but have some "Kael Drakkel Collection Item" and some with the space.. "Kael Drakkel Collection Item"
I accounted for both scenarios..
1/10/2023
3.2a - ChangeLog
Fixed: Re-Crutched The Crutch: (TOV) Kael Drakkel Collection Item has an extra space between Drakkel and Collection and sometimes not.
I tested at least 1 of every zone in ROF and they all worked..jb321 updated ToonCollect with a new update entry:
ROF KD again..
Read the rest of this update entry...
Did they ninja fix so I have to unfix.. I suppose this happens every time you run it now..
