summaryrefslogtreecommitdiff
path: root/npc/003-0-2/misc.txt
blob: e56e6a0157bf7b113f18fee01383bd00a18023b6 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
// TMW2 Script
// Author:
//  Jesusalva
// Description:
//  Miscellaneous utilities for the magic council

003-0-2,28,42,0	script	Lloyd	NPC_LLOYD,{
    Banker(.name$, "Magic Guild", 1000000);
    close;

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

// 003-0-3 witness list
003-0-3,34,32,0	script	Sagratha#Witness	NPC_SAGRATHA,{
    end;
OnInit:
    .sex = G_FEMALE; .distance = 1; disablenpc .name$;
    end;
}

003-0-3,35,32,0	script	Hasan#Witness	NPC_ELVEN_MAN_RED,{
    end;
OnInit:
    .sex = G_FEMALE; .distance = 1; disablenpc .name$;
    end;
}

003-0-3,34,32,0	script	Elli#Witness	NPC_ELLI,{
    end;
OnInit:
    .sex = G_FEMALE; .distance = 1; disablenpc .name$;
    end;
}