1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-08-21 07:10:25 +02:00

Update mobs mod

From commits of TenpPlus1 :
- Dogfight and explosion tweaks
- Monster/Npc attack closest threat
- Added flying (and swimming) mob routine
- Fixed: flying mobs get stuck outwith fly_in node
- Fixed: dogfight jumping bug
- Fixed: jumping while dogfight attack for all size mobs
- Mobs can now walk up half-slabs without jumping
- Fixed jump glitch + Fixed do_jump
- Added ownership for tamed animals
This commit is contained in:
Quentin BUISSON-DEBON
2015-05-22 10:37:17 +02:00
parent 738d5396df
commit eae9dbfa83
9 changed files with 415 additions and 205 deletions

View File

@ -28,6 +28,8 @@ This mod contains the following additions:
Changelog:
1.12- Added animal ownership so that players cannot steal your tamed animals
1.11- Added flying mobs (and swimming), fly=true and fly_in="air" or "deafult:water_source" for fishy
1,10- Footstep removed (use replace), explosion routine added for exploding mobs.
1.09- reworked breeding routine, added mob rotation value, added footstep feature, added jumping mobs with sounds feature, added magic lasso for picking up animals
1.08- Mob throwing attack has been rehauled so that they can damage one another, also drops and on_die function added