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

using the /remaining command to terminate an instance

poe3210

New Member
Joined
Mar 25, 2014
Messages
17
Reaction score
0
This is a thought about how to determine if the bot has completed exploration of a map. As of now I believe will physically explore every visible inch of map until it is clear of monsters before terminating (walking out of zone or tp scroll out to start a new instance). For particularly large and convoluted maps this actually results in a typical farm run becoming more and more ineffcient as remaining monster packs become fewer and further apart. In some cases every single monster has been killed but the bot will continue to explore yet unseen areas.

If we send the /remaining command, we get a return on how many monsters remain. If we can customise at which point we want to the bot to terminate and refresh the instance, say for example , x monsters remaining (x=0:20), we could get significantly more efficient (kills/hour) runs.
 
I would never add this to the bot as a core feature. It's literally just one more thing GGG can use to track it.

/remaining is a client to server command that requests the server calculate how many mobs are left. While we don't have support for going through the chat window and processing text there, that's basically what would be needed first. We'll look into adding support for that in the future, but for now, that's the only reason why you can't do it yourself in your own plugin.
 
Back
Top