Else 4 Posted November 13, 2020 I'm trying to get my bot to wait until it's target's loot drops after it dies, so that it can loot before moving on to the next target. I tried to wait if any npcs around my player are about to die (less than 3% health) but for some reason that wasn't being triggered when the npc was in a death animation. Anyone got any tips:?
Hmm 31 Posted November 14, 2020 Hi, I read this off a different client provider forum. Try to SleepUntil the tile of the monster contains some of your expected loots. Keep in mind that there may already be loot on that very same tile so you will have to adjust logic to suit that.
Else 4 Author Posted November 14, 2020 12 hours ago, NEWPROG said: Hi, I read this off a different client provider forum. Try to SleepUntil the tile of the monster contains some of your expected loots. Keep in mind that there may already be loot on that very same tile so you will have to adjust logic to suit that. Legendary, thanks makes sense. Thanks mate!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.