Commit Graph

41 Commits

Author SHA1 Message Date
Sokomine
1b45fc7792 #5501 allow to configure setting of npc_privs 2024-12-19 22:12:08 +01:00
Sokomine
b9bebe82bd allow NPC to use tools when punching and right-clicking blocks 2024-07-20 01:20:08 +02:00
Sokomine
e69e2f4c02 added yl_speak_up.add_on_rightclick_entry for picking up mobs 2023-09-10 22:05:04 +02:00
Sokomine
8b5c45701a changed order of config options in config.lua to give it more structure 2023-09-09 03:57:16 +02:00
Sokomine
8db72aad9d moved mesh and skin definition to yl_npc/npc_talk 2023-09-09 02:55:43 +02:00
Sokomine
af84935c2b moved staff based_based_editing and tools (staffs) into yl_npc because they're deprecated 2023-07-27 13:20:52 +02:00
Sokomine
9e09712781 cleanup of privs; used yl_speak_up.npc_privs_priv instead of npc_master for npc priv maintenance; npc_master REMAINS necessary for executing lua code! 2023-07-24 12:24:35 +02:00
Sokomine
70d81c2bd7 added animation setting to edit skin menu 2023-06-15 06:05:54 +02:00
Sokomine
80c1a4b558 moved loading of actual npc definitions into yl specific file 2023-02-01 19:08:36 +01:00
Sokomine
d6a439b666 set nametag color in config.lua 2023-01-25 21:14:53 +01:00
Sokomine
71f9e5e540 preprarations for creating quests 2022-11-12 21:07:56 +01:00
Sokomine
9ffabc17ce removed missing textures 2022-09-26 04:59:30 +02:00
Sokomine
be689ce739 moved read_skins_and_capes_from_folders to a yl_speak_up_addons mod for server specific stuff 2022-09-13 19:46:34 +02:00
Sokomine
32a0613780 moved logging into fs_log.lua and logged in extra npc log files 2022-09-09 22:13:42 +02:00
Sokomine
87e3bc9176 added mobs_redo sheep and cow as example 2022-08-02 18:22:48 +02:00
Sokomine
cc5bfd01f6 added function +read_skins_and_capes_from_folders to read textures on your land server 2022-07-23 00:17:18 +02:00
Sokomine
e062eec580 rewrote fasion_extended formspec 2022-07-22 23:25:40 +02:00
Sokomine
533c382ee4 moved skin_preview.lua back into fs_fashion.lua 2022-07-22 21:57:21 +02:00
Sokomine
57e8bc7352 apply textures2skin for skins with wielded items 2022-07-21 20:04:27 +02:00
Sokomine
5432064ae0 if an NPC supports follow/stand/wander is now a config option 2022-07-21 17:40:15 +02:00
Sokomine
42e16d0e8b made the old fashion formspec fashion_extended for wielded items 2022-07-21 00:34:46 +02:00
Sokomine
fe4eb48822 individual skins and preview functions depending on model and npc 2022-07-20 21:57:33 +02:00
Sokomine
0a52637271 added improved skin selection depending on model/mesh 2022-07-19 21:02:48 +02:00
Sokomine
4c577280ac added handling of property changes through custom functions 2022-07-17 19:08:43 +02:00
Sokomine
6e35b01bd5 added yl_speak_up.enable_yl_mobs config option 2022-07-12 22:54:08 +02:00
Sokomine
98c63c83bd staff-based editing can now be enabled/disabled 2022-06-19 21:29:01 +02:00
Sokomine
c5c7d3391c made trade list nicer 2022-04-11 22:17:07 +02:00
Sokomine
8a7d6e24b3 avoid infinite loop in automatic/autoselect mode; added yl_speak_up.max_allowed_recursion_depth config option 2021-12-31 17:41:12 +01:00
Sokomine
e61baf7ab5 implemented put_into_block_inv and take_from_block_inv 2021-12-28 03:15:41 +01:00
Sokomine
632d7d6895 make editing alternate_text for timer/limitation failure possible 2021-08-05 20:32:38 +02:00
Sokomine
0629d6ba2c added new tabs 'Limit guessing:' and 'Limit repeating:' to edit options menu 2021-08-04 04:15:45 +02:00
Sokomine
eb7d1701a1 allow to set prefix and color for chat_all message 2021-08-01 20:31:05 +02:00
Sokomine
5cf3e412c5 quest api variables are now properly saved and restored 2021-07-03 21:25:38 +02:00
Sokomine
634631a8e9 added blacklist for quest items 2021-06-15 01:23:49 +02:00
Sokomine
5d82cbc32d added fs_edit_actions.lua and necessary sourroundings 2021-06-12 21:17:58 +02:00
Sokomine
69d29d7aec added blacklist for effect block interaction 2021-06-12 16:52:39 +02:00
Sokomine
0bea918686 limited number of preconditions and options per dialog 2021-06-07 04:19:10 +02:00
Sokomine
d75b94c99d added trade list 2021-05-29 03:55:36 +02:00
Sokomine
0efa7f4f63 added inventory to npc which is stored to disk 2021-05-17 00:15:59 +02:00
Sokomine
5db7b9c909 added limit for amount of option/answers per dialog 2021-05-08 21:06:27 +02:00
04dd3d514d first commit 2020-11-20 11:45:50 +01:00