Fabian Bastwöste

Results 112 comments of Fabian Bastwöste

https://github.com/AmProsius/gothic-1-community-patch/blob/39e050914ae56e2cc0d6c63a3f3bb204dfa34372/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GRD_205_Scorpio.d#L61-L64 changed to ```d if (Npc_KnowsInfo(hero, Info_Thorus_ReadyForGomez)) && (Npc_GetTrueGuild(hero) == GIL_NONE) { Info_Addchoice (DIA_Scorpio_Hello,"I'm on my way to see Gomez. I'm going to join up with you.",DIA_Scorpio_Hello_Join); }; ```

> Skip should be a special case. He will be of neural attitude when gaining access to the Old Camp. We had discussed this here at length at some point...

Great idea! The bot could also turn the PR into a draft after converting the issue.

> I am sure the bot could parse the issue description and comments for any key words. We'd have to add them manually. I have no problem with adding both...

Relevant script references: https://github.com/AmProsius/gothic-1-community-patch/blob/aff7368e025c5fc1b6e02d574da5e0e9a83e2aaa/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_NOV_1305_Joru.d#L153-L160 https://github.com/AmProsius/gothic-1-community-patch/blob/aff7368e025c5fc1b6e02d574da5e0e9a83e2aaa/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_NOV_1305_Joru.d#L162-L173 We will probably have to find suitable OUs from the hero to insert at the beginning of these functions.

Thanks for reporting. We will have to check that ingame, because I don't see any bug in the scripts: https://github.com/AmProsius/gothic-1-community-patch/blob/5abd54ea7c342f19cfa0d1352d30eccc45c0130a/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GUR_1201_CorKalom.d#L457-L468 If you killed all the bandits, the quest should progress...

https://github.com/AmProsius/gothic-1-community-patch/blob/39e050914ae56e2cc0d6c63a3f3bb204dfa34372/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_NOV_1331_BaaTaran.d#L251-L257 changed to ```d FUNC int DIA_BaalTaran_IntoCastle_Condition() { if (Npc_KnowsInfo(hero, DIA_BaalTaran_Greet)) && (Npc_GetTrueGuild(hero) == GIL_NONE) { return 1; }; }; ```