Wpisałem w B_Givetradeinv wszystko i stworzyłem plik B_GiveTradeInv_Wutras.
Spoiler
FUNC VOID B_GiveTradeInv_Wutras (var C_NPC slf)
{
CreateInvItems (slf, ItMi_Gold, 100);
CreateInvItems (slf,ItFo_Apple ,05);
CreateInvItems (slf,ItFo_Cheese ,10);
CreateInvItems (slf, ItFo_Bacon, 2);
CreateInvItems (slf, ItFo_Bread, 2);
CreateInvItems (slf,ItFo_Stew ,2); //für Abuyin
CreateInvItems (slf,ItFo_Sausage,1); //Für Mission HygalsBringBook
CreateInvItems (slf,ItFo_Water,10); //FÜR Mission fortuno
CreateInvItems (slf,ItMw_1h_Vlk_Axe ,1);
CreateInvItems (slf,ItMw_Nagelknueppel ,1);
CreateInvItems (slf,ItMw_1H_Sword_L_03 ,1);
CreateInvItems (slf,ItMw_1h_Vlk_Sword ,1);
CreateInvItems (slf,ItMw_2h_Bau_Axe , 1);
CreateInvItems (slf,ItMw_1h_Pal_Sword ,1);
CreateInvItems (slf,ItSc_PalLight ,3);
CreateInvItems (slf,ItSc_PalLightHeal ,3);
CreateInvItems (slf,ItSc_PalHolyBolt ,1);
CreateInvItems (slf,ItSc_Windfist ,3);
CreateInvItems (slf,ItSc_IceWave ,1);
};