I've written a plugin that'll allow you to sort the contents of a container, by level. It'll also allow you to, for example, get all items from level 121 to level 181 from a bag, or put all items that you're carrying from level 41 to 61 into a bag. 6,000 character limit here, it seems, so for now, it can be found here:
http://docs.google.com/Doc?docid=0AQcSJ7QDH5gyZGMzdDRkanZfMGduajRoczNr&hl=en
You'll need to save this file, and then rename to to a .xml file.
Note: It looks like google docs is fubaring the symbols when downloading. You might have to just copy/past into notepad, and then save as a .xml file.
The syntax is shown when installing, it should be pretty self-explanatory. A note about sorting: It takes 1 second for every 4 items when you're sorting a container. This is simply due to the mud only processing 8 commands a second. And you can't do anything while it's sorting, unless you use the SendImmediate feature. So, if your container has 360 items in it, it's going to take a minute and a half for it to sort.
(Note: You don't have to be signed into Google to download/view the file. Just follow the link, and copy/paste into notepad, and save as a .xml file)
By the way, if anyone knows of a better way for me to make this available, I'd be happy to do that, too.
http://docs.google.com/Doc?docid=0AQcSJ7QDH5gyZGMzdDRkanZfMGduajRoczNr&hl=en
You'll need to save this file, and then rename to to a .xml file.
Note: It looks like google docs is fubaring the symbols when downloading. You might have to just copy/past into notepad, and then save as a .xml file.
The syntax is shown when installing, it should be pretty self-explanatory. A note about sorting: It takes 1 second for every 4 items when you're sorting a container. This is simply due to the mud only processing 8 commands a second. And you can't do anything while it's sorting, unless you use the SendImmediate feature. So, if your container has 360 items in it, it's going to take a minute and a half for it to sort.
(Note: You don't have to be signed into Google to download/view the file. Just follow the link, and copy/paste into notepad, and save as a .xml file)
By the way, if anyone knows of a better way for me to make this available, I'd be happy to do that, too.