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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Shrine

snytru

Member
Joined
Dec 21, 2012
Messages
105
I wonder if anyone know how to make the bot not take the shrine?

My bot usually rushed in the big group of mob to take the shrine and end up dying. I am fine with it killing all the monster before taking it but it keep rushing to take the shrine first as top priority.
 
The logic for Shrines is implemented in ExampleRoutine inside the HandleShrines function. It's configured to make its way to the shrine if there aren't too many mobs around you so you can gain the active buff, which makes clearing the other mobs a lot easier most of the time.

In the old logic, the bot would get stuck on skeletons and the god mode shrine, since you have to activate those in order to cancel the effects and move on. A lot of the time, if the default routine tries to face tank the entire group of mobs under the shrine effects, it's a lot harder than killing a few then getting the shrine effect yourself. Custom routines have to be coded to have logic that works best for whatever build they are catered to though; the default routine doesn't do anything particularity specialized.

There's no easy way to configure the logic to do what you asked though. Shrines in wide open areas with no obstacles or walls around it, the idea works fine, but you start running into issues in any of the cavern or jail tilesets where there's winding paths or walls so shrine mobs spawn in places where there's little LoS to everything. It's one of the downsides of having generic logic that tries to work in as many situations as possible.
 
Back
Top