Fabian Bastwöste
Fabian Bastwöste
Thanks for sharing! We will investigate this further.
Similar to #30. Proposed fix: https://github.com/AmProsius/gothic-1-community-patch/blob/aff7368e025c5fc1b6e02d574da5e0e9a83e2aaa/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_NOV_1333_BaalIsidro.d#L292-L300 changed to ```d INSTANCE DIA_BaalIsidro_RUNNING(C_INFO) { npc = Nov_1333_BaalIsidro; nr = 1; condition = DIA_BaalIsidro_RUNNING_Condition; information = DIA_BaalIsidro_RUNNING_Info; permanent = 1; description = "I've...
https://github.com/AmProsius/gothic-1-community-patch/blob/79e466cd6da87113b3144cb4bcf31d3ca19726eb/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GUR_1201_CorKalom.d#L351-L357 changed to ```d func void GUR_1201_CorKalom_JoinPSI2_Info() { AI_Output (other, self,"GUR_1201_CorKalom_JoinPSI_15_10"); //That was it? No welcome, no nothing? AI_Output (self, other,"GUR_1201_CorKalom_JoinPSI_10_11"); //Welcome. AI_Output (other, self,"GUR_1201_CorKalom_JoinPSI_15_12"); //Sounds much better. AI_Output (self,...
> @AmProsius why not remove the quotation marks around the sentence entirely? Right, thanks!
Judging from the scripts, there should not be a bug: https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GRD_205_Scorpio.d#L223 https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GRD_205_Scorpio.d#L283 We will have to see what causes this issue, if we can reproduce it.
@szapp We should think about splitting this fix. What do you think? https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GRD_205_Scorpio.d#L223 changed to ```d B_GiveInvItems (other, self, ItMiNugget, 200); ``` --- https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GRD_205_Scorpio.d#L283 changed to ```d B_GiveInvItems (other, self,...
It may be a good idea to split this fix into multiple fixes. For Mordrag, the fix could be: https://github.com/AmProsius/gothic-1-community-patch/blob/2892a60a3edf33340d7907fe7b3c137d079e8474/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_ORG_826_Mordrag.d#L468-L475 changed to ```d FUNC int Org_826_Mordrag_GotoKalomNOW_Condition() { if ((Npc_GetTrueGuild(other) ==...
https://github.com/AmProsius/gothic-1-community-patch/blob/3db5d668ca0b2d209cd32f5697c969db05a239f0/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_SLD_700_Lee.d#L432 changed to ```d AI_Output (other, self,"DIA_Wolf_SellArmor_M_15_01"); //I want medium armor. ```
The fix should be changed as suggested in #189 .