• 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
Resource icon

Release Collector's Clearing House (CCH) 0.5

No permission to download
Joined
Jan 6, 2024
RedCents
10,935¢
Pronouns
She/They
Lisie submitted a new resource:

Collector's Clearing House (CCH) - Collect, store, and retreive collectibles from housing

Collector's Clearing House (CCH) helps you collect, store, and retrieve collectible items.

View attachment 57875

The drop down list will show all characters currently connected via dannet, and have them perform the selected action.

--'Store All Collectibles' will store all collectibles in the selected characters inventory in your house.
--'Retrieve All Collectibles' will have the selected character retrieve all collectibles from your house into their inventory.
--'Collect and...

Read more about this resource...
 
OH Yes yes !!! thank you @Lisie ! Not that long ago, I finally thought (and started) to get my houses in actual order for storage, so I started pulling Collectibles per expansions to a specific houses in a sense of order. I used Chat's and a few of the other tools for this purpose. This is exciting!
 
Found a small bug during collect and return. If the toon pulls and collects an item that there is only a single one of, so that there is nothing left to return, it skips the next collectible.
 
Found a small bug during collect and return. If the toon pulls and collects an item that there is only a single one of, so that there is nothing left to return, it skips the next collectible.

I will try to look at this tomorrow. I thought I had put in something to handle that but I may have broken it at some point. Thanks!
 
One question. What house will be used?
I have several houses, storing stuff there according to expanion. aka tol house, nos house, li house .. etc. some characters have up to three houses.

Is it the house the driver actually stands on ?
 
One question. What house will be used?
I have several houses, storing stuff there according to expanion. aka tol house, nos house, li house .. etc. some characters have up to three houses.

Is it the house the driver actually stands on ?

Yes. And if you use it to tell another character, it will be whatever house they are next to. It does not do an y travel
 
CCH stopped working?

I have successfully used CCH in the past on several toons. The last 2 times I have tried to use CCH, nothing happens when I click on [Store All Collectibles] as well as [Collect and Return]

I have tried (while standing in the yard of my house):
----------------------------------------------------------
* no [Items] window showing
* [Items] window showing
* select other character (shows up in dropdown box) - no [Items] window showing
* select other character - [Items] window (on that character) showing

I do not get any messages - regular or error.

I tried /cch help, but only get the (exit), (hide), and (show) options.

Quick Side Note: [[[ you might want to put a space between /cch and hide in the help text -- it currently shows as /cchhide (no space) ]]]

Appreciate if you get a chance to look at this issue -- I have found the script helpful in the past, and would very much like to use it again.

Please feel free to reach out if I can help with anything.

asru59

PS. I have a [Watch] on the script and always update (more or less daily) if/when I see a new version. I should be on the latest one.
 
CCH stopped working?

I have successfully used CCH in the past on several toons. The last 2 times I have tried to use CCH, nothing happens when I click on [Store All Collectibles] as well as [Collect and Return]

I have tried (while standing in the yard of my house):
----------------------------------------------------------
* no [Items] window showing
* [Items] window showing
* select other character (shows up in dropdown box) - no [Items] window showing
* select other character - [Items] window (on that character) showing

I do not get any messages - regular or error.

I tried /cch help, but only get the (exit), (hide), and (show) options.

Quick Side Note: [[[ you might want to put a space between /cch and hide in the help text -- it currently shows as /cchhide (no space) ]]]

Appreciate if you get a chance to look at this issue -- I have found the script helpful in the past, and would very much like to use it again.

Please feel free to reach out if I can help with anything.

asru59

PS. I have a [Watch] on the script and always update (more or less daily) if/when I see a new version. I should be on the latest one.

I am getting the same behaviour, no activity when trying to store in House

Sorry for the delay in answering you two, I had not noticed posts in this thread.

I fixed the typo in /cch hide.

As for the failing to load, this is an encouter i had happen before, and I am unsure of what I did on my end to fix it.


If you could, with all your toons logged in, do a
Code:
/dgae /dgt test

And tell me if all of your characters that are logged in send the "test" message over dan net.
 
i just ran a bunch of characters through one house with an entire expacs worth of stuff in it but only 2 out of 12 got all of the items out and used. I only ran one at a time through the house. I had to go back and get 1-8 items out on each person. still better then doing 180 x12 manually.
 
Issue: CCH retrieves Collectible, examins, but cannot put collectible back

I suspect maybe some of the new UI tweaks might be tripping up the code?

Below is my output:

1737316271056.png

I hope / *pray* this is a quick fix -- I very much appreciate the ability to run through way too many collectibles this way to see what is missing, rather than doing it the 'old-fashioned' click-click-click way :-)

Thanks again for making this available.

asru59
 
Not sure this fixes everything, but change line 54 to
if mq.TLO.FindItemCount("=" .. CheckItemName)() < 0 then return true end
 
Plugin doesn't do anything for me. I click "Collect in Inventory" it sends a message to dannet, but doesnt collect anything. No error or anything either
 
Plugin doesn't do anything for me. I click "Collect in Inventory" it sends a message to dannet, but doesnt collect anything. No error or anything either
Not a plugin.
/Lua run cch -- start the script

/cch help -- display command help
/cch exit -- stop the script
/cch hide -- hide the GUI
/cch show -- show the GUI
 
Everytime I try to "Store All Collectables", it will deposit 1 of the stacks and then throw this error and crash.

[2025/03/29 02:17:40] C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:77: Error in mq.delay callback: C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:54: attempt to compare number with booleanstack traceback: C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:54: in function <C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:53>stack traceback: [C]: in function 'delay'
C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:77: in function 'return_item_to_storage'
C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:170: in function 'store_in_house'
C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:322: in function 'main'
C:\Users\EQ\AppData\Local\Vanilla\Lua\cch\init.Lua:340: in main chunk
[2025/03/29 02:17:40] Ending Lua script 'cch' with PID 7 and status -1
 
Release Collector's Clearing House (CCH)

Users who are viewing this thread

Back
Top
Cart