Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ajutor Mod Gothic 1
#20
Asta e NPC meu.Nu e prea stralucit Smile

instance STT_001_Tudor (Npc_Default)
{
//-------- primary data --------

name = "Tudor";
npctype = npctype_friend;
guild = GIL_STT;
level = 10;
voice = 2;
id = 001;

//-------- abilities --------
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 250;
attribute[ATR_HITPOINTS] = 250;

//-------- visuals --------
// animations
Mdl_SetVisual (self,"HUMANS.MDS");
Mdl_ApplyOverlayMds (self,"Humans_Relaxed.mds");
// body mesh ,bdytex,skin,head mesh ,headtex,teethtex,ruestung
Mdl_SetVisualBody (self,"hum_body_Naked0",2,2,"Hum_Head_Bald", 2, 1, -1);

B_Scale (self);
Mdl_SetModelFatness(self,0);

fight_tactic = FAI_HUMAN_STRONG;

//-------- Talente --------
Npc_SetTalentSkill (self, NPC_TALENT_BOW,2)
Npc_SetTalentSkill (self,NPC_TALENT_1H,2);//-->Aici ar fi linia 34 a lui


//-------- inventory --------

EquipItem (self, ItRw_Bow_Small_05);
EquipItem (self, ItMw_1H_Sword_Long_05);
CreateInvItems (self, ItAmArrow, 35);
CreateInvItems (self, ItFoBeer, 3);
CreateInvItems (self, ItFoApple, 5);
CreateInvItems (self, ItFo_Potion_Health_01,10);

//-------------Daily Routine-------------


//Spawn at OW_PATH_1_17_5 sau SPAWN_STT_001_TUDOR

// ************************************************************
// EXIT
// ************************************************************

INSTANCE DIA_Tudor_EXIT (C_INFO)
{
npc = STT_001_Tudor;
nr = 999;
condition = DIA_Hunkor_EXIT_Condition;
information = DIA_Hunkor_EXIT_Info;
permanent = 1;
description = DIALOG_ENDE;
};

FUNC INT DIA_Hunkor_EXIT_Condition()
{
return 1;
};

FUNC VOID DIA_Hunkor_EXIT_Info()
{
AI_StopProcessInfos (self);
};

};
Harta
Show Content
replyReply


Messages In This Thread
Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 11:53 AM
RE: Ajutor Mod Gothic 1 - by Szekemri - 03-03-2012, 12:30 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 12:35 PM
RE: Ajutor Mod Gothic 1 - by Szekemri - 03-03-2012, 01:03 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 01:06 PM
RE: Ajutor Mod Gothic 1 - by Szekemri - 03-03-2012, 01:17 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-03-2012, 01:20 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 01:29 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-03-2012, 01:30 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 09:53 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-03-2012, 09:58 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 09:59 PM
RE: Ajutor Mod Gothic 1 - by Warhell - 03-03-2012, 11:54 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-03-2012, 11:58 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 10:10 AM
RE: Ajutor Mod Gothic 1 - by Szekemri - 03-04-2012, 10:52 AM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 12:03 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 01:46 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 01:48 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 01:49 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 01:52 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 02:10 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 02:14 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 02:34 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 03:31 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 03:33 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 03:39 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 03:36 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 03:42 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 03:45 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 03:47 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 03:54 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 03:58 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 04:07 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 04:09 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 04:16 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 04:17 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 04:28 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 05:23 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 05:46 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 05:53 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 05:59 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 06:06 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 06:16 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-04-2012, 06:29 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 07:37 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 10:06 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-04-2012, 10:49 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-04-2012, 11:08 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-05-2012, 03:52 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-05-2012, 09:57 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-05-2012, 11:17 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-05-2012, 11:55 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 11:16 AM
RE: Ajutor Mod Gothic 1 - by Robi - 03-06-2012, 12:05 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 12:18 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-06-2012, 12:59 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 08:55 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-06-2012, 08:59 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 09:06 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-06-2012, 09:07 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 09:17 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-06-2012, 09:30 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-06-2012, 09:47 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-07-2012, 08:26 AM
RE: Ajutor Mod Gothic 1 - by Robi - 03-07-2012, 08:42 AM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-07-2012, 08:56 AM
RE: Ajutor Mod Gothic 1 - by soul of darkness - 03-07-2012, 11:48 AM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-07-2012, 07:12 PM
RE: Ajutor Mod Gothic 1 - by soul of darkness - 03-07-2012, 08:27 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-09-2012, 08:03 PM
RE: Ajutor Mod Gothic 1 - by Szekemri - 03-09-2012, 08:54 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-09-2012, 08:56 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-10-2012, 02:06 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-10-2012, 02:13 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-10-2012, 02:24 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-10-2012, 02:28 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-10-2012, 02:32 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-10-2012, 02:35 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-10-2012, 03:34 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-10-2012, 04:11 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-10-2012, 04:28 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-11-2012, 12:14 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 12:30 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-11-2012, 12:33 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 12:48 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-11-2012, 12:50 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 01:48 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-11-2012, 01:58 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 02:03 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-11-2012, 02:17 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-11-2012, 09:09 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 09:35 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-11-2012, 09:36 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 09:39 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-11-2012, 09:41 PM
RE: Ajutor Mod Gothic 1 - by old nick - 03-11-2012, 09:47 PM
RE: Ajutor Mod Gothic 1 - by Robi - 03-11-2012, 10:09 PM
RE: Ajutor Mod Gothic 1 - by arbitrer - 03-12-2012, 09:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Gothic Multiplayer Moderation 1 2,054 07-13-2014, 10:22 AM
Last Post: Szekemri
  Proiect:Seria Gothic in romana ajerk 3 2,521 06-29-2014, 12:52 PM
Last Post: Szekemri
  Gothic 3 Unknown Land Cryssalis 22 9,669 02-05-2014, 04:12 PM
Last Post: Cryssalis
  Ajutor pentru servere de GMP. Edd 6 3,347 10-22-2013, 06:10 PM
Last Post: Edd
  Gothic Multiplayer Video/Pics BeoWulf 30 13,458 09-08-2013, 01:27 PM
Last Post: Edd
  Project Destiny Gothic Multiplayer daniels 11 6,676 08-28-2013, 04:28 PM
Last Post: cornel
  Gothic 2 night of the raven returning mod english sleeperoldman 1 2,633 08-13-2013, 07:39 PM
Last Post: Szekemri
  Gothic 3 english version Deneky 5 3,547 06-11-2013, 01:34 AM
Last Post: Deneky
  Gothic Multiplayer: Intrebari & Raspunsuri HeRoNaMeLeSs 52 20,285 05-30-2013, 04:22 PM
Last Post: Edd
  Ai mai juca Gothic daca... ? Edg 758 245,240 05-27-2013, 07:08 PM
Last Post: Bogdan

Forum Jump:


Users browsing this thread: 23 Guest(s)