Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

  • 0
Beratu77

animated bots

Question

5 answers to this question

Recommended Posts

You can use /botset hunt and it will hunt the players.You can also use /botset kill and it will kill the players that are touching it.

Share this post


Link to post

This is done by making a set of commands using /botai.
basically there is a set of built-in bot instructions, You use them to make an "ai" by typing /botai add this adds the instruction to a list that the bot will do in order. you may need to add the reset instruction at the end of the list so the bot will repeat the action.

if you would like more complex instructions than the built in one's I would look to Venk's mobai plugin.
https://github.com/ddinan/classicube-stuff/blob/master/MCGalaxy/Plugins/MobAI.cs

Share this post


Link to post
  On 6/8/2024 at 4:28 AM, LJplays said:

This is done by making a set of commands using /botai.
basically there is a set of built-in bot instructions, You use them to make an "ai" by typing /botai add this adds the instruction to a list that the bot will do in order. you may need to add the reset instruction at the end of the list so the bot will repeat the action.

if you would like more complex instructions than the built in one's I would look to Venk's mobai plugin.
https://github.com/ddinan/classicube-stuff/blob/master/MCGalaxy/Plugins/MobAI.cs

Ok but after using the walk command I use reset, it doesn't work, it doesn't follow me.

Share this post


Link to post

walk is for a set path if you just want it to follow you use the hunt instruction

Share this post


Link to post

×
×
  • Create New...