a364f64ab9
Purge the repo's other mods from moreores
2016-06-03 21:53:25 +02:00
6de642596f
Quests description typo fix
2016-05-09 01:41:18 +02:00
4772c16f2e
Some typo fixs
2016-05-08 22:25:27 +02:00
dcc6901548
Fix a word :/
2016-05-08 00:08:51 +02:00
b49fae2fdc
Increase the quests reward/RP description and...
...
reduce the craft difficulty for blackmithril/reinforcedleather !
All of this for getting the server more easier.
2016-05-07 21:23:43 +02:00
67630b4b15
New (increased) max stamina values
...
Adventurer : 10
Warrior : 20
Hunter without armor set : 30
Hunter with armor set : 40
2016-05-04 00:36:26 +02:00
b53d407979
fix no drop hunter bow_minotaur_horn/arbalest_auto when loaded, issue https://github.com/MinetestForFun/server-minetestforfun/issues/420
2016-03-17 22:03:07 +01:00
e0ce022cac
fix only play pclasses sound to player and only if player switch classes
2016-01-03 23:01:40 +01:00
482329bf1d
fix pclasse assign now others class on join server, no only the default
...
fix pclasse assign now if class is same, bug on join server
add on_unassigned for all class
2015-12-24 20:36:17 +01:00
a0f2f09e90
fix typo in shield
...
update armor_inventory only when switch class
we can not be equipped with reserved armor another class
2015-11-27 00:17:33 +01:00
d38fa23ab3
[mff_pclasses] Reserve plain mithril armor to warriors
2015-11-26 22:26:08 +01:00
ebf049e4fa
[mff_pclasses] Reserve all black mithril and leather armors
2015-11-26 22:18:07 +01:00
6220cbb027
Fix [quests] HUD bug and remove Levermaniac quest
2015-11-22 22:56:14 +01:00
98bf4a6646
[markers] Update
2015-11-15 18:10:17 +01:00
731e219fe5
update submodules
2015-10-22 22:39:02 +02:00
a82bb19bd1
[mff_hud] Update
2015-10-21 22:50:57 +02:00
3e177a3fc9
[mff_quests] Add levermaniac quest and fix a crash
2015-10-17 12:48:01 +02:00
7fe640d285
[death_messages] Add pumpboom and pumpkings to the mobs list
2015-10-17 12:26:32 +02:00
a6a8ea933c
Update Spreadsheet with Ores chance & heigh/deep
2015-10-17 12:10:40 +02:00
8ce79c3dfc
add spears mod
...
update reserved items name in pclasses, throwing:->spears:
2015-10-12 22:37:23 +02:00
2398ca561d
[hudbars & mff_hud] Let hudbars override our hud's flags
2015-10-08 22:10:26 +02:00
951bdc73fb
[mff_hud] Update the module
2015-10-08 19:16:02 +02:00
6bf996798a
[irc_commands & mff_hud] Update modules
...
- Remove whitespaces
2015-09-23 21:12:42 +02:00
428127f43d
added reserved spear for hunter
2015-09-21 22:09:16 +02:00
7f91b18254
[mff_hud] Move our HUD to mff_hud
2015-09-17 16:20:16 +02:00
16488bf8ed
[mff_quests] Implement objective iterator, node punch & placement callbacks
2015-09-06 15:36:10 +02:00
a8a2eb9d36
[mff_quests] Improve HUD position (no more minimap overlap)
2015-09-04 15:09:54 +02:00
ce8ea83036
rights 755 and add minetest.conf to the repository
2015-09-02 22:41:36 +02:00
2bc265bd29
Prevent fake players from increasing task counters
...
- Solves #246
2015-08-28 11:15:40 +02:00
a3ce7b3157
Fix bad quests HUD function names
2015-08-26 12:26:34 +02:00
2899003a2e
Tweak [quests] HUD position so it doesn't overlap the minimap
2015-08-25 20:50:14 +02:00
743507564f
Updated pclasses
...
- Moved the holographic item's name as a field in switch_params (pclasses.api.register_class)
- Added wizard class' skeleton for later
- Fixed a few bugs in nodes, inventory and api
- Splitted tick function to bury items in two
- Items from 3d_armor's armor inventory are also affected by inventory vacuuming (from tick function).
The player's static armor inventory is first cleared, then copied to the detached one, then armor updates everything else (rendering, model, etc)
- Fixed itemname of admin shield to reserve it properly
- Return graveyard inventory if it already exists. Do not create it every two seconds
2015-08-20 17:18:57 +02:00
2010c907d7
Fix crash in mff's quests
2015-08-18 15:01:34 +02:00
2cd80bccf1
Add tile image in class switches' parameters and tweak colors
...
- Refers to #216
2015-08-17 10:53:13 +02:00
e281845f45
Edit colors of class switches
...
- Solves #216
2015-08-16 15:28:15 +02:00
aa2f62afb3
Added automated arbalest to throwing mod
...
- Chmod-ed all files
- Removed whitespaces
- Added automated arbalest in spreadsheet, throwing, and hunters' reserved items
- Solves #206
2015-08-11 12:02:43 +02:00
55bd0ea800
Static graveyard inventory
...
- Added graveyard inventory for reserved_items. Next thing to add : mechanism to get them out when shifting class
2015-08-01 19:26:50 +02:00
ee461e1d41
Add [mff_pclasses], MFF-specific pclasses
2015-07-31 21:53:32 +02:00
ad210ec59f
Change quests award
2015-07-30 00:48:46 +02:00
f16915f863
Chmod and removal of whitespaces
2015-07-27 21:45:41 +02:00
7dfa469b59
Better quests, still testing
2015-07-27 01:49:32 +02:00
fd2582ed88
Fix various quest issues
...
- Fix global variable 'quests' (quests/init.lua)
- Fix minetest.register_on_dignode's function to handle the rare case where 'digger' == nil
(mff/mff_quests/init.lua)
- Made the only available quests (yet) more explicit (mff/mff_quests/init.lua)
2015-07-24 11:02:35 +02:00
47bb65d79a
Updated homedecor
...
- Updated fonts and sign_lib
- Did some remove_whitespaces
2015-07-23 20:40:36 +02:00
0e9ba218d2
mithril string, minotaur bow improved, tweak caracteristics, recipes, etc... for the hunter
2015-07-22 02:34:31 +02:00
6f18654393
Add missing empty init.lua to mff_introspect
2015-07-22 01:01:28 +02:00
69ce8e8266
Add quest framework and basic periodic quest support
2015-07-22 00:04:54 +02:00