summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/gy_inn_shops.txt
blob: 1cf4eebff4480398749a5d9b12d0e9c9c5c08397 (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
// chef: function,
// barmaid: function,
// shopkeeper: multiples and function,
// magic undead shop: function,
// chief barman: function,
// receptionist: function,
// banker: function


027-2.gat,75,22,0	shop	Chef	300,784:-1,785:-1,786:-1,787:-1
027-2.gat,90,36,0	shop	Barmaid	301,788:-1,789:-1,790:-1
027-2.gat,93,22,0	shop	Shopkeeper	302,586:1000,524:1600,544:10000,632:10000,528:1000,735:1
027-2.gat,56,99,0	shop	Magic Undead Shop	304,501:-1,502:-1,518:100,567:-1,568:-1,631:1000,772:-1,773:-1,774:-1
027-2.gat,106,22,0	shop	Chief Barman	309,784:-1,785:-1,786:-1,787:-1,788:-1,789:-1,790:-1

// Inn
027-2.gat,107,39,0	script	Bloody Receptionist	320,{
	set @npcName$, "Barbara Grey";
	set @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;
}

// Bank and Storage
027-2.gat,88,22,0	script	Undead Banker	321,{
	set @npcName$, "J.P. Morbid";
	callfunc "Banker";
	close;
}