Commit Graph

742 Commits

Author SHA1 Message Date
Sokomine
e879e1e67a manage only really existing quests; preparations for deleting quests 2023-09-16 05:38:33 +02:00
Sokomine
31f29beecd removed debug message 2023-09-15 00:52:51 +02:00
Sokomine
49c264193c removed overlapping of text in add quest steps formspec 2023-09-15 00:51:23 +02:00
Sokomine
4ce6101bca added first basic creation/delition of quest steps 2023-09-15 00:40:34 +02:00
Sokomine
263ec1ac86 at least show *some* data about a quest 2023-09-15 00:07:49 +02:00
Sokomine
f00fe9ea84 fixed selecting "Add ..:"-entry in formspec_helpers 2023-09-14 23:54:22 +02:00
Sokomine
1e7a4a4ad1 allow to show error messages in input_fs_manage_general 2023-09-14 22:24:11 +02:00
Sokomine
d2f92ced9a fixed bug editing quest values for players 2023-09-12 21:27:46 +02:00
Sokomine
698472c16f added hint that players with npc_talk_admin priv can set names of npc to those of players 2023-09-12 03:58:40 +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
28a1fc8b9a entity.mesh is no loner needed (better mob mod compatibility) 2023-09-10 00:28:32 +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
08bb8d3ea5 removed files that are yl-specific and belong to yl_npc or npc_talk and not here 2023-09-09 02:02:10 +02:00
Sokomine
1b492e50f8 minor changes in readme.md 2023-09-08 21:37:34 +02:00
Sokomine
17792a28d1 removed very old examples in dev/ folder 2023-09-08 21:36:00 +02:00
Sokomine
bf8627d48b added LICENSE and installation instructions 2023-09-04 01:07:29 +02:00
Sokomine
21480b3bdb only do after_activate for those mobs we're responsible for 2023-09-04 00:58:03 +02:00
Sokomine
04debcb096 restructured and improved readme.md 2023-09-03 01:25:23 +02:00
Sokomine
3bc3b70bc4 renamed README.md to readme.md 2023-09-02 04:12:04 +02:00
Sokomine
c6fef779ac further improved README.md 2023-09-02 04:11:28 +02:00
Sokomine
5b1035a19e bug in directory of README.md fixed 2023-09-02 03:31:58 +02:00
Sokomine
d8c6394dc0 removed formatting error in README.md 2023-09-02 03:09:11 +02:00
Sokomine
b2148d3e91 removed obsolete usage.md 2023-09-02 03:02:59 +02:00
5372cfdec1 further improvement of README.md 2023-09-02 00:55:58 +00:00
31d86bc058 reformatted and improved README.md 2023-09-02 00:23:51 +00:00
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