What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Grindbot not looting

zeibuble

New Member
Joined
Jul 22, 2011
Messages
19
Reaction score
0
Seems to kill everything just fine but when it comes to looting about 50% of the time it will just run past the mob or run towards the killed mob for a second then turn around and kill something else. Ive installed eLootfFxer and LootItAll and I'm still having issues.

Log attached.
 

Attachments

When its fixed an update to let us know will be in that thread?
 
try to set your pull radius to 25 - and/or increase the loot radius in lootitall
i believe the default loot radius on lootitall is 20 or 30?

if your bot is running away while in combat, i would suggest combatlooter allows you to loot while in combat
 
try to set your pull radius to 25 - and/or increase the loot radius in lootitall
i believe the default loot radius on lootitall is 20 or 30?

if your bot is running away while in combat, i would suggest combatlooter allows you to loot while in combat

I can't even change the settings for LootItAll. When I click on the Plugins tab and click on LootItAll the settings button doesn't pop up and I'm unable to click it. :S. Its not running away in combat. I'm killing the Whelps for the pets. My Shaman usually shocks my target which kills it then doesn't even attempt to run over to loot it. It will just run off.
 
you have to edit the settings in the profile. right click the .xml profile that you have been loading, and click open with ... then choose notepad
there should be a
where u.Distance < 20 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)

change the distance to 30 or 35.
where u.Distance < 30 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)
where u.Distance < 35 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)

and your pull radius to something equal to or below what you pick

i know for melee my guy loots 100% and i think that is because he is within the base range for looting. i know with casters if you are high enough level you can one hit things, but with a loot radius of 20, you can sometimes be too far away to be able to loot them. i haven't tested this myself, so i can't promise that it will work.

also note:
if you want to remove the blue text that pops up every time you loot a monster
change
log("[LootItAll] Setting {0} as lootable", target.Name);

into
//log("[LootItAll] Setting {0} as lootable", target.Name);

I can't even change the settings for LootItAll. When I click on the Plugins tab and click on LootItAll the settings button doesn't pop up and I'm unable to click it. :S. Its not running away in combat. I'm killing the Whelps for the pets. My Shaman usually shocks my target which kills it then doesn't even attempt to run over to loot it. It will just run off.
 
yes,its a known issue
we are aware and its going to be fixed
 
Thanks that helped out a lot but now he runs past a little ways then comes back to loot. Makes it REALLY obvious that I'm a bot. Checked some other threads and it seems to be and issue with HB. I hope it gets fixed soon.

.
you have to edit the settings in the profile. right click the .xml profile that you have been loading, and click open with ... then choose notepad
there should be a
where u.Distance < 20 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)

change the distance to 30 or 35.
where u.Distance < 30 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)
where u.Distance < 35 && u.IsDead && u.CanLoot && !Blacklist.Contains(u)

and your pull radius to something equal to or below what you pick

i know for melee my guy loots 100% and i think that is because he is within the base range for looting. i know with casters if you are high enough level you can one hit things, but with a loot radius of 20, you can sometimes be too far away to be able to loot them. i haven't tested this myself, so i can't promise that it will work.

also note:
if you want to remove the blue text that pops up every time you loot a monster
change
log("[LootItAll] Setting {0} as lootable", target.Name);

into
//log("[LootItAll] Setting {0} as lootable", target.Name);
 
Last edited:
Thanks that helped out a lot but now he runs past a little ways then comes back to loot. Makes it REALLY obvious that I'm a bot. Checked some other threads and it seems to be and issue with HB. I hope it gets fixed soon.

there is a refresh rate. change it to 1 second
its current set at 2 seconds
private int CheckFrequency = 2;
change it to
private int CheckFrequency = 1;
for a 1 second refresh rate

see if that helps
 
Last edited:
It doesn't seem like it has made a difference that I can tell. Does the refresh rate have to be a whole number or can I set it to .5 or .2?

there is a refresh rate. change it to 1 second
its current set at 2 seconds
private int CheckFrequency = 2;
change it to
private int CheckFrequency = 1;
for a 1 second refresh rate

see if that helps
 
it has to be an integer (whole number) the way it was coded. i could modify it, but i think it would create too much lag to be worth it because it would refresh so much faster.
 
Back
Top