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/025-1 | |
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/025-1')
-rw-r--r-- | npc/025-1/yuko.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index f48e1dbce..81336bf70 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -37,6 +37,23 @@ OnInit: sellitem PoisonAmmoBox, -1, 10; sellitem CursedAmmoBox, -1, 15; sellitem PileOfAsh, -1, 25; + sellitem BoneKnife, -1, 1; + sellitem LeaderWand, -1, 1; + sellitem BromenalShield, -1, 1; + sellitem LightPlatemail, -1, 1; + sellitem BromenalPants, -1, 1; + sellitem CandleHelmet, -1, 1; + sellitem WarlordHelmet, -1, 1; + end; + +OnWed0016: + restoreshopitem BoneKnife, 1; + restoreshopitem LeaderWand, 1; + restoreshopitem BromenalShield, 1; + restoreshopitem LightPlatemail, 1; + restoreshopitem BromenalPants, 1; + restoreshopitem CandleHelmet, 1; + restoreshopitem WarlordHelmet, 1; end; OnClock1149: |