Witam. Mam problem z Programem Greekains NPC GENERATOR . Mianowicie, gdy dodaję postać już, reaparsuje to wyskakuje błąd że coś niby z 40 linijką jest nie tak, patrzę w nią ale tam nie ma nic, pusta linijka..
A tu macie skrypt:
///////////////////////////////////////
// Created with Grekain's NPC Generator //
///////////////////////////////////////
instance PAL_52030_tesheropaladyn (NPC_Default)
{
// ----- NPC -----
name = "tesheropaladyn";
guild = 1;
id = 52030;
voice = 7;
flags = 0;
npctype = NPCTYPE_AMBIENT;
level = 20;
// ----- Attributes -----
attribute[ATR_STRENGTH] = 100;
attribute[ATR_DEXTERITY] = 100;
attribute[ATR_HITPOINTS_MAX] = 550;
attribute[ATR_HITPOINTS] = 550;
attribute[ATR_MANA_MAX] = 100;
attribute[ATR_MANA] = 100;
// ----- Hitchance -----
HitChance [NPC_TALENT_1H] = 50;
HitChance [NPC_TALENT_2H] = 25;
HitChance [NPC_TALENT_BOW] = 50;
HitChance [NPC_TALENT_CROSSBOW] = 25;
B_SetNpcVisual (self, MALE, "HUM_HEAD_THIEF", Face_N_Raven, BodyTex_P, ITAR_PAL_H);
Mdl_SetModelFatness (self, 0);
Mdl_ApplyOverlayMds (self, "Humans_Walk.mds");
// ----- Give NPC his Talents -----
B_GiveNpcTalents (self);
// ----- Inventory -----
EquipItem (self, ItMw_1h_Pal_Sword);
EquipItem (self, ItRw_Bow_H_02);
co tu jest nie tak?