• 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 Parcel.mac 2023-11-13

No permission to download

ChatWithThisName

⚔️🛡️🗡️
Moderator
Joined
Dec 29, 2017
RedCents
23,976¢
ChatWithThisName submitted a new resource:

Parcel.mac - Sends all TS/Collectible items via parcel to designated player

Done as part of a live stream at the request of Redqueen from discord.
https://www.twitch.tv/videos/333869559##

Link will expire at some point once the video has been on twitch for like a week or two. But showed the entire creation process for this macro.

Usage:
/mac parcel

/senditems tradeskills playername
/senditems collectible playername

This was thrown together relatively quickly.

Includes an exclusion list.

Requires you input the name of the parcel vendor at the...

Read more about this resource...
 
@ChatWithThisName need to update the #event because they changed what vendors say to you

Code:
#Event Sent "#*#told you, 'I will deliver#*#"
 
How hard would it be to add a mod to mail from your inventory search? You can select the item from the management widow and mail it, but to automate it would be nice.
1582748529812.png
 
Wow...i didnt see this one before...its a pain to send all my items to my trader via parcel

thx Chat...you rock man!!!
 
Great macro, but is it possible to check what keyboard is used ?
UK - Qwerty,
FR - Azerty,
DE - Qwertz
So, if we are not native qwerty, used do not have to switch keyboard on ALL char before and after use this macro ?
Add comment text "how to use" and different commands for the macro at start of the macro code.
 
Last edited:
Great macro, but is it possible to check what keyboard is used ?
UK - Qwerty,
FR - Azerty,
DE - Qwertz
So, if we are not native qwerty, used do not have to switch keyboard on ALL char before and after use this macro ?
howdy Maguss, there are a couple of the #RealDeal mq2 devs looking at this @Knightly for one - it *appears* this might need some mq2 changes/considerations - I don't know the details so i don't want to misspeak, that's why i tagged in Knightly
 
I just put the finger on something who can make the macro easiest to use for everyone.
Imagine, if KissAssist was coded for only work with an Azerty keyboard. As Qwerty user, you must change your keyboard every-time you want to use it and this on your 6 characters.
You have never visited a web site with an information you need, but it is only in Japanese and you understand nothing ?

It is not a "you must do it", but a possible "plus" to implement the macros efficiency.
It is just a 3 check to do and a total of 4 letters to switch.
  • If Q is Q => Qwerty or Qwertz
  • If Q is A => Azerty
  • If Y is Z => Qwertz
It is just an idea... may be it is impossible, but it stay an good idea.
 
You're not wrong, your keyboard layout shouldn't matter. But, also, a macro writer shouldn't have to check for that either. It should just be handled and this was an oversight, I think, when that functionality was built. It's not going to be right away from my side, but I logged a bug for it so we don't lose it.
 
A bit upsetting that the exclusions get overwritten with every update. Maybe having a parcelexclusions.ini file would be the best route here.
* logs off to go get my stacks of emeralds back*
 
I haven't updated this since September of last year. Is it redownloading the file every MQ2 patch even though there has been no update?
 
I haven't updated this since September of last year. Is it redownloading the file every MQ2 patch even though there has been no update?
I think the patcher yesterday went and re-grabbed all of the macros on my "Watch" list.

This wasn't a super inconvenience, I just needed to recall some of the items that I had on there, so that the macro would stop trying to parcel my trophies. ;)
 
Is it possible to detect more information with the tradeskill tag on an item?

It would be great to have items marked as Class:ROG (usually poison making stuff) be able to be sent to an alternate tradeskill mule :)
 
i can not get it to add items to ignore lists.
this is what i have
/declare ExclusionList string outer "|Piece of Rat Fur|Bat Wing|Honey Mush Bread|Water Flask|Skinning Knife|Sewing Needle|Velium Smithy Hammer|Duo Setting Tool|Marquise Cut Tool|Peridot|Bone Chips|Intricate Jewlers Glass|Denmother's Rolling Pin|BlackSmith's Adamantine Hammer|Pliers|Velium Core Battery|"
@ChatWithThisName any idea why it isnt workin?
 
is there anyway to set this mac to just send normal declared items such like
/senditem itemname toonname?
 
There is a way to have a list of items we wish send and to WHO ?
Something like send a list of item to char1 and another list to char2.
I create 1 char per expention for collectible. Then i just have to parcel and the correct collection go to the correct character.
 
Anyone else having issues sending items since the UI patch? It sends the first item when I use the commands for collects and tradeskill items but then falls flat. Macro is still running but nothing being sent.
 
This does not work for me since the UI patch.

I manually updated the macro last month to stop inputting the amount of the stack each time it parcels, and to just shift-click the send button instead. Not only does it fix the UI update problem, it's a bit faster as well.

If @ChatWithThisName would like he can spruce it up and post it as an update.

I have notes in there that I was keeping for myself as I tested. I never cleaned them up since they don't really matter!
 

Attachments

cant get it to work, immedietly stops , i type macro parcel.mac /senditem tradeskill boboman and it immediatly ends macro
 
Do you type

/mac parcel
and then after it's started
/senditem tradeskill boboman

or are you trying to do it all as one command?
 
i was doing all as one command cause it kept ending but illm try waiting again and see if it does anything different

sends first item just fine hangs on second

i downloaded the one black stare posted and tried that , it worked thanks for looking into it not sure what was up besides my user error
 
i downloaded the one black stare posted and tried that , it worked thanks for looking into it not sure what was up besides my user error
Sounds like the event I used to check to see if something had been sent is probably broken.

Edit: nope. That doesn't appear to have changed in the code BS posted.
 
ChatWithThisName updated Parcel.mac with a new update entry:

Fix for Parcels only sending one and then hanging.

Honestly no really understandable reason it was hanging. But I took the opportunity to make a couple of changes.

When you start the macro it will now tell you that the macro is on, as well as suggest how to use it.
It will no longer retype the name for every item it sends. If the name is the one you intend to send it to, it will just skip clearing and retyping it.
Will now use shift when sending items so it sends the stack. Suggest by BlankStare
Will tell you "Item was sent" when the...

Read the rest of this update entry...
 
Trying to modify this so that it can send spells as well. I've added another option, however, unsure of what to change the Container-function to. Any pointers? :)
EDIT: Figured it out. Added Scroll as a new variable, and changed line 50 to "Type.Equal["Scroll"]", as I only want to use this to send spells. :)
 
Last edited:
ChatWithThisName updated Parcel.mac with a new update entry:

NoDrop consideration. Now able to find scrolls

Added in a check for server to be Mischief or Firiona Via. Probably misspelled Firiona and I didn't make sure it was right.
So it won't check for no drop if you're on one of those servers. Assuming I spelled it right.

Added the ability to send spell scrolls. Just senditem scroll or scrolls

Not sure who would need it other than the person who asked for the feature. But it's there now.

Read the rest of this update entry...
 
Is there a way to get it to ignore an INI file? Sometimes I click update in my updater and it's overwriting my changes.
 
Release Parcel.mac

Users who are viewing this thread

Back
Top
Cart