Page 1 of 1

Looting=>Bot gets stuck.

Posted: Wed Sep 16, 2009 1:37 pm
by Maaa
Hey guys im new here:)

First I need to say thx for that awesome bot, it worked perfect for me before the update ( chapter II ).
I updated the bot with SVN, so I think I got the newest version.
My problem is, if the bot tries to loot and the backpack is full the camera just spins around and the bot gets stuck.

There always comes the message in runes of magic " Need to stand to cast magic" or something like that.

How can I fix it, that the bot closes the loot window automatic and gets a new target?

( It worked fine before the update ):D

Greetings,
Marian

Re: Looting=>Bot gets stuck.

Posted: Wed Sep 16, 2009 2:00 pm
by Administrator
Try editing classes/player.lua. Go to line (CTRL+G) 809. See this:

Code: Select all

	-- now take a 'step' forward (closes loot bag if full inventory)
	keyboardPress(settings.hotkeys.MOVE_FORWARD.key);
Change to:

Code: Select all

keyboardHold(settings.hotkeys.MOVE_FORWARD.key);
yrest(100);
keyboardRelease(settings.hotkeys.MOVE_FORWARD.key);
Does that fix it?

Re: Looting=>Bot gets stuck.

Posted: Wed Sep 16, 2009 2:14 pm
by Maaa
works perfect thx very much:)

Re: Looting=>Bot gets stuck.

Posted: Thu Sep 17, 2009 6:18 am
by Ucover
Thanks, had the same problem :)

Re: Looting=>Bot gets stuck.

Posted: Thu Sep 17, 2009 12:51 pm
by j_schlott
i use lootfilter to auto loot, it autocloses bodies, and has a blacklist so you wont pick up junk!