View Full Version : Sloot stowing shield and resuming hunting holding a box
Eoghain
01-21-2018, 11:49 AM
Anyone have any ideas why this keeps happening? I'll find a box, phase it, then stow my shield and resume hunting with the box in my hand. This is not a good strategy for Nelemar. ;)
I've tried toggling both the stow left hand feature in sloot, and also the lefthand flag. Any assistance is appreciated.
Thanks!
SpiffyJr
01-21-2018, 12:14 PM
Give slootbeta a try. The latest version uses your ready settings. It's not as feature complete yet but works better in general.
Eoghain
01-21-2018, 12:20 PM
Will do. Thanks!
stayrange
03-01-2018, 09:37 AM
Looked into this a bit the other night for Eoghain, I believe this to be a phasing (704) issue with a logical error in line 982.
982: right_hand = GameObj.left_hand.id == loot.id
Should this not read...
982: right_hand = GameObj.left_hand.id != loot.id
(So that right_hand is false when the item we are looting is in our left hand)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.