Page 6 of 9

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Sun May 15, 2011 1:08 pm
by Fairis
Close Journal in game. It will help you.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Mon May 16, 2011 9:04 pm
by Batt
I gave closing the journal a try on my 64bit system and it worked, I ran with the looter for 2 hours and did not crash once. The only thing that does not work now is that the script is not putting regs into my keys. It may be that I was trying to tweak the script to stop it from crashing, so I am re-downloading it.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Sun Jun 12, 2011 2:41 am
by Riclya
Cant get this to work with LV 4 - 5 tmap chest it only loot the corpse around me not the chest even thou in standing next to it and ive picked it my self.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Fri Feb 10, 2012 11:13 am
by Semzz
Very nice script and thank you ; ) im having trouble getting into the settings again and i cant seam to reset it by deleting it, any suggestions ?

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Fri Feb 10, 2012 11:56 am
by Ilsanor
It stores it's variables in the registry, so if you're comfortable with crawling around it - have a go. Some things may also be set manually within the script code itself. If you can give more details what exactly are you having trouble with I might be more helpful.

Oh, since the variables in the registry are not clearly labelled as belonging to one script or the other the only thing you can do is to delete all the keys from EUO registry directory. This is a doomsday method that will reset ALL your scripts back to their defaults and wipe any user settings. Be sure what you're doing before attempting that.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Fri Feb 10, 2012 12:07 pm
by Semzz
ty Ilsanor , turns out i was just hitting the wrong delete key, figured it was something boneheaded ; )

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Mon Feb 13, 2012 11:21 am
by Stilton
I note it doesnt gather Necro Regs.

Would it be a simple case of editing line 108:

Code: Select all

set %regs KUF_JUF_KZF_JZF_MZF_WZF_RZF_SZF_PLF_WLF_IND_
and add the item IDs for each of the others?

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Mon Feb 13, 2012 11:55 am
by Ilsanor
Yes. Probably would be no more difficult to add a separate category for necro regs whatsoever. The reason for omission of necro regs is that it takes time to loot them, while 99% people don't need them. I mean, apart from training how often do you cast Necro spells? Most ppl make do with vampire form once in a while and perhaps curse weapon.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Mon Feb 13, 2012 5:25 pm
by anarchy
i use necro all the time. how else do you solo icy wrym?

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Tue Feb 14, 2012 12:04 am
by brhanson2
anarchy wrote:i use necro all the time. how else do you solo icy wrym?
220 Dex and a good bow :)

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Tue Feb 14, 2012 9:28 am
by bearman
My 100% LRC takes care of my necro regs. They are not used in crafting anything so I don't loot them any more.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Tue Feb 14, 2012 9:31 am
by bearman
Stilton wrote:I note it doesnt gather Necro Regs.

Would it be a simple case of editing line 108:

Code: Select all

set %regs KUF_JUF_KZF_JZF_MZF_WZF_RZF_SZF_PLF_WLF_IND_
and add the item IDs for each of the others?

This would work but you will need to run the script and enter the settings section then save the settings before it will work.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Fri Mar 02, 2012 11:02 pm
by krystol
brhanson2 wrote:
anarchy wrote:i use necro all the time. how else do you solo icy wrym?
220 Dex and a good bow :)
dont know whether to laugh or cry
[insert emotion here]

fire breath off a wyrm with more then 10 % health is still more then 500 hp damage

my solution was shadowstrike and hit chance increase, but if i thought more i woulda used mirror image. duh, just thought of that now... haha

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Tue Apr 24, 2012 12:04 pm
by Relysis
For anyone that still uses this, I have an issue.

When selecting my top level bag for stackables, the script constantly picks up and moves items around the bag. Setting them to another bag works fine, but nothing gets added to the keys. Arrows also aren't being looted for some reason.

Any ideas? Thanks in advance. This coding is new to me, so I'm having trouble picking out exactly what needs to be edited.

Re: [EasyUO]TEST: KaianaUberLooter

Posted: Tue Apr 24, 2012 12:13 pm
by Isaac Newton
It's a loop. Each time it puts a stackable in your top bag, it triggers the move to stackables bag. You have to use a secondary bag.

Isaac