summaryrefslogtreecommitdiff
path: root/npc/026-2/gy_inn_shops.txt
blob: 532fe9da799853c08238d97dc02719a619f61a42 (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
026-2,30,56,0	shop	Chef#graveyard	NPC300,784:30,785:25,786:30,787:55
026-2,38,30,0	shop	Estrilda	NPC301,788:30,789:30,790:50

026-2,40,24,0	script	Edwin	NPC309,{
    @npcname$ = "Edwin";

    mes "[" + @npcname$ + "]";
    mes "\"This place is always busy.\"";
    next;
    mes  "\"Be careful about bumping into the patrons, they might not take it kindly if you spill their drink.\"";
    close;
}

026-2,75,23,0	script	Barbara Grey	NPC320,{
    @npcname$ = "Barbara Grey";
    @Cost = 1000;

    mes "[" + @npcname$ + "]";
    mes "\"Don't be shy, darling.";
    mes "\"Come on in and have a nice long... long slumber...";
    next;
    callfunc "Inn";
    close;
}

026-2,31,119,0	shop	Leofwin	NPC304,501:25,502:35,518:25,566:50,567:250,568:250,613:10,631:250,740:200,772:350,773:350,774:350

026-2,22,120,0	shop	Umfrey	NPC302,1282:20,1281:500
026-2,25,120,0	script	J.P. Morbid	NPC321,{
    @npcname$ = "J.P. Morbid";
    callfunc "Banker";
    close;
}