[EasyUO] Organizer

If you make a Client-side script you can publish it here for other players to use
Locked
Kimitsu
Expert Scribe
Posts: 34
Joined: Wed Jan 06, 2010 5:43 am

[EasyUO] Organizer

Post by Kimitsu »

Here's the script I made to help me stock my vendor. It turned out to be able to perform lots of different tasks, such as looting from ground, placing items on ground in desired locations, mass moving, sorting, dressing/undressing and so on. Much better than Razor, imao. So, check it out, maybe it can be made even better with some feedback.
Attachments
organizer_1_3.zip
organizer.euo, organizer.reg, organizer.txt
(22.36 KiB) Downloaded 406 times
organizer.JPG
organizer.JPG (77.53 KiB) Viewed 3881 times
Last edited by Kimitsu on Thu Mar 25, 2010 1:22 am, edited 3 times in total.
Kimitsu
Expert Scribe
Posts: 34
Joined: Wed Jan 06, 2010 5:43 am

Re: [EasyUO] Organizer

Post by Kimitsu »

UPDATE: version 1.1.
Supports adding items to wood, metal, stone, tailor, spell caster keys, tool house, runic house, gem pouch. This feature works if you set the key's ID to the "Move to" field, directly or via a @variable. Also, you will need to set a proper type and color filter for the items.
Kimitsu
Expert Scribe
Posts: 34
Joined: Wed Jan 06, 2010 5:43 am

Re: [EasyUO] Organizer

Post by Kimitsu »

UPDATE: version 1.2.
Considerable perfomance improvement for adding items to keys, and for loading/saving registry settings.

WARNING! If you run the script it will ruin your previous settings. If you would like to save them, do the following:
1) Run regedit.exe
2) Open HKCU\Software\EasyUO
3) Rename *ORGANIZER_SETUP into *ORGANIZER_SETUP1
4) Create new string key, name it *ORGANIZER_SETUP, and set it's value to 1

UPDATE: new organizer.reg file uploaded! old one did not work with the new script.
Kimitsu
Expert Scribe
Posts: 34
Joined: Wed Jan 06, 2010 5:43 am

Re: [EasyUO] Organizer

Post by Kimitsu »

UPDATE: version 1.3.
Fixed bug with runic tool house. Improved lag handling while adding to keys and houses.
Locked