Skip to content

Make bots act more like Habbo's bots

  • Bots will only walk in a distance from their starting point
  • Bots won't get further than x tiles from the tile where u placed them
  • On re/unload bots will stand at the point where you placed them

Configurable parts:

  • Able to turn on/off the radius limit, set to 0 if you want bots to walk to any walkable tile in a room.
  • Able to adjust the radius, by default the bot will walk in a 5 tile radius from the point where it has been placed.

This behaviour copies the behaviour on Habbo:

  • Bots do not walk freely in a room, just in a 5 tile radius.
  • Bots will always walk to a random tile that's in a radius from the tile where the owner placed them. They do not get a random their around their current position.
  • On re/unload a bot will always be placed at the while where the owner placed them for the first time. (so we do not update the x&y at onWalk)

Merge request reports