diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-18 01:00:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-18 01:00:40 -0300 |
commit | 9682c3cb93e31ed276f3d790812acb91d2850106 (patch) | |
tree | 379cb3976354c8f22572f241fe054eae6f19b511 /npc/012-5 | |
parent | 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (diff) | |
download | serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.gz serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.bz2 serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.xz serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.zip |
Several weapons and armors are now sold in shops! \o/
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 33241971a..706a84a2e 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -253,11 +253,18 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); + sellitem Backsword, -1, 1; + sellitem ShortGladius, -1, 1; + sellitem BugSlayer, -1, 1; + sellitem WoodenSword, -1, 3; sellitem Dagger, 600, 5; sellitem SharpKnife, 450, 10; end; OnClock0009: + restoreshopitem Backsword, 1; + restoreshopitem ShortGladius, 1; + restoreshopitem BugSlayer, 1; OnClock0603: OnClock1207: OnClock1801: |