updated gotoowner aigoal authored by Lxlp's avatar Lxlp
...@@ -62,7 +62,7 @@ This zombie would attack players, and walk around randomly when not targeting an ...@@ -62,7 +62,7 @@ This zombie would attack players, and walk around randomly when not targeting an
| [MoveTowardsConditional](/Mobs/ai/goals/movetowardsconditional)<br>**[Premium-only]** | | Causes the mob to move towards a target based on provided conditions. | | [MoveTowardsConditional](/Mobs/ai/goals/movetowardsconditional)<br>**[Premium-only]** | | Causes the mob to move towards a target based on provided conditions. |
| patrol x1,y1,z1;x2,y2,z2;x3,y3,z3;… | patrolroute | Makes the mob patrol between the specified locations | | patrol x1,y1,z1;x2,y2,z2;x3,y3,z3;… | patrolroute | Makes the mob patrol between the specified locations |
| gotolocation x,y,z | goto | Makes the mob go to the specified location(Notice Followrange must more than the distance between location and mob) | | gotolocation x,y,z | goto | Makes the mob go to the specified location(Notice Followrange must more than the distance between location and mob) |
| gotoowner # | | Makes the mob move towards its owner when beyond a certain distance (defaults to 5 blocks,Notice Followrange must more than the distance between location and mob) | | gotoowner # | | Makes the mob move towards its [owner](Skills/Targeters/Owner) when beyond a certain distance (defaults to 5 blocks)<br>[Followrange](Mobs/Options#followrange) must be more than the distance between the owner and the mob) |
| gotoparent | | Makes the mob move towards its parent mob | | gotoparent | | Makes the mob move towards its parent mob |
| panicWhenOnFire | panic | Run around panicking when on fire and look for water | | panicWhenOnFire | panic | Run around panicking when on fire and look for water |
| randomFly | | Fly around randomly | | randomFly | | Fly around randomly |
... ...
......