rohan
Dołączył: 25 Cze 2008
Posty: 4
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Pon 19:14, 08 Gru 2008 Temat postu: NPC |
|
|
Oto tutorial o tworzeniu NPC. A wieđmz jakiegođ przykładowego npcta
Cytat: |
// -----------------------------------
instance KDF_6008_Gerryt (Npc_Default) \\instance NPC'ta
{
// ------ NSC ------
name = "Gerryt"; \\Imię
guild = GIL_KDF;\\ Gildia
id = 6008; ID naszego npc, muszi być unikatowe
voice = 5;Głos od 1 do 20
npctype = NPCTYPE_FRIEND; Typ NPC
// ------ Attributes ------
B_SetAttributesToChapter(self, 1);\\Atrybuty
// ------ NSC relevant talents ------
B_GiveNpcTalents (self);\\Talenty
// ------ Fight tactic ------
fight_tactic = FAI_HUMAN_COWARD;\\ Taktyka walki
// ------ Equipted weapons ------
EquipItem (self, ItMw_Inquisitor); \\Bron którą bedzie nosić nasz npc
// ------ Inventory ------
B_CreateAmbientInv (self);
// ------ Visuals ------
B_SetNpcVisual (self, MALE, "Hum_Head_FatBald", Face_N_Normal_Cord, BodyTex_N, ITAR_KDF_H);
Mdl_SetModelFatness (self, 0);
Mdl_ApplyOverlayMds (self, "Humans_Mage.mds");\\ Wygląd naszego NPC
// ------ Fight skills ------
B_SetFightSkills (self, 0);\\ Punkty walki
};
|
To narazie tyle w razie pytań to na gg 861060
Post został pochwalony 0 razy
|
|