summaryrefslogtreecommitdiff
path: root/npc/002-3/merchant.txt
blob: 0b6bebfbd087673b8704f3b90f88fed001cfb750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// The Mana World Script
// (C) Jesusalva, 2021
// Licensed under GPLv2 or later

002-3,60,47,0	script	Ishyah	NPC109,{
    shop .name$;
    goodbye;
    close;

OnInit:
    tradertype(NST_ZENY);
    sellitem MinersHat;
    sellitem MinerGloves;
    sellitem ShortBow;
    sellitem Arrow, 2;
    sellitem LeatherShield;
    .distance = 5;
    end;
}