Commit Graph

716 Commits

Author SHA1 Message Date
Sokomine
6626273867 made mobs(redo) an optional dependency 2023-08-27 20:02:05 +02:00
Sokomine
dd5ea7e38f added quest_step_reached 2023-08-06 03:30:33 +02:00
Sokomine
7a98d0c44f added quest_step_possible check in preconditions 2023-08-06 02:56:05 +02:00
Sokomine
312531e8c1 show Q alongside C, A and Pr in edit menu 2023-08-06 02:31:13 +02:00
Sokomine
86f36dc26b added delete button to assign quest step in edit options menu 2023-08-06 02:03:24 +02:00
Sokomine
a334a2b989 added way to assign quest steps to dialog options 2023-08-05 21:29:46 +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
b8937d4ba7 fix #5013 make sure textures are set properly on resture 2023-07-26 22:17:24 +02:00
Sokomine
b9c8e3c345 added npc_force_restore command for lost npc 2023-07-26 18:33:17 +02:00
Sokomine
0585dd4b77 added necessary defines for mobs_redo in update_tag 2023-07-24 14:22:59 +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
675af7b256 updated README 2023-07-24 10:43:23 +02:00
Sokomine
3aca396fc6 added /npc_talk list to README 2023-07-24 10:39:52 +02:00
Sokomine
336c02694c set yl_speak_up.orig_mobs_update_tag only *once* 2023-07-22 20:49:37 +02:00
Sokomine
d5cfe54938 fixed #4982 2023-07-22 18:28:04 +02:00
Sokomine
824d69c896 fixed #4982 nil value in position 2023-07-22 17:22:46 +02:00
Sokomine
ce4909424d allow to teleport to npc on the npc list 2023-07-22 11:13:29 +02:00
Sokomine
9c022cb7eb show date instead of timestamp of when the npc was first seen in the npc list 2023-07-22 10:15:28 +02:00
Sokomine
922b7fa32b added legend to npc list 2023-07-22 10:05:11 +02:00
Sokomine
80b47889ec added additional info to /npc_talk list 2023-07-21 20:35:22 +02:00
Sokomine
79797ee27c implemented '/npc_talk list' including sorting 2023-07-21 18:08:08 +02:00
Sokomine
e2ecb7de4b prepared for /npc_talk list command 2023-07-21 01:10:46 +02:00
Sokomine
124f3cd482 adjusted readme to /npc_talk <cmd> structure 2023-07-18 04:00:03 +02:00
Sokomine
252fdebc5e pointed to /npc_talk debug instead of /npc_talk_debug in help texts 2023-07-18 03:54:56 +02:00
Sokomine
3e9591eee8 added npc_talk command 2023-07-18 03:50:59 +02:00
Sokomine
9d8bff11b2 added priv npc_talk_admin for handling generic npc and properties starting with server* 2023-07-18 03:13:49 +02:00
Sokomine
368ec72b29 fixed wrong identation 2023-07-18 02:16:58 +02:00
Sokomine
0417483fb3 determining owner of blocks acting as npc by using metadata 2023-07-17 20:10:58 +02:00
Sokomine
e57d9cb5c3 allow to exit initial config menu/aborting 2023-07-17 20:10:22 +02:00
Sokomine
136abc2a23 fixed style bug in identation depth 2023-07-17 20:08:21 +02:00
Sokomine
3b5515aeac Merge branch 'whosit-trade_list' into trade_list 2023-07-15 22:02:04 +02:00
c50c8ee073 automatically convert yl_speak_up entities into yl_npc on load
alias new eggs and NPCs stored in eggs

log id and owner
2023-07-14 18:08:11 +03:00
Sokomine
3390b12611 added missing local for variable 2023-07-09 03:26:00 +02:00
Sokomine
b9a3ad4543 removed too server-specific file sp_local_server_config.lua 2023-07-09 03:20:30 +02:00
Sokomine
b63cf09011 cleanup preparation 2023-07-09 03:19:54 +02:00
Sokomine
d208fe4ebc removed obsolete file yl_local_server_config.lua 2023-07-09 03:14:30 +02:00
Sokomine
47595e7869 effect give compass to player moved to yl_npc 2023-07-09 03:11:34 +02:00
Sokomine
8d87a22a11 improved register_on_reload 2023-07-09 03:05:29 +02:00
Sokomine
f1072821f1 added register_on_reload; made interface_mobs_api.lua work again for mobs.lua 2023-07-09 02:59:52 +02:00
Sokomine
0a7a06e050 further cleanup for YL 2023-07-08 20:52:01 +02:00
Sokomine
0cb49e5289 moved texture adding to yl_npc.add_textures() 2023-07-08 20:37:59 +02:00
Sokomine
9df24d1131 add textures for yl_speak_up: and yl_npc: mobs 2023-07-08 05:44:55 +02:00
Sokomine
ae407e1615 re-added yl_speak_up.on_spawn to mobs.lua for now 2023-07-08 05:19:59 +02:00
Sokomine
2a1f194e19 removed yl_speak_up.on_spawn as that is specific to the your land server 2023-07-08 05:15:50 +02:00
Sokomine
006c7f24bb only load interface_mobs_api.lua if mobs_redo is available 2023-07-08 05:12:27 +02:00
Sokomine
491675ad09 adjusted interface for mobs 2023-07-08 04:48:20 +02:00
Sokomine
471776dde4 added yl_speak_up.initialize_npc for setting n_ID 2023-07-08 04:42:15 +02:00
Sokomine
27e4da4a03 renamed yl_speak_up.on_rightclick to yl_speak_up.mobs_on_rightclick to show that this is a function for mobs_redo 2023-07-08 02:45:34 +02:00
Sokomine
16a97ee6b4 added new example do_on_reload file 2023-07-06 07:02:39 +02:00
Sokomine
a4d8504e59 renamed obsolete yl_local_server_do_on_reload.lua (was only needed once, and only on server Your Land) 2023-07-06 06:15:04 +02:00