I got tired of alt-tabbing across my characters to figure out who was carrying what in their inventories, or who was wearing what in what slot. There are plenty of tools out there that do the same thing, but...here's my take on the project. Cross character inventory viewer using the Actors mailboxes to sync. From your driver screen, you can now see who has what, request a trade, click the item and get the link for the equipped item (no need to have it in your inventory!)
NOTE - this was written and developed on EMU servers - I have no idea how the bag/inventory/bank slots are numbered on Live as it's been many years since I was there.
This does require the script to run on all characters - it should auto detect if you've got DanNet running and broadcast through DanNet. If it doesn't find DanNet, it'll try EQBC. If you're using something else, just broadcast the /lua run ezinventory command from your driver, and it'll load the script in the background with the UI closed by default. To toggle the UI, /ezinventory_ui
***I have to give Credit where Credit is due - I borrowed code from Cold's Big Bag and Find Item Window in order to make this possible!
NOTE - this was written and developed on EMU servers - I have no idea how the bag/inventory/bank slots are numbered on Live as it's been many years since I was there.
This does require the script to run on all characters - it should auto detect if you've got DanNet running and broadcast through DanNet. If it doesn't find DanNet, it'll try EQBC. If you're using something else, just broadcast the /lua run ezinventory command from your driver, and it'll load the script in the background with the UI closed by default. To toggle the UI, /ezinventory_ui
***I have to give Credit where Credit is due - I borrowed code from Cold's Big Bag and Find Item Window in order to make this possible!
- Source Repository
- https://github.com/andude2/EZInventory
- [git] Automation options?
- Yes