View Full Version : Sloot Problem
Darcthundar
11-29-2015, 06:55 AM
I have just bought a new computer with windows 10. I have installed ruby 2.0.0-p647 and lich 4.6.22. Sloot will pick up items and stow them correctly when used with Bigshot, but won't work as a stand alone script. Does anyone else have this problem and know how to fix it.
Thanks for your help
Nahkaev
11-29-2015, 12:13 PM
'won't work' is a bit vague.
if you're looking for help- help us help you.
Darcthundar
11-30-2015, 08:03 AM
'won't work' is a bit vague.
if you're looking for help- help us help you.
[Greymist Wood, Grandfather]
You notice a jungle troll, a jungle troll chieftain, a long thorny vine, a jungle troll, a jungle troll, a jungle troll chieftain, a jungle troll chieftain, a badly damaged iron strongbox and a faint overgrown trail.
Obvious paths: north, northeast, southeast, south, southwest, northwest
>;sloot
--- Lich: sloot active.
--- Lich: sloot has exited.,
I have a macro that kills a criiter then loot it. if a gem or box is found, I use sloot to pick it up and stow it in the proper container. With Sloot 4 this was not a problem. However with Sloot it will not pickup items off the ground or stow them
I hope this helps
Thanks
elcidcannon
11-30-2015, 08:20 AM
I'd check ";sloot setup" and make sure all your variables are set correctly.
Haldrik
12-01-2015, 12:55 PM
Post your exclude variables too. Iron is generally one of the items it won't pick up. If you entered the variables wrong it could be mucking up.
SpiffyJr
12-01-2015, 04:44 PM
Impossible. Sloot is perfect.
**disclaimer** I didn't read this post at all.
icedown
12-01-2015, 11:54 PM
If you are wearing a crystal amulet, try taking it off and stashing it somewhere. I had the same problem on one of my guys and it was seeing the amulet as a container for some reason.
TheBastardOfStark
12-02-2015, 02:52 PM
[Greymist Wood, Grandfather]
You notice a jungle troll, a jungle troll chieftain, a long thorny vine, a jungle troll, a jungle troll, a jungle troll chieftain, a jungle troll chieftain, a badly damaged iron strongbox and a faint overgrown trail.
Obvious paths: north, northeast, southeast, south, southwest, northwest
>;sloot
--- Lich: sloot active.
--- Lich: sloot has exited.,
I have a macro that kills a criiter then loot it. if a gem or box is found, I use sloot to pick it up and stow it in the proper container. With Sloot 4 this was not a problem. However with Sloot it will not pickup items off the ground or stow them
I hope this helps
Thanks
Pretty sure sloot looks for the "dead" tag and loots then picks up. if there isn't a body i dont think it will run through the process.
Haldrik
12-02-2015, 03:00 PM
Pretty sure sloot looks for the "dead" tag and loots then picks up. if there isn't a body i dont think it will run through the process.
Yup. This is the loop.
20.times{break if GameObj.npcs.any?{|npc| npc.status =~ /dead/}; sleep 0.05}
critters = find_dead.call
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.