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

188 Commits

Author SHA1 Message Date
LeMagnesium
94c1d3cefa Merged missing parts of mobs' api, updated news
- Updated news.txt
 - Merged missing pieces of api.lua
 - Added a random message
2015-04-21 12:32:35 +02:00
LeMagnesium
5d5bf2dbd7 Reported modification of kamikaze group to creepers 2015-04-21 12:05:53 +02:00
LeMagnesium
8b8fdfa131 Completed proper merge of mobs mod
- Merged api :
	- little tweaks on yaw computing system and position handling when blasting
	- Centralisation of the explosion function used by both dungeon masters and
	  creepers : checks are made differently but still present in the function
- Merged dungeon masters
- Changed type of creepers from kamikaze to explode
- Tweaked a bit rebase script
2015-04-21 11:54:43 +02:00
Ombridride
deeaa98c16 Resolve problems 2015-04-20 23:12:05 +02:00
LeMagnesium
f3da5b0a97 Rolled back mobs mod 2015-04-20 23:07:51 +02:00
LeMagnesium
7865c89e12 Updated dungeonmasters.lua 2015-04-20 22:40:09 +02:00
LeMagnesium
a0454b3b88 Updated api.lua of mobs mod 2015-04-20 22:37:53 +02:00
Ombridride
c3f271abd4 Update greenslimes.lua
Less coins chance, but more rare coins (silver)
2015-04-18 23:52:47 +02:00
Ombridride
faeac3128d Update treemonster.lua
Drops adjustments
2015-04-18 23:51:28 +02:00
Ombridride
8558bb0c36 Update lavaslimes.lua
Less coins, but better (silver)
2015-04-18 23:50:37 +02:00
Ombridride
f0f76c5641 Update treemonster.lua
Less silver coins
2015-04-18 23:49:35 +02:00
Ombridride
16b695cf8e Update greenslimes.lua
Only small greenslimes drop coins & glue now
2015-04-18 23:45:44 +02:00
Ombridride
814d9e81a1 Lesser Sand Monster (~ -6,5%) 2015-04-18 23:32:57 +02:00
Ombridride
657e01aa57 Update npc.lua
PS : la fonction nourrir sur les NPCs ne fonctionne toujours pas sur le serveur avec la version mergée actuelle
2015-04-18 23:11:19 +02:00
Ombridride
f18c334ea8 Add my current work on colors.txt
It's a hug merge, if somebody wants help, you're welcome ! :p
Instructions are in the folder
2015-04-18 19:24:19 +02:00
LeMagnesium
db8cc41fd7 Added check for lavaslime to not destroy actual nodes with fire
- Lavaslimes now check if the node there are trying to place fire instead of
  is air. If it is not, they do not put fire (to avoid detroying nodes)
2015-04-17 22:41:04 +02:00
LeMagnesium
592665d264 Copied lava orbs' definition to lavaslimes' file
- Copied register and alias for lava orbs
2015-04-14 22:08:36 +02:00
LeMagnesium
83b50783c6 Added NPC's counter adapted to the API
- It seems in fact that sometimes, when you give the fourth diamond to a NPC, it does not follow
  because you're too close to it. (engine's entity issue, or algorythm issue, but not really one
  since you just have to move in 99% of the cases to make the NPC follow you)
2015-04-13 21:25:04 +02:00
LeMagnesium
544c7ef55b Reverted NPC taming 2015-04-12 23:36:50 +02:00
LeMagnesium
5568cc4cff Fixed NPC counter 2015-04-12 23:24:01 +02:00
LeMagnesium
d6bea75353 Merge branch 'master' of gitpiserver:minetest/minetest-minetestforfun-server
Conflicts:
	mods/mobs/npc.lua
