Commit Graph

1071 Commits

Author SHA1 Message Date
Sokomine
9077feb1a9 addons: added effect send_coordinates (useful in combination with a waypoint_compass but can be used manually as well) 2025-01-16 21:21:32 +01:00
Sokomine
2e1732644f added addons effect send_mail 2025-01-16 03:02:55 +01:00
Sokomine
9af492c07a added addons folder; added addon action send_mail 2025-01-16 00:52:19 +01:00
Sokomine
a85f0629c5 ink import: sort dialogs according to order given in ink; sort existing but not imported dialogs in after that 2025-01-12 22:28:19 +01:00
Sokomine
9b2aae7fe1 disable options that are not included in the current import by adding a 'false' precondition 2025-01-12 20:40:46 +01:00
Sokomine
799233c8a2 partial ink import implemented 2025-01-09 23:20:49 +01:00
Sokomine
7e5fc745c0 fixed bug in ink import due to a wrong reimplementation of split command in test environment 2025-01-09 23:19:09 +01:00
Sokomine
40e7fc2087 do not change d_sort of other dialogs when changing the start dialog 2025-01-09 18:01:28 +01:00
Sokomine
8e0f53fdb5 added import_from_ink.lua - but no input for that yet 2025-01-07 21:04:37 +01:00
Sokomine
d5b5832b02 fixed bug in update_dialog_option regarding automaticly selected and random options 2025-01-07 20:02:23 +01:00
Sokomine
7c801291f9 update_dialog_option now can update d_trade and d_got_item dialogs (to a degree) 2025-01-05 20:29:47 +01:00
Sokomine
133a8ccf8d allow to export to ink without _ prefix 2025-01-05 11:46:59 +01:00
Sokomine
543c767dd5 added update_start_dialog for ink import 2025-01-05 11:31:30 +01:00
Sokomine
7ce56ca733 export to ink: add effect list to the action knot success option where it belongs 2025-01-04 19:50:18 +01:00
Sokomine
0cd28dcb54 better loggin for update_dialog_option 2025-01-04 19:21:10 +01:00
Sokomine
d2fdb6da61 the dialog is randomly selected; not the option (typo) 2025-01-04 18:26:23 +01:00
Sokomine
51ab9e1ecb update_dialog now properly ignores special dialogs 2025-01-04 18:25:05 +01:00
Sokomine
000978ef50 try to perserve d_<nr> dialog names in update_dialog 2025-01-04 18:14:48 +01:00
Sokomine
0d76f7492a implemented update_dialog_options_completed for options that were not updated 2025-01-04 18:06:58 +01:00
Sokomine
6370396fea o_random is part of a dialog - not of an option 2025-01-03 22:25:53 +01:00
Sokomine
16df2f9155 fixed bug in get_dialog_list_for_export 2025-01-03 22:03:14 +01:00
Sokomine
31434e69ce less spammy logs for update_dialog* 2025-01-03 21:51:36 +01:00
Sokomine
829683f750 pass o_text_when_prerequisites_not_met on to update_dialog_option 2025-01-03 21:03:55 +01:00
Sokomine
76f7e37566 sort dialogs in export according to d_sort instead of d_<nr> alphabethicly 2025-01-02 20:16:40 +01:00
Sokomine
d9d10112cf allow to add sort_oder to update_dialog_option 2025-01-02 18:14:22 +01:00
Sokomine
dc223d99f5 fixed logging of option changes in update option 2025-01-02 17:46:18 +01:00
Sokomine
c0ed2cc148 moved function get_dialog_list_for_export 2025-01-02 17:30:00 +01:00
Sokomine
06507880b6 properly split option names for ink import 2025-01-02 00:43:16 +01:00
Sokomine
8570fea8ba corrected obvious errors in a new function 2025-01-02 00:12:49 +01:00
Sokomine
40314125a8 moved yl_speak_up.get_start_dialog_id into functions_dialog 2025-01-01 23:00:38 +01:00
Sokomine
e5183813d7 moved a function from _dialogs to _talk 2025-01-01 22:41:09 +01:00
Sokomine
c0fcbecd63 added functions for updating and importing dialogs and options for future ink import 2025-01-01 22:37:59 +01:00
Sokomine
10e90e412a prefix options in ink export with automaticly_ or randomly_ if necessary 2025-01-01 18:53:56 +01:00
Sokomine
4cf06da1e4 made functions in functions_dialog.lua only optionally dependant on pname 2025-01-01 18:24:38 +01:00
Sokomine
c4ebef21f0 split up functions.lua into diffrent files 2025-01-01 18:00:13 +01:00
Sokomine
7e3ea18653 export to ink: support autoanswer, random and grey out answer 2024-12-27 17:40:51 +01:00
Sokomine
e1f13f7bff ink export: use d.d_name for actions and effects as well 2024-12-26 20:02:30 +01:00
Sokomine
293df54dac use specified prefix for all knots in ink export 2024-12-26 18:15:23 +01:00
Sokomine
a7f5f3c8b0 export d_got_item and d_trade to ink language as well 2024-12-26 16:27:14 +01:00
Sokomine
8456a10107 renamed main ink loop to postfix _d_end instead of main to make its point more obvious 2024-12-26 16:11:13 +01:00
Sokomine
28c3e7eed9 removed surplus line in export to ink before farewell message 2024-12-26 16:07:41 +01:00
Sokomine
5cd9a9aab6 fixed crash in quest_api when saving 2024-12-26 16:01:39 +01:00
Sokomine
e3094962c3 search texts for variable (display) usage when storing npc data 2024-12-25 22:50:33 +01:00
Sokomine
68e37e24b8 allow to show value of variables and properties in dialog text and option text 2024-12-21 22:53:09 +01:00
Sokomine
1b45fc7792 #5501 allow to configure setting of npc_privs 2024-12-19 22:12:08 +01:00
Sokomine
95e721b8f9 #5809 NPC show name, descr, owner, last pos when picked up 2024-12-15 21:04:10 +01:00
Sokomine
349d140d09 2076 mobs_redo mobs can be picked up with lasso by those who can edit them and not just their owner 2024-12-15 19:58:03 +01:00
Sokomine
8af9a995a0 #5268 mention missing npc privs in debug mode 2024-12-15 17:09:01 +01:00
Sokomine
9797ada402 #5266 check if npc for npc_talk_privs exists 2024-12-15 16:57:27 +01:00
Sokomine
0316afdfa9 take items back into npc inventory when npc_gives failed instead of forgetting them 2024-12-15 14:36:19 +01:00