• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
Resource icon

Utility Offload 0.1

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Managing item lists
The macro maintains separate lists for each operation both server-wide and character specific, but by default it lists apply to all characters on a server.

Lists of items to offload are all managed via the config sub-command. These commands follow a standard pattern:

  • Adding/Removing item explicitly
/offload config listname add/del "item name"
  • Adding/Removing wildcard match
/offload config listname add/del "partial item*"
  • Adding/Removing item from cursor
/offload config listname add/del

List NameDescription
to characterNameItems to be sent to a specific character (note there is a space between to and character name)
sellItems to sell to standard vendors
sodItems to sell to the Seeds of Destruction vendor
tributeItems to either guild or personal tribute
neverItems to ignore when depoting tradeskill items (ex: Water Flask)
bankItems to bank
guildbankItems to guildbank

Note: Specific character lists can be maintained using `char-config` in place of `config`, but when executing an operation the character-specific list is added to the server list.

Offloading
Once you've built lists, you can test the operation with the whatif sub-command or simply execute it:

  • Test a command:
/offload [whatif] operation
  • Perform the command:
/offload operation

The macro uses a command-queue (technically stack) allowing you to queue around a dozen operations. Note that most recently requests are executed first.

OperationsDescription
targetPerforms the appropriate action based on the vendor target (doesn't work for parcel yet)
sellMoves to configured vendor and sells items
send characterNameMoves to configured vendor and parcels items to characterName
sendallMoves to configured vendor and parcels all configured items to all configured characters
sodMoves to configured vendor and sells Seeds of Destruction items plus ALL SoD collectables
tributeMoves to configured vendor and tributes items
bankMoves to configured banker and banks / depots configured items
guildbankMoves to configured guild banker and deposits configured items
depotMoves to configured banker and attempts to depot all tradeskill items except for never list


Special OperationsDescription
targetPerforms the appropriate action based on the targeted vendor (doesn't work for parcel yet)
makeitsoAttempts to perform all standard operations (configurable via advanced options)

Managing vendors
While guildhall vendors are pre-configured, if running the macro outside the guild hall you'll need to tell it what vendors to use or use the target option.

  • Assign vendor by name
/offload config npc operation vendorName
  • Assign targeted vendor
/offload config npc operation


Vendors
sell
parcel
bank
guildbank
sod
tribute
depot
Back
Top