summaryrefslogtreecommitdiff
path: root/npc/003-1/inar.txt
blob: 73e19c7c04646c551a05d08596c564e0d7cac6cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Author:
//    Saulc

003-1,109,109,0	script	Inar	NPC_PLAYER,{


hello;

OnInit:
    .@npcId = getnpcid(0, "Inar");
    setunitdata(.@npcId, UDT_HEADTOP, 2936);
    setunitdata(.@npcId, UDT_HEADMIDDLE, 1316);
    setunitdata(.@npcId, UDT_HEADBOTTOM, 2213);
    setunitdata(.@npcId, UDT_WEAPON, 1800); // Boots
    setunitdata(.@npcId, UDT_HAIRSTYLE, 4);
    setunitdata(.@npcId, UDT_HAIRCOLOR, 1);

    .sex = G_MALE;
    .distance = 5;
    end;
}