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

Entering same instance after chicken

mrfuture

Member
Joined
Nov 12, 2014
Messages
86
Reaction score
0
It is possible to enter same instance after logout caused of chicken plugin? In cause there are any items on the ground, we might want to pick them up.
 
It is possible to enter same instance after logout caused of chicken plugin? In cause there are any items on the ground, we might want to pick them up.

That's not currently supported, and unfortunately, not something that will be added to BasicGrindBot. There's no way to enforce all uses of the Logout API to set an appropriate bot flag (which would be specific for BasicGrindBot), to make the bot go back to the previous area if you're chickening, and do actually want to return. In order to do that, we'd have to not run any user code, and use an entirely closed design for the bot implementation itself. It's the downside to the current setup of things; there's no real way to do things in one coherent manner, while still letting users change various aspects of the bot.
 
That's not currently supported, and unfortunately, not something that will be added to BasicGrindBot. There's no way to enforce all uses of the Logout API to set an appropriate bot flag (which would be specific for BasicGrindBot), to make the bot go back to the previous area if you're chickening, and do actually want to return. In order to do that, we'd have to not run any user code, and use an entirely closed design for the bot implementation itself. It's the downside to the current setup of things; there's no real way to do things in one coherent manner, while still letting users change various aspects of the bot.

Ok thanks for your reply.
 
Back
Top