If anyone is having problems with script hanging up due to the drag/drop queue getting full and continuously add actions to the queue, as in the attachments below, I've found a way to stop it:
If you use Razor, go to the Hot Keys tab, under Misc, select "Drop the Item You are Currently Holding". Set a key for it, and when you see this happening, hit that key, and it will finish what it was doing, and continue looting.
It is kinda self explanatory as to what is happening if you've read the above. It seems that it holds an item and keeps trying to either drop the one its moving, or trying to grab another one while its holding one. I haven't figured out which.
The cropped Screenshot:
[EasyUO]TEST: KaianaUberLooter
-
- Passer by
- Posts: 4
- Joined: Fri Aug 09, 2013 8:40 pm
-
- Legendary Scribe
- Posts: 287
- Joined: Tue Jul 16, 2013 9:08 pm
- Location: East Tennessee
Re: [EasyUO]TEST: KaianaUberLooter
If you use Razor, the simplest way to terminate the dragdrop request hangups are More Options ---> Auto-Queue Object Delay Actions ---> uncheck it. Problem solved permanently.
Any future attempts to move faster than the actual server action delay will just result in a "You must wait to perfom another action." message. I'm not sure how this will affect Kaiana's but it works fine with other, better autolooters.

in-game Thomas Covenant
-
- Passer by
- Posts: 4
- Joined: Fri Aug 09, 2013 8:40 pm
Re: [EasyUO]TEST: KaianaUberLooter
Unbeliever wrote:If you use Razor, the simplest way to terminate the dragdrop request hangups are More Options ---> Auto-Queue Object Delay Actions ---> uncheck it. Problem solved permanently.Any future attempts to move faster than the actual server action delay will just result in a "You must wait to perfom another action." message. I'm not sure how this will affect Kaiana's but it works fine with other, better autolooters.
Seems that doing this causes even more problems:
1) Crashes are more frequent, most likely because of Problem 2.
2) Any heal scripts or macros will fail if the looter is trying to move at the same time your healing method is trying to heal you.
Re: [EasyUO]TEST: KaianaUberLooter
The New system they use for drag drop out of corpses doesn't work well in easyuo or Open easyuo. Any other movements (basicaly doing anything that isn't looting the items) can crash the client. You can of course use the old system for looting like
Instead of the new "exevent drag" that has all the issues.
just don't use the "exevent drop" with it or youll keep getting items stuck in your hand.
instead you would have to set somewhere specific to release them like an x y spot like this
and keep wherever u set that to drop to not have anything in front of the bag used.
Instead of the new "exevent drag" that has all the issues.
Code: Select all
event drag #findid
wait 4
msg $
key enter
wait 7
just don't use the "exevent drop" with it or youll keep getting items stuck in your hand.
instead you would have to set somewhere specific to release them like an x y spot like this
Code: Select all
click %x %y p
Instead of the new "exevent drag" that has all the issues.
Re: [EasyUO]TEST: KaianaUberLooter
Are people still using this script? I have been looking for an autoloot script for a long time, ever since I found out that the claim command I'm using doesn't even loot treasure chests from enemies... But using the Claimall is useless because my chest is full in one minute of killing and the token trashbag doesn't empty that quickly.
I run an organizer with most items I don't want in the list, but at a certain point the token trashbag is full and I can't continue.
What I am looking for is a script that does:
A - loot specific wanted items/doesn't loot unwanted items
B - after the initial looting of wanted items (not gold) will do a '[claim' on the corpse to get the remaining gold/bandies/arrows etc..
Does this script perform a [claim at the end of it to get rid of the corpse? I think keeping the shard clean is important
I run an organizer with most items I don't want in the list, but at a certain point the token trashbag is full and I can't continue.
What I am looking for is a script that does:
A - loot specific wanted items/doesn't loot unwanted items
B - after the initial looting of wanted items (not gold) will do a '[claim' on the corpse to get the remaining gold/bandies/arrows etc..
Does this script perform a [claim at the end of it to get rid of the corpse? I think keeping the shard clean is important

Re: [EasyUO]TEST: KaianaUberLooter
You could buy extra item slots for your backpack. 25 ED per 25 items. The max is 500. Assuming you can also hold the weight.
I don't think Kaiana's does, but check out http://uoex.net/forum/viewtopic.php?f=25&t=7933
Theres a button for claim, claim loop, claim all, or claimall loop. So you could use the scripts together.
The only problem with Kaiana's is it likes to crash, sometimes a LOT, like all easyuo looters.
I don't think Kaiana's does, but check out http://uoex.net/forum/viewtopic.php?f=25&t=7933
Theres a button for claim, claim loop, claim all, or claimall loop. So you could use the scripts together.
The only problem with Kaiana's is it likes to crash, sometimes a LOT, like all easyuo looters.