EQ2BOT no longer loots corpses or chests.

innertone

Active Member
As the titles says EQ2BOT no longer loots corpses or chests. Is there any easy fix for this or is it just on my end? Thanks in advance.
 

Amadeus

The Maestro
Staff member
It appears as though the technique we were using for looting a corpse has been nerfed. I've updated EQ2Bot.iss on the SVN to use a different method that should work most all of the time. If we find that any problems with it, it probably just means we're trying to loot too many corpses too quickly.

The looting of chests should be working. I can't see anything wrong with that.
 

innertone

Active Member
It appears as though the technique we were using for looting a corpse has been nerfed. I've updated EQ2Bot.iss on the SVN to use a different method that should work most all of the time. If we find that any problems with it, it probably just means we're trying to loot too many corpses too quickly.

The looting of chests should be working. I can't see anything wrong with that.
Yeah looting of chests works good, Sorry i was super baked when i posted this lol.

Thanks.
 

v01d

Well-Known Member
Corpse "Loot"

It seems the they changed the "verb" from "loot" to "Loot"

I've always used the following for corpse looting...

EQ2execute "/apply_verb ${Actor[corpse,radius,10].ID} loot"

Changing to...

EQ2execute "/apply_verb ${Actor[corpse,radius,10].ID} Loot"

Works the same as always...

v01d
 

Amadeus

The Maestro
Staff member
Good catch -- I think I remember seeing something about case sensitive stuff on the official forums. I'm thinking they'll change it again sometime but I'll change eq2bot back to using "Loot" instead of "loot" and test it tomorrow.
 

Valerian

ISX Specialist
Good catch -- I think I remember seeing something about case sensitive stuff on the official forums. I'm thinking they'll change it again sometime but I'll change eq2bot back to using "Loot" instead of "loot" and test it tomorrow.
I already fixed it btw...
 
Top Bottom