O temacie
Autor CBA
Zaczęty 10.07.2009 roku
Wyświetleń 3177
Odpowiedzi 4
CBA
Wowoz
Dark
INSTANCE PC_Hero(NPC_DEFAULT){ //-------- primary data -------- name = "Ork"; Npctype = NPCTYPE_MAIN; flags = NPC_FLAG_IMMORTAL; guild = GIL_ORCWARRIOR; level = 18; voice = 15; id = 0; //------------------------------ exp = 1000; exp_next = 25000; lp = 0; //------------------------------ //--------- abilities -------- attribute[ATR_STRENGTH] = 80; attribute[ATR_DEXTERITY] = 30; attribute[ATR_MANA_MAX] = 10; attribute[ATR_MANA] = 10; attribute[ATR_HITPOINTS_MAX]= 870; attribute[ATR_HITPOINTS] = 870; //---------------------------------------------------------- protection [PROT_BLUNT] = 90; protection [PROT_EDGE] = 80; protection [PROT_POINT] = 80; protection [PROT_FIRE] = 25; protection [PROT_FLY] = 90; protection [PROT_MAGIC] = 0; //-------- visuals -------- Mdl_SetVisual (self,"orc.mds"); Mdl_SetVisualBody (self,"Orc_BodyWarrior",DEFAULT,DEFAULT,"Orc_Head", DEFAULT, DEFAULT,-1); B_Scale( self ); Mdl_SetModelFatness(self,0); //------------------------- EquipItem (self, ITMW2HORCAXE03); // FAI fight_tactic = FAI_ORC; };
sebastiansok