summaryrefslogtreecommitdiff
path: root/npc/042-0/arthur.txt
blob: 562148f612e3d63f4c4ec5e54cbdf6ae7cc451a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// TMW 2 Script
// Author:
//  Jesusalva
//  Micksha
// Description:
//  Part of Kamelot Guild Dungeon

042-0,58,28,0	script	King Arthur	NPC_KING_ARTHUR,{
    npctalkonce l("Don't bore me.");
    end;


OnInit:
    .distance=4;
    .sex=G_MALE;
    npcsit;
    end;

OnInstanceInit:
    .distance=4;
    .sex=G_MALE;
    npcsit;
    end;
}