2015-04-12 23:18:33 +02:00
LeMagnesium
814f48c15b Re-added npc taming system (for 4 diamonds) 2015-04-12 23:13:51 +02:00
LeMagnesium
2df3b7828c Re-added npc taming system (for 4 diamonds) 2015-04-12 23:04:48 +02:00
Ombridride
c8353dd2fb Update mobs mod
- Add Golden lasso texture
- Improve code for mobs jump next to fences
2015-04-12 22:45:04 +02:00
Ombridride
94c8d0521a Update lavaslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- More biggest = more health.
2015-04-12 22:40:31 +02:00
Ombridride
1f0ff0ca0f Update greenslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- Medium and Big Slimes health upgrade.
2015-04-12 22:39:27 +02:00
Ombridride
718a3747cc Update greenslimes.lua 2015-04-12 19:18:06 +02:00
Ombridride
4cbce2b611 Update lavaslimes.lua 2015-04-12 19:17:51 +02:00
Ombridride
e11d2e7259 Update greenslimes.lua 2015-04-12 18:59:07 +02:00
Ombridride
477ad73d60 Update init.lua 2015-04-12 12:30:55 +02:00
Ombridride
df6826eaab Update greenslimes.lua 2015-04-12 12:28:15 +02:00
Ombridride
0dfc01240c Update greenslimes.lua 2015-04-12 12:25:26 +02:00
LeMagnesium
81028be989 Fixed wrong adaptation from slimes to mobs
- Replaced slimes: by mobs:
2015-04-12 12:25:33 +02:00
Ombridride
a89db53bf7 Update lavaslimes.lua 2015-04-12 12:06:52 +02:00
Ombridride
47265050a6 Update greenslimes.lua 2015-04-12 12:05:17 +02:00
Ombridride
642d3aa232 Update, strange things happens... 2015-04-12 02:18:21 +02:00
Ombridride
a04573b271 Add Slimes mobs
- Lava Slimes spawn in Lava sources
- Green Slimes spawn in Acid sources
- Big Slimes splits into Medium Slimes who splits in small Slimes
2015-04-12 02:10:11 +02:00
LeMagnesium
b6549bd321 Merged dungeon master and fixed typo in stonemonsters
- Merged new and old dungeon master adding special removing features
- Fixed comma typo in stonemonsters' file
2015-04-11 22:46:16 +02:00
Ombridride
f2e2004bc9 Update mobs mod again 2015-04-11 21:54:04 +02:00
Ombridride
a55a9f71b4 Update mobs 02 2015-04-11 21:52:12 +02:00
Ombridride
ede187b4fc Merge branch 'master' of https://github.com/Ombridride/minetest-minetestforfun-server 2015-04-11 21:49:34 +02:00
Ombridride
4e402c7d3b Update mods mod
- npc's follow and stand by order
- mob shoot attack rehauled
- velocity changes
- fixed shoot bug
- mob shoot timings fixed
- dungeon master plasma balls less laggy
- DM plama ball less laggy
- added on_die function and jump_height
- Added jump_chance for jumping mods, set walk_chance to 0 when in use
- added jump mobs, footstep nodes, api tweaks
- fixed jump follow and follow jump glitch
- Added rotate to mob definition
- Reworked breeding
- tidied code
- added mobs_enable_blood flag in minetest.conf (true/false)
- tidied code
- Fixed selftimer issue
- beehive cannot be eaten (oops)
- fixed lifetimer bug
- added magic lasso to pick up animals
- pets and chicken can be picked up without magic lasso
- update version
2015-04-11 21:45:03 +02:00
LeMagnesium
bad22d432c NPCs now tamed with 4 diamonds 2015-04-11 18:18:41 +02:00
LeMagnesium
67043e6e50 Reverted commit 8fbd084 2015-04-11 17:45:47 +02:00
LeMagnesium
8fbd084624 Removed inhibition of lifetimer system about npcs
- NPCs have now a 600sec (10min) lifetime
2015-04-11 15:41:57 +02:00
LeMagnesium
66cad396f2 Fixed NPC healing 2015-04-09 12:25:45 +02:00
Quentin BUISSON-DEBON
70b806ed3d Comrpess sounds
by Obani, thank you !
2015-04-08 16:26:28 +02:00
Ombridride
b139227932 Update api.lua 2015-04-03 02:02:55 +02:00
d9c671e10c added more unbreakable nodes by creeper explosion
added default:obsidian_cooled, default:obsidianbrick, more_chests:x (exclued wifi) in unbreakable nodes by creeper explosion
and fix global var
2015-04-03 00:02:03 +02:00
Ombridride
0b51e1f7ac Now players can give orders follow and stand to NPCs 2015-04-02 19:16:47 +02:00