diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:40:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:40:20 -0300 |
commit | 4f48712d5a2aa2b76ce971c3201a7605d5f4f32b (patch) | |
tree | beb1e543a0a80c7ba28a52e3988fbf3faa28fa6c | |
parent | dde60d7b8c8c51a7f58aa4e0b54b66a49a0e4da7 (diff) | |
download | serverdata-4f48712d5a2aa2b76ce971c3201a7605d5f4f32b.tar.gz serverdata-4f48712d5a2aa2b76ce971c3201a7605d5f4f32b.tar.bz2 serverdata-4f48712d5a2aa2b76ce971c3201a7605d5f4f32b.tar.xz serverdata-4f48712d5a2aa2b76ce971c3201a7605d5f4f32b.zip |
Allow players 800 GP profit on Sailors quest.
-rw-r--r-- | npc/003-1/sailors.txt | 6 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index 9d6e92203..a22ca890d 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -78,11 +78,11 @@ L_Report: close; } inventoryplace Dagger, 1; - delitem FishBox, 3; // 7.500 GP - delitem CroconutBox, 4; // 12.000 GP + delitem FishBox, 3; // 7.500 GP + delitem CroconutBox, 4; // 12.000 GP → 11.200 GP delitem CottonCloth, 10; // 2.000 GP getexp 150, 20; - Zeny=Zeny+21500; + Zeny=Zeny+21500; // Profit: 800 GP getitem Dagger, 1; // Sell Price: around 300 GP setq TulimsharQuest_Sailors, 2; mesn; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index ddfedf18f..37eb8a179 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, 3000, 6; + sellitem CroconutBox, 2800, 6; sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse .sex = G_OTHER; |