summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/gate_guards.txt
blob: dea801efb8acf349052c969ff0eb73e972aea620 (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
// Guard near the magic school
001-1,39,33,0|script|Guard#school|104
{
    mes "[Guard]";
    mes "\"I'm just here to provide a presence for the guards at this gate. The mages here can defend themselves without problem.\"";
    close;
}
001-1,56,47,0|script|Guard#castle|104
{
    mes "[Guard]";
    mes "\"The volcano and earthquake did a lot of damage, but the citizens of Tulimshar sure did a good job of cleaning up.\"";
    close;
}

001-1,61,99,0|script|Guard#east3|104
{
    mes "[Guard]";
    mes "\"The Palace is North of here. That is where you will find the Council of Wizards.\"";
    close;
}
001-1,53,72,0|script|Guard#govt_out|123
{
    mes "[Guard]";
    mes "\"This is a government building. They have some clerical and tax offices in here. There is also a jail in the subbasement.\"";
    close;
}