1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-20 11:40:17 +02:00
Commit Graph

400 Commits

Author SHA1 Message Date
Wouters Dorian
fd097bf955 Try to fix [mobs] API-related crashes 2015-08-26 11:50:47 +02:00
0283bec348 fix mobs crash 2015-08-25 20:31:39 +02:00
Ombridride
5a8cd1b7bc Avoid usebug with boats for Minotaurs 2015-08-23 20:52:50 +02:00
13c7e14a3e remove useless|old|unused code in mobs api.lua 2015-08-20 20:35:24 +02:00
0b6747966f fix bug mobs collisionbox
indent code
0.4.12-stable version serialize is buggy
2015-08-19 22:15:48 +02:00
d8477debc4 fix code missing after moving in separated file and inc 0.5 to 1 2015-08-19 15:31:40 +02:00
ef18954a64 fixed mobs d'ont follow item if have not owner 2015-08-19 15:28:13 +02:00
8c637bac28 added new npc_baby texture 2015-08-18 23:56:53 +02:00
a1a87f5cb3 added missing texture
fixed sheep spawn typo
fixed npc male/female follow/drop/tame
chmod 755
2015-08-18 23:44:59 +02:00
8847a0188e added new textures inventory
update api.lua
move menu spawner code from api.lua to mff_menu.lua
2015-08-18 20:38:50 +02:00
Quentin BUISSON-DEBON
4fe3fc8f25 Update in parts "mobs" mod
- Need to check NPC
- Need to check sheeps
- Need to merge the api.lua file (be carful to keep our modifs or merge it with the Tenplus1 modif for code unification BUT keep our specific config)
2015-08-18 17:09:53 +02:00
914594e0af readded texture deleted and spawn mobs pos.y+0.5 2015-08-17 23:45:41 +02:00
72f2601a89 fix typo 2015-08-17 23:03:19 +02:00
bd9d5221ae added unified_inventory in mobs depends 2015-08-17 22:59:36 +02:00
9ebe8986d1 fix error typo 2015-08-17 22:56:54 +02:00
aaa1cc8fa1 added mobs menu spawner to spawn monster easy
added inventory textures mobs
2015-08-17 22:52:29 +02:00
Gael-de-Sailly
2cbe90902d Fixed fatal error about mobs in unknown nodes 2015-08-17 22:08:59 +02:00
LeMagnesium
7f78ccf906 Make 3dchests burst when hit by fireballs
- Solves #221
2015-08-17 10:57:08 +02:00
Ombridride
458b6fe64a Reverted an idiot commit 2015-07-31 22:25:46 +02:00
LeMagnesium
be6cd218ce Modified mobs' cobweb recipes to avoid conflict
- Solves #182
2015-07-31 20:14:59 +02:00
Quentin BUISSON-DEBON
c3b23e7ecd Add npc sounds, and separate npc male and female (the female npc have a lesser drop of axe and drops some flowers) 2015-07-29 23:06:18 +02:00
Ombridride
62db679e6f Add items to the exchange table of the NPC mob 2015-07-28 22:44:29 +02:00
LeMagnesium
f0ace0faad Modified cows' hitbox
- Related to #138
2015-07-27 18:10:41 +02:00
086942329e detach the player when punch mobs, anit usebug, immortal if attached 2015-07-27 15:53:30 +02:00
99b2c31b9a fixed mobs.protected disabled when "mobs_spawn_protected" not in minetest.conf 2015-07-26 16:48:59 +02:00
Quentin BUISSON-DEBON
290a7d0384 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-07-24 23:09:24 +02:00
Quentin BUISSON-DEBON
f8fe9a8104 compress textures, fix preview shields 2015-07-24 23:09:08 +02:00
LeMagnesium
542e999761 Added back nether's lock on DMs' fireballs' explosions
- DMs cannot damage nether anymore
2015-07-24 18:22:19 +02:00
Ombridride
24976670d3 Mese arrow damage is equal for NPC and players
shoot interval set to 1sec instead of 0.5sec before
2015-07-22 01:39:58 +02:00
Ombridride
4bec88c3b5 Fireball damage is equal for NPC and players 2015-07-22 01:39:27 +02:00
Ombridride
fa5b78901b Reduce the move speed of the Creeper 2015-07-22 01:36:33 +02:00
Ombridride
266cbb887c Reduce the move speed of the Dirt Monster 2015-07-22 01:36:04 +02:00
1020b080aa added group_attack in cow,goat,warthog and npc
added group attack if not tamed and type(name) identical
fixed crash if unknow node in function env_damage
2015-07-22 00:11:38 +02:00
ffd79152fd added selective spawning in area if mobs.protected enabled 2015-07-21 21:57:32 +02:00
LeMagnesium
6ddba5a15e Avoid placing eggs over air or ignore
- Solves #141
2015-07-21 20:46:34 +02:00
Ombridride
02e4c9834b Adjust drops of the Dungeon Master 2015-07-20 20:44:35 +02:00
Ombridride
42dab1a5c7 Divided by 2 the minotaur spawn rate
50 000 => 100 000
2015-07-20 18:44:31 +02:00
Ombridride
07f78821fe Re-set the default knockback of our server 2015-07-19 15:31:07 +02:00
Ombridride
740f3d36f0 Add superapple drop to the treemonsters
For https://github.com/Ombridride/minetest-minetestforfun-server/issues/138
2015-07-19 15:24:38 +02:00
Ombridride
a2187b5932 Disable monsters spawn in protected areas 2015-07-18 23:26:04 +02:00
e31c510563 fix local var 2015-07-18 20:45:17 +02:00
LeMagnesium
0f562cd59e Added class shifting system
- Warrior shifting system implemented
2015-07-18 18:31:24 +02:00
34ae29e899 Remove our fix and replace with better Tenplus1's fix 2015-07-18 15:58:20 +02:00
d61103b44d change MFF version to Release Version of this fix 2015-07-17 12:00:34 +02:00
5c24190055 yeti is big monster. coef 1.0 to 1.2 2015-07-16 23:35:00 +02:00
efd14421f8 fixed crash if mobs attack and player leave 2015-07-16 23:33:45 +02:00
f2182809d9 replace mobs spawn by news function spawn_specific
change invert min_light and max_light for slimes and lava
add chmod 755 textures mobs
2015-07-16 19:02:10 +02:00
Ataron
25a5d20501 Add some mobs textures (paly2:mobs_minotaur_fur) 2015-07-16 16:38:09 +02:00
76b5ac0903 fixed visual, collisionbox and explosion sound 2015-07-16 16:24:43 +02:00
23545d1bc6 fix crash when tools has not full_punch_interval(netherpick) 2015-07-16 15:48:55 +02:00
Gael-de-Sailly
46df48af01 Corrected creeper mesh 2015-07-16 14:54:23 +02:00
Ombridride
05853440be add textures for colored sheeps (needs to be improved i think) 2015-07-16 01:20:13 +02:00
5659a816ee fixed wrong merge 2015-07-16 00:38:57 +02:00
e4479b4343 revert wrong merge 2015-07-16 00:31:19 +02:00
Ombridride
744ccb7bee Mobd update second part 2015-07-16 00:15:56 +02:00
Ombridride
c93567ef87 Update the mobs mod
- Fixed racist sheep
- Mobs fall slower in water
- Can only dye sheep if you own it
- Cannot dye a dye'd sheep :)
- Added coloured sheep
- Blast tweak
- Tweak and Tidy code
- tweaked env_damage
- Re-fixed mob arrow
- Fixed mob arrow
- Added evil bunny texture
- Code tidy
- Tidied code
- Replaced some models with .b3d variants, tweaked env_damage routine
- Fixed ability to take animal owned by another player bug
- Added female NPC skin
- Fixed typo
- hear distance added to mobs
- Npc works with new pickup function
- Added capture routine (thanks blert2112)
- explosion function cannot damage protected or unbreakable nodes
- water swimmers cannot move out of water
- updated npc health restoration
2015-07-15 23:31:54 +02:00
c366a481ea fixed npc follow|stop if tamed, consume not diamond
mobs follow but rest at distance
comment code
2015-07-14 20:27:36 +02:00
Ombridride
99d66be6bc Half less Minotaur monsters 2015-07-14 19:58:10 +02:00
Ombridride
08d27cae64 Update minotaur.lua 2015-07-14 19:56:12 +02:00
64ff460668 fixed diamond not consumed when tamed npc
fixed npc follow diamond
2015-07-14 16:38:50 +02:00
LeMagnesium
3a94bc81b5 Fixed some of minotaur's item names 2015-07-14 16:33:46 +02:00
Ombridride
e65d085f3b Mobs spawn in protected area 2015-07-13 23:52:30 +02:00
a21531dfe5 remove mob spawn in area 2015-07-13 23:35:56 +02:00
root
98e1295475 1 less damage for almost every monsters 2015-07-13 23:12:30 +02:00
Ombridride
fb17d5e072 Update rat.lua
Rat now spawn also on sandstone nodes (because of the new mapgen)
2015-07-13 16:28:29 +02:00
Quentin BUISSON-DEBON
77bd0b28b0 Mobs update (because of the mapgen), mainly spawn/nodes improve
Many small adjustments :
- 10% less for the spawn rate of the Creeper
- Dirt Monster now spawn also on DryGrass, and the spawn rate is increased by 5%
- Dungeon Master now spawn on sandstone, and now only under -250
- Mese Monster now spawn on sandstone, and now only under -125
- Minotaur now spawn only on DryGrass, and the spawn rate is increased of +20%
- NPC spawns rate is increased by 300%, BUT the NPC now spawns on many nodes ! ("Beach" Sand, Jungle Grass,  Dirt, Dirt With Grass)
- Oerkki now spawn on sandstone and below -75
- Spider spawns rate is decreased by 30% due to the new mapgen (jungletrees have less leaves)
- Stone Monster now spawn on sandstone, only under -25
- Wolf spawns rate is increased by 5%
- Zombies now spawn 10% lesser
2015-07-13 13:14:17 +02:00
LeMagnesium
e774ed402d Updated 3d_armor and done a bit of chmodding
- Solves part of #117
2015-07-12 13:26:14 +02:00
davedevils
8b02486788 Better eyes and pos correct 2015-07-11 02:54:48 +02:00
davedevils
070f5f41ab new texture for yeti 2015-07-11 02:18:59 +02:00
Ombridride
99e75ac9a3 -50% yeti spawn rate 2015-07-09 01:04:15 +02:00
Ombridride
79d4aa036d -50% creepers spawn rate 2015-07-09 01:03:47 +02:00
Gael-de-Sailly
f3da59bcf6 Merge branch 'watershed' : add watershed mod 2015-07-08 22:36:16 +02:00
Gael-de-Sailly
c7e4bd9745 Added plants and dirt monsters on watershed:drygrass 2015-07-08 19:23:21 +02:00
palige
50d7518038 Change broomstick craft 2015-07-08 15:10:48 +02:00
LeMagnesium
fedc2c9433 Updated plantlife
- Updated plantlife_modpack in order to start on clean bases for the new mapgen system
2015-07-08 13:13:58 +02:00
Ataron
ad52d736bb Add mobs_dungeon_master_blood.png 2015-07-07 17:47:44 +02:00
Wouters Dorian
8dc63b9101 Optimize **all** PNG files 2015-07-06 18:59:12 +02:00
LeMagnesium
29857f2527 Updated nether and applied scripts 2015-07-06 18:14:02 +02:00
Wouters Dorian
dbf6991c8c Make milk in bucket more white 2015-07-05 20:58:26 +02:00
Wouters Dorian
6aebcc4a4e Better texture for buckets 2015-07-05 00:26:51 +02:00
Ombridride
467815f0d6 Update wolf.lua 2015-07-02 09:24:19 +02:00
Ombridride
5b27f1e773 Update dog.lua 2015-07-02 09:23:35 +02:00
a81ee9d530 fix dog owner
fix meat_raw not consumed when give to wolf
dog is NPC not monster, monster attack players, NPC attack monster
2015-07-02 02:33:55 +02:00
Ombridride
f2466e75c9 useless file 2015-07-01 23:31:53 +02:00
Ombridride
a449f71530 Update dog (tamed ally) 2015-07-01 23:31:22 +02:00
Ombridride
18253658d5 Add the Dungeon Master's Blood Sword and the craft of this sword, also add mobs:zombie_tibia and mobs:dungeon_master_diamond wich are dropped from zombies and Dungeon Masters and wich are needed for the craft recipe of the DM's Blood Sword because the craft recipe is also added, finally add the texture of the DM's Blood Sword ! 2015-06-28 00:17:30 +02:00
Ombridride
8372822cf4 Adjust the health and the knockback of DM 2015-06-25 00:18:55 +02:00
Ombridride
41aeaa10a6 Adjust the health and the knockback of Minotaurs 2015-06-25 00:18:53 +02:00
Ombridride
7490eff468 Adjust spawn rate for Sand Monsters 2015-06-25 00:16:42 +02:00
Ombridride
62f12de8ac Update dungeonmaster.lua 2015-06-25 00:16:13 +02:00
Ombridride
cf828ab704 Ajust the spawn rate of the sandmonster 2015-06-25 00:05:24 +02:00
Ombridride
bf72090e54 reduce armor for minotaur and...
ajust the spawn rate
2015-06-25 00:05:01 +02:00
23abcd947a commented modif make for MFF 2015-06-24 15:20:27 +02:00
1b9689bba7 fixed creeper break unbreakable nodes
fixed creeper break nodes in protected areas when is limit to area
fixed creeper explosion kill without armor but not with
2015-06-23 22:29:54 +02:00
33b9b0b7ff fix wrong symbol commentaire cause crash 2015-06-22 22:04:51 +02:00
Ombridride
bc7503f8a8 Update mese_monster.lua 2015-06-22 21:07:22 +02:00
LeMagnesium
deb61da142 Removed two global variables in mobs/api.lua 2015-06-22 18:47:20 +02:00
LeMagnesium
94417bcafc Fixed NPC taming
- Moved code wrongly placed after a merge (last May 22). Solves part of #94
2015-06-22 18:04:38 +02:00
Ombridride
f3ee47a526 Update minotaur.lua 2015-06-21 23:36:42 +02:00
Ombridride
60cb71e385 Update sandmonster.lua 2015-06-21 23:36:39 +02:00