Changes
Page history
removed unimplemented aigoals
authored
Dec 31, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Mobs/Custom-AI.md
View page @
4cdc75e2
...
@@ -30,7 +30,6 @@ This zombie would attack players, and walk around randomly when not targeting an
...
@@ -30,7 +30,6 @@ This zombie would attack players, and walk around randomly when not targeting an
|
[
lookatplayers
](
/Mobs/ai/goals/lookatplayers
)
| | The mob will look at nearby players |
|
[
lookatplayers
](
/Mobs/ai/goals/lookatplayers
)
| | The mob will look at nearby players |
|
[
LookAtTarget
](
/Mobs/ai/goals/LookAtTarget
)
| | The mob will look at its target |
|
[
LookAtTarget
](
/Mobs/ai/goals/LookAtTarget
)
| | The mob will look at its target |
|
[
opendoor
](
//Mobs/ai/goals/OpenDoor
)
| opendoors | The mob will open doors it runs into and close the door behind it |
|
[
opendoor
](
//Mobs/ai/goals/OpenDoor
)
| opendoors | The mob will open doors it runs into and close the door behind it |
| closedoors | restrictopendoor | Not sure what this one does |
|
[
randomlookaround
](
/Mobs/ai/goals/RandomLookAround
)
| lookaround | The mob will randomly look around |
|
[
randomlookaround
](
/Mobs/ai/goals/RandomLookAround
)
| lookaround | The mob will randomly look around |
|
[
gotospawnlocation
](
/Mobs/ai/goals/gotospawn
)
| gotospawn | Mob will pathfind to its spawn location |
|
[
gotospawnlocation
](
/Mobs/ai/goals/gotospawn
)
| gotospawn | Mob will pathfind to its spawn location |
|
[
doNothing
](
/Mobs/ai/goals/doNothing
)
<br>
**[Premium-only]**
| | Causes the mob to do nothing if conditions are met. |
|
[
doNothing
](
/Mobs/ai/goals/doNothing
)
<br>
**[Premium-only]**
| | Causes the mob to do nothing if conditions are met. |
...
@@ -38,9 +37,6 @@ This zombie would attack players, and walk around randomly when not targeting an
...
@@ -38,9 +37,6 @@ This zombie would attack players, and walk around randomly when not targeting an
## Creatures Only
## Creatures Only
| AI Goal | Aliases | Description |
| AI Goal | Aliases | Description |
|--------------------|--------------|--------------------------------------------------------------------|
|--------------------|--------------|--------------------------------------------------------------------|
| avoidcreepers | | Causes the mob to avoid Creepers |
| avoidskeletons | | Causes the mob to avoid Skeletons |
| avoidzombies | | Causes the mob to avoid Zombies |
|
[
meleeattack
](
/Mobs/ai/goals/meleeattack
)
| | Causes the mob to move to and melee-attack its target |
|
[
meleeattack
](
/Mobs/ai/goals/meleeattack
)
| | Causes the mob to move to and melee-attack its target |
|
[
movetowardstarget
](
/Mobs/ai/goals/MoveTowardsTarget
)
| | Causes the mob to move towards its target |
|
[
movetowardstarget
](
/Mobs/ai/goals/MoveTowardsTarget
)
| | Causes the mob to move towards its target |
|
[
randomstroll
](
/Mobs/ai/goals/RandomStroll
)
| | The mob will randomly walk around |
|
[
randomstroll
](
/Mobs/ai/goals/RandomStroll
)
| | The mob will randomly walk around |
...
@@ -55,7 +51,6 @@ This zombie would attack players, and walk around randomly when not targeting an
...
@@ -55,7 +51,6 @@ This zombie would attack players, and walk around randomly when not targeting an
|
[
spiderattack
](
/Mobs/ai/goals/SpiderAttack
)
| | Uses the attack a spider would |
|
[
spiderattack
](
/Mobs/ai/goals/SpiderAttack
)
| | Uses the attack a spider would |
|
[
zombieattack
](
/Mobs/ai/goals/ZombieAttack
)
| | Zombie melee attack |
|
[
zombieattack
](
/Mobs/ai/goals/ZombieAttack
)
| | Zombie melee attack |
|
[
leapattarget
](
/Mobs/ai/goals/leapattarget
)
| | Makes the mob leap at its target |
|
[
leapattarget
](
/Mobs/ai/goals/leapattarget
)
| | Makes the mob leap at its target |
| moveindoors | | |
|
[
movethroughvillage
](
/Mobs/ai/goals/movethroughvillage
)
| | |
|
[
movethroughvillage
](
/Mobs/ai/goals/movethroughvillage
)
| | |
|
[
movetoblock
](
/Mobs/ai/goals/movetoblock
)
| | Makes the mob go towards a specific type of block |
|
[
movetoblock
](
/Mobs/ai/goals/movetoblock
)
| | Makes the mob go towards a specific type of block |
|
[
movetolava
](
/Mobs/ai/goals/movetolava
)
| | Makes the mob move towards lava |
|
[
movetolava
](
/Mobs/ai/goals/movetolava
)
| | Makes the mob move towards lava |
...
...
...
...