summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/north_shops.txt
blob: 81a05a20dc333bfe506f02becfb5064b336fa8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Northern shopping plaza

// More high-end stuff to satisfy the richer people in Royal Tulimshar

// Some clothing
021-1.gat,135,36,0|shop|Inar|108,CottonShirt :-1,CottonShorts :-1,CottonBoots :-1,CottonHeadband :-1

021-1.gat,129,40,0|script|Well|400,
{
    callfunc "WaterBottle";
    end;
}

// An officer (for security)
021-1.gat,128,37,0|script|Officer|150,
{
    mes "[Officer]";
    mes "I'm here for extra security for this market.";
    close;
}