summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/north_shops.txt
blob: db6dea50ecb52d8e859a6d3897173c824a758a13 (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;
}