Page 1 of 1

Bot makes no attempt to loot *SOLVED*

Posted: Tue Aug 17, 2010 2:46 pm
by Wundervice
Already read thru the thread on target cycling that became about not-looting. Tried deleting the lootable check and before that I doubled the yrest on the check to see if it was a timing issue, but neither works at all. Doesn't seem like it's a lag issue for me but rather the bot just doesn't attempt to loot anymore.

Im gonna reinstall the bot and see what that does for me in the meantime.

Re: Bot makes no attempt to loot (ya ya)

Posted: Tue Aug 17, 2010 5:41 pm
by randomuser01
Do you have click to move on still?

Re: Bot makes no attempt to loot (ya ya)

Posted: Tue Aug 17, 2010 10:37 pm
by rock5
Are you aware that they just released revision 491 that is supposed to fix all loot related problems?

Re: Bot makes no attempt to loot (ya ya)

Posted: Tue Aug 17, 2010 11:08 pm
by hihi
Hey Rock5, if I just use tortoise to update to the new revision, will it overwrite everything I have changed in my bot ?

Re: Bot makes no attempt to loot (ya ya)

Posted: Tue Aug 17, 2010 11:31 pm
by rock5
hihi wrote:Hey Rock5, if I just use tortoise to update to the new revision, will it overwrite everything I have changed in my bot ?
When you do an SVN update, the new version changes get merged with your existing files. If there is no conflict (ie. you didn't change the same sections as the update is trying to change) then it will merge successfully and shouldn't interfere with any changes you have made. If there are conflicts they will be marked red and you can double click them to resolve them manually.

Re: Bot makes no attempt to loot (ya ya)

Posted: Wed Aug 18, 2010 3:35 pm
by Wundervice
I did update everything as a first step (obviously). Who's stupid enough not to do the obvious first? Anyway gonna retry the bot now that ive reinstalled the whole thing (heard that if you messed with it before or updated through the run it borks the loot).

Re: Bot makes no attempt to loot *SOLVED*

Posted: Thu Aug 19, 2010 6:40 pm
by Starrider
hello I also have loot problems. I saw that the bot sometimes collects no Items, for example he doesnt loot green/blue items anymore. Sometimes DQ items stay in the mob.

Re: Bot makes no attempt to loot *SOLVED*

Posted: Thu Aug 19, 2010 7:37 pm
by Valleyguy
Starrider wrote:hello I also have loot problems. I saw that the bot sometimes collects no Items, for example he doesnt loot green/blue items anymore. Sometimes DQ items stay in the mob.
do you have any add-ons that assist you in looting (i.e. lootfilter++ lootomatic etc...) I would first look at your add-ons if the bot is opening the body but not looting everything cause the bot doesn't pick loot it just opens the body its up to your add-ons / auto-loot option in the client to do the actual looting.

Re: Bot makes no attempt to loot *SOLVED*

Posted: Fri Aug 20, 2010 6:49 am
by Starrider
I use lootomatic, but there are no restrictions made, also auto loot in the interface is on. I didn't change any settings. Maybe change the value how long the bot should stay for looting , what for loot variables do you use?

Re: Bot makes no attempt to loot *SOLVED*

Posted: Fri Aug 20, 2010 8:39 pm
by Valleyguy
Starrider wrote:I use lootomatic, but there are no restrictions made, also auto loot in the interface is on. I didn't change any settings. Maybe change the value how long the bot should stay for looting , what for loot variables do you use?
lootomatic is your problem disable it and try again most ppl using lootomatic think if they set it to green its only gonna loot greens and better but that addon is actually reverse and it only loots green and lower. its a dumb addon and the dev should be shot without clearly stating how it works in his fancy gui.

Re: Bot makes no attempt to loot *SOLVED*

Posted: Sun Aug 22, 2010 1:08 pm
by Starrider
not the problem is not the tool, its the setting of time you gave the bot for looting. First the Lootomatic takes the white items (DQ/Runes). Then after a pause of some ms the green or blue items will be collected.

Re: Bot makes no attempt to loot *SOLVED*

Posted: Sun Aug 22, 2010 1:22 pm
by MiesterMan
Edit: Corrected.

You can increase the time to loot by editing the looten function in player.lua

Find in player.lua:

Code: Select all

		inventory:updateSlotsByTime(settings.profile.options.LOOT_TIME + dist*15);
And change to:

Code: Select all

		inventory:updateSlotsByTime(settings.profile.options.LOOT_TIME + dist*15 + 1000);
This adds 1 second extra loot time to each looting.

Re: Bot makes no attempt to loot *SOLVED*

Posted: Mon Aug 23, 2010 7:25 am
by Starrider
thx, I'll test it and will post a feedback!

Re: Bot makes no attempt to loot *SOLVED*

Posted: Tue Aug 24, 2010 4:29 am
by Starrider
ok the problem is realy the lootomatic addon, turned it off thx