• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Release ToonCollect [Deleted]

Status
Not open for further replies.
Stand By.. general tomfoolery is ensuing..

":" or or ": " or zone in the name or no zone in the name or partial zone.. wtf

They are consistently inconsistent...
 
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..

Basically only a difference of one character in the actual name.

Failed Experiment No. 18
Failed Experiment No. 1
 
and yet another issue...
I added 2 ways to select the collection item, and one of em I left out selecting the reward.. fixing..

My process is I stop the collection for testing, and I spot checked about 30 different collections.
 
For those that are feenin' for the Vampire Chess Set.. Bloodfalls is obvioulsy under Maiden's Eye. where it shouldn't totally be..
 
Well it looks like EQ Dev-ils left one more surprise for ToonCollect

Code:
   -- Way to go EQ Devs
        if l_reward_name == "Kael Drakkel Collection Item" then
            l_reward_name = "Kael Drakkel  Collection Item"
        end

They decided to throw in an extra space just for TOV Kael Drakkel collections..
 
I think KD in RoF and ToV had an extra space, dbg patched the RoF one to remove the space, not sure about the ToV one now.
 
Rain of Fear - Kael Drakkal - 101 ways to keep your chin warm

View attachment 45038
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.

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.
 
Last edited:
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.

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.
Was getting the same error on the same items on multiple chars, thinking it was something with the name and numbers. Maybe not then
 
If it can be repro, then it has something to do with the wording most likely for that expansion, that zone, and those items.

Fortunately, I can test it.
 
Is there a master option to have it run down an expansion until it runs out of dispensers?
 
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..
 
Last edited:
No, One collection at a time. :)
Make It So Patrick Stewart GIF
 
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..
Glad it wasnt just me then =)
 
Release ToonCollect [Deleted]
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart