catalinstoian
catalinstoian
https://github.com/AmProsius/gothic-1-community-patch/blob/e66b303623c042ec5cfc387a1b0d4bd352605f12/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_VLK_585_Aleph.d#L303-L309 changed to ```D FUNC int VLK_585_Aleph_DIRTY_Condition() { if ( Npc_KnowsInfo (hero, GRD_271_ULBERT_DRUNK) ) && ( Npc_KnowsInfo (hero, GRD_261_Brandick_ALEPH) ) && ( !Npc_KnowsInfo (hero, VLK_585_Aleph_SCHUPPEN) ) { return 1; };...
https://github.com/AmProsius/gothic-1-community-patch/blob/f386ca443496783307a91437f00772b92802a4dd/scriptbase/_work/Data/Scripts/Content/Magic/ZS/ZS_Berzerk.d#L12-L67 changed to ```D func int ZS_Berzerk_Loop() { PrintDebugNpc (PD_ZS_LOOP, "ZS_Berzerk_Loop"); var int random; if (Npc_GetStateTime(self) > SPL_TIME_BERZERK) { //-------- Zeit abgelaufen ! -------- B_FullStop (self); return LOOP_END; }; Npc_GetTarget...
https://github.com/AmProsius/gothic-1-community-patch/blob/e66b303623c042ec5cfc387a1b0d4bd352605f12/scriptbase/_work/Data/Scripts/Content/Story/Text.d#L534-L535 changed to ```D const string NAME_LearnPostfixS = " skill point)"; const string NAME_LearnPostfixP = " skill points)"; ```
https://github.com/AmProsius/gothic-1-community-patch/blob/e66b303623c042ec5cfc387a1b0d4bd352605f12/scriptbase/_work/Data/Scripts/Content/Story/Missions/DIA_ORG_819_Drax.d#L80-L109 changed to ```D FUNC VOID Org_819_Drax_Scavenger_Info() { if (Npc_HasItems(other,itfobeer)>=1) { B_GiveInvItems (other, self, itfobeer,1); AI_Output (other, self,"Org_819_Drax_Scavenger_15_00"); //Here you are, take a beer and tell me about hunting. if...
https://github.com/AmProsius/gothic-1-community-patch/blob/d3c811be3efff371c697ca597f680097e51aa5a7/scriptbase/_work/Data/Scripts/Content/AI/B_Human/B_SelectWeapon.d#L409-L414 changed to ```d //######## Waffenbasierte Kampftaktik ? ######## PrintDebugNpc (PD_ZS_CHECK, "...Waffenbasierte Kampftaktik!"); var C_ITEM FFWaffe; if Npc_HasReadiedRangedWeapon (slf) // nur wenn er normalerweise eine Fernwaffe gezogen hat { FFWaffe...