Fabian Bastwöste

Results 77 comments of Fabian Bastwöste

https://github.com/AmProsius/gothic-1-community-patch/blob/f67dc46cd35cd107f15a9ce8ff2c22e330d8221d/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_VLK_585_Aleph.d#L112 changed to ```d B_GiveInvItems (other, self, ItMiNugget, 10); ```

An alternative approach could be to replace `Npc_GetTrueGuild (hero)!= GIL_NOV` with `C_NpcBelongsToPsiCamp(hero)`, but since it's easier to add the above condition, let's stick with that: https://github.com/AmProsius/gothic-1-community-patch/blob/39e050914ae56e2cc0d6c63a3f3bb204dfa34372/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_GUR_1200_YBerion.d#L257-L264 changed to ```d FUNC...

Info for implementation: See #91 for implementation, but keep in mind to pull the ore values for they might have been changed by a mod. That might be tricky or...

@szapp is this something we can fix programmatically?

https://github.com/AmProsius/gothic-1-community-patch/blob/8e6b8fa5c1a4a75774647a32fa5ef9ca7f614daa/scriptbase/_work/Data/Scripts/Content/Items/Food.d#L159-L175 changed to ```d INSTANCE ItFoMutton (C_Item) { name = "Grilled Meat"; mainflag = ITEM_KAT_FOOD; flags = ITEM_MULTI; value = Value_Fleisch; visual = "ItFo_CookedMutton_01.3ds"; scemeName = "MEAT"; on_state[0] = UseMutton;...

Thanks for reporting! The guild checks of the vanilla game seem to be quite inconsistent. However, these are all individual bugs, we'll have to assign a separate issue to every...

This seems more like cut content to me. After all, it's just an ambient MOB. Any thoughts on this one, @szapp?

Thanks for diving into the issue! I will surely look into your provided fix.