diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:23:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:23:59 -0300 |
commit | 7dcd5458ad1b64976b6d16f86c90ab3ef44bac84 (patch) | |
tree | ccae8203d4693f4026345a223d0fcaa9cea4bb89 | |
parent | 6133f8330f9abaf3611164b31b33534122e61438 (diff) | |
download | serverdata-7dcd5458ad1b64976b6d16f86c90ab3ef44bac84.tar.gz serverdata-7dcd5458ad1b64976b6d16f86c90ab3ef44bac84.tar.bz2 serverdata-7dcd5458ad1b64976b6d16f86c90ab3ef44bac84.tar.xz serverdata-7dcd5458ad1b64976b6d16f86c90ab3ef44bac84.zip |
Minor rewrite for better readability
-rw-r--r-- | npc/003-1/neko.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index e9338449a..7687983c9 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -78,16 +78,17 @@ OnInit: .distance = 5; end; +OnClock1149: OnClock2359: restoreshopitem LeatherShirt, 12000, 1; - restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; + restoreshopitem TrainingBow, 990, 2; + restoreshopitem CottonCloth, 3; + restoreshopitem RoastedMaggot, 2; restoreshopitem ArrowAmmoBox,rand(5,10); restoreshopitem Arrow, rand(10000,30000); - restoreshopitem CottonCloth, -1, 3; - restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; - restoreshopitem EmptyBox, -1, 2; + restoreshopitem EmptyBox, 2; end; } |