diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:38:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:38:32 -0300 |
commit | 059a49d13a3a1c754d862dfafa3303d90f63ef35 (patch) | |
tree | 3ca2e78bd34f712468ec6ac14ff07d047bf70f5e /npc/003-1/neko.txt | |
parent | 851f07210db1aa3938b76c478565f02974a4b648 (diff) | |
download | serverdata-059a49d13a3a1c754d862dfafa3303d90f63ef35.tar.gz serverdata-059a49d13a3a1c754d862dfafa3303d90f63ef35.tar.bz2 serverdata-059a49d13a3a1c754d862dfafa3303d90f63ef35.tar.xz serverdata-059a49d13a3a1c754d862dfafa3303d90f63ef35.zip |
Neko item refresh rates are slower, so he *may* be cheaper than Inar...
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 34d3dd174..b2aedda29 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -70,7 +70,7 @@ OnInit: sellitem ShortTankTop, 80000, 1; sellitem TrainingBow, 990, 2; sellitem Arrow, -1, rand(10000,30000); - sellitem CroconutBox, rand(2850,3000), 4; + sellitem CroconutBox, rand(2650,3000), 4; .sex = G_MALE; .distance = 5; @@ -81,7 +81,7 @@ OnClock2359: restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 80000, 1; restoreshopitem Arrow, -1, rand(10000,30000); - restoreshopitem CroconutBox, rand(2850,3000), 4; + restoreshopitem CroconutBox, rand(2650,3000), 4; end; } |