diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 12:52:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 12:52:39 -0200 |
commit | 2e3c88ef74938102f0b7a07eea30505ddb39b6bc (patch) | |
tree | 262eed1fe670c44d905924006e67b266ff3bdd05 /npc/003-1 | |
parent | 9e195a8d884e78472a7bd41bde38297be955d1c0 (diff) | |
download | serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.gz serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.bz2 serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.xz serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.zip |
Rebalance a bit Tulimshar Sailors Quest (avg profit: 800 → 1800 GP)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/eugene.txt | 4 | ||||
-rw-r--r-- | npc/003-1/neko.txt | 2 | ||||
-rw-r--r-- | npc/003-1/sailors.txt | 6 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index a80a1f012..a0bf2da47 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -98,7 +98,7 @@ L_QuestDone: OnInit: tradertype(NST_MARKET); - sellitem FishBox, 2500, 5; + sellitem FishBox, 1250, 5; sellitem CommonCarp, -1, 3; sellitem GrassCarp, -1, 1; @@ -110,7 +110,7 @@ OnClock0611: OnClock1200: OnClock1801: OnClock0003: - restoreshopitem FishBox, 2500, 5; + restoreshopitem FishBox, 1250, 5; restoreshopitem CommonCarp, -1, 3; restoreshopitem GrassCarp, -1, 1; end; diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 08bf2c9cd..5d9b63d08 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -69,7 +69,7 @@ OnInit: sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); - sellitem CroconutBox, rand(2650,3000), 4; + sellitem CroconutBox, rand(2650,2950), 4; .sex = G_MALE; .distance = 5; diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index 2322fd427..e1d69d2a7 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -81,11 +81,11 @@ L_Report: close; } inventoryplace SharpKnife, 1, CottonShirt, 1; - delitem FishBox, 3; // 7.500 GP - delitem CroconutBox, 4; // 12.000 GP → 11.200 GP + delitem FishBox, 3; // 7.500 GP → 3.750 GP + delitem CroconutBox, 4; // 12.000 GP → 10.600~11.800 GP delitem CottonCloth, 10; // 2.000 GP getexp 158, 15; - Zeny=Zeny+21500; // Profit: 800 GP + Zeny=Zeny+18750; // Profit: 1800 GP → 2.400~1.200 GP getitem SharpKnife, 1; getitem CottonShirt, 1; setq TulimsharQuest_Sailors, 2; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index c4180337f..68573beb9 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -13,7 +13,7 @@ OnInit: sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; sellitem Bread, -1, 15; - sellitem CroconutBox, rand(2800,3050), 6; + sellitem CroconutBox, rand(2800,2900), 6; sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse .sex = G_OTHER; |