• 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

Parcelbot Alpha testing

Status
Not open for further replies.
Joined
Jun 18, 2014
RedCents
2,534¢
Ok so with the help of Maskoi, ctaylor22 i was able to finish the alpha portion, right now its a macro/inc file run it as a macro to set items and can then end and run it with an macro as an inc. The inc hasnt been tested but should work. Would like to have people test it out and any feedback would be nice, good or bad. Also this macro is set to work in old guild hall stand infront of yenny then run the /parcelstuff to mail items after you set up the items. 2 Alias are set once it starts /mailto and /parcelstuff, you use /mailto toonname with an item on your cursor to set your item your mailing, you will get an echo in the mq2 window to confim it. You have to do that per each item per toon (its a toon specific ini), once your item are set for mailing, just type /parcelstuff to start the mailing portion. I need to setup an echo with item setting up and the commands, or a help section. For the beta version i will expand the parcel merchants for pok, bazaar, old guild hall.

Edit:
Ok new mac uploaded for now use /mailto and should set full item name in the ini, as for the flow issue i cant seem to find a way to slow it down to the point of it not causing the issue. after item is set in the ini just edit the part after the | with your toons name you want to receive it.

Edit2:
ok another new mac uploaded will send items without crashing till there is no more items, that seems to be causing the crash now only when there is nothing to send. Im too special atm to figure out were to put the /if (${Pitem}=0) /return

Edit3:
Ok have fixed the item write stuff and now works "perfect" working on getting the send lag fix but will continue to work on it. Beta should be up sunday.
 
Last edited:
lol thanks, but truely EQmule is the real hero, without him mq2 wouldnt be were it is to be able to do this.
 
In Old Guild Hall in front of Yenny and did /mac parcelbot to start it, then did /parcelstuff and go red text in MQ window Flow ran into another autoroutin
parcelbot.mac@130 (TypeIn(InStr)): Sub TypeIn(InStr)
THe current macro has ended.

I might need more instruction to get this up and running.
 
so stand in front of yenny in old guild hall.
/mac parcelbot
pick an item in your inventory that you want to mail and get it on your cursor, and type /mailto toonname you will get an echo saying its setting that item to mail, do that for each item you want to mail
once you got those done then type /parcelstuff and it will scan your inventory for any items to mail and to who they go too and will start mailing.

- - - Updated - - -

So just as an FYI i will leave the Alpha up for testing till Friday, which i will close the thread do minor tweaks and release a beta next week, maybe sunday. I will leave beta open for a week and if no issues i will release v1 to mq2.com and RG's with thanks to those who helped. Since this is an alpha release all comments are helpful, since this will set the base, during beta will fix only coding issues. Thanks for all that are and will be helping.
 
just wondering if anyone has had a chance to try this out? i have a couple updates for beta release including better sorting of the items in the ini for mailing. Im splitting working on this and fixing mq2navigation so hopefully no more crashing.
 
just downloaded the current one and it fails on me with the following message....
parcelbot.jpg

This was my process, have a toon with stacks of tradeskill items from last afk session...
parked him at old guild hall with bags full!
made hotkeys (autohotkey) for /mailto toon1 and for /mailto toon2
Selected about 10 items of various types to go to each toon
ran the /parcelstuff
the 1st time it sent 3 items then crashed, see pic... the 2nd time it sent 1 item then crashed same pic
I always sends items to just 1 toon btw, the right one from the ini but so far just 1 toon

I believe the problem is in the creation of things with more then a 1 word name, this is part of the ini the parcelbot created!
Rich (BB code):
Animal=Parcel|Fearbone

|======================================================================|
Blue=Parcel|Diamond
[C]
|======================================================================|
Cloth=Parcel|Bolt
[D]
|======================================================================|
Deepwater=Parcel|Ink
Diamond=Parcel|mytoon
[E]
|======================================================================|
Exquisite=Parcel|Animal
Energized=Parcel|Gemstone
Ethernere=Parcel|Essence


- - - Updated - - -

I replaced my toons name with mytoon but Diamond is one of the only things that actually was parceled...

- - - Updated - - -

FYI until we can get a global ini for this I will try copy and past to other toons ini as setting this up for each toon would be a pain

- - - Updated - - -

it seems to be sending stuff to the wrong toon, for testing I setup to send to 2 toons, 1 toon gets all the tailoring stuff the other all the ores and gems...
The tailoring guy got all the right things except for some of then went to the gem guy even though the items were tagged for the tailoring guy.
So the Gem guy gets random items, the tailoring guy only got his items minus the ones sent to the gemguy.... Alpha is fun! lets get some fixes on....

Oh I manually edited the ini for the correct names now and it still ends in the above error pic

- - - Updated - - -

Rich (BB code):
[Settings]
|======================================================================|
Version=Alpha
[Global]
|======================================================================|
Global1=Item Name=Parcel|ToonName
[A]
|======================================================================|
Animal Fearbone=Parcel|tailor

|======================================================================|
Blue Diamond=Parcel|gemsores
[C]
|======================================================================|
Cloth Bolt=Parcel|tailor
[D]
|======================================================================|
Deepwater Ink=Parcel|tailor
Diamond=Parcel|gemsores
[E]
|======================================================================|
Energized Gemstone=Parcel|gemsores
Ethernere Essence=Parcel|tailor
[F]
|======================================================================|
[G]
|======================================================================|
[H]
|======================================================================|

|======================================================================|
[J]
|======================================================================|
[K]
|======================================================================|
[L]
|======================================================================|
Leather Roll=Parcel|tailor
[M]
|======================================================================|
[N]
|======================================================================|
[O]
|======================================================================|
[P]
|======================================================================|
Planar Goo=Parcel|tailor
[Q]
|======================================================================|
[R]
|======================================================================|

|======================================================================|
Strand of Ether=Parcel|tailor
[T]
|======================================================================|
Tainted Feather=Parcel|gemsores
Taaffeite=Parcel|gemsores

|======================================================================|
[V]
|======================================================================|
[W]
|======================================================================|
[X]
|======================================================================|
[Y]
|======================================================================|


- - - Updated - - -

this works but I edited it manually after /mailto tailor was typed.... it still errors out with the above pic after 4 or 5 sends and randomly to the wrong one on the list....
 
so it seem that when an item has a sp[ace in the name it seperates it into different arguments, i have it set to build the ini with 3 and to mail with 2 thats what is causing the issue. I have friday off i will try to get a fix up in the mean time.
 
The other issue is that it sends mail to the wrong toon and not on the 1st item so it is not checking and replacing the sendto box each time
 
its set to clear chat each time before it types in a name, and is working on mine that i uploaded, need to make sure your ini has Item Name=Parcel|toonname what ever is on the right side of | is who it gets mailed too. If you download the newest one and just use /mailto then edit the ini and change the right side of | to your toon you are parceling to should work, or should say its working for me
 
I did but it sent Leather Roll to gemsores when it is clearly listed as tailor
 
Parcelbot Alpha testing
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart