summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-19 11:06:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-19 11:06:16 -0300
commitc4c82c1903fe6537ab86f36dfe7c5044c5072229 (patch)
tree01180e93affc65f8d97532a3c1458b9d9d512482
parent28411110f5778c54c010c5029b40d5a5345c4f46 (diff)
downloadserverdata-c4c82c1903fe6537ab86f36dfe7c5044c5072229.tar.gz
serverdata-c4c82c1903fe6537ab86f36dfe7c5044c5072229.tar.bz2
serverdata-c4c82c1903fe6537ab86f36dfe7c5044c5072229.tar.xz
serverdata-c4c82c1903fe6537ab86f36dfe7c5044c5072229.zip
Rebalance Hermit research fees
-rw-r--r--npc/012-3/alan.txt16
-rw-r--r--npc/015-3/hermit.txt16
2 files changed, 16 insertions, 16 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt
index e9fd486fe..dbbf89d32 100644
--- a/npc/012-3/alan.txt
+++ b/npc/012-3/alan.txt
@@ -87,10 +87,10 @@ OnInit:
sellitem Arrow, -1, 1000;
sellitem IronArrow, -1, 500;
- if ($ARKIM_ST >= 400)
- sellitem CursedArrow, -1, $ARKIM_ST-399;
- if ($ARKIM_ST >= 800)
- sellitem PoisonArrow, -1, $ARKIM_ST-799;
+ if ($ARKIM_ST > 1400)
+ sellitem CursedArrow, -1, $ARKIM_ST-1400;
+ if ($ARKIM_ST > 1800)
+ sellitem PoisonArrow, -1, $ARKIM_ST-1800;
end;
@@ -103,9 +103,9 @@ OnClock1800:
restoreshopitem TrainingArrow, -1, 2000;
restoreshopitem Arrow, -1, 1000;
restoreshopitem IronArrow, -1, 500;
- if ($ARKIM_ST >= 400)
- restoreshopitem CursedArrow, -1, $ARKIM_ST-399;
- if ($ARKIM_ST >= 800)
- restoreshopitem PoisonArrow, -1, $ARKIM_ST-799;
+ if ($ARKIM_ST > 1400)
+ restoreshopitem CursedArrow, -1, $ARKIM_ST-1400;
+ if ($ARKIM_ST > 1800)
+ restoreshopitem PoisonArrow, -1, $ARKIM_ST-1800;
}
diff --git a/npc/015-3/hermit.txt b/npc/015-3/hermit.txt
index 863007a9a..715ba5625 100644
--- a/npc/015-3/hermit.txt
+++ b/npc/015-3/hermit.txt
@@ -69,14 +69,14 @@ L_Research:
next;
select
l("Thanks."),
- rif($ARKIM_ST >= 400, l("Cursed Arrows")),
- rif($ARKIM_ST >= 800, l("Poison Arrows")),
- rif($ARKIM_ST >= 200, l("Piberries Infusion")),
- rif($ARKIM_ST >= 600, l("Fate's Potion")),
- rif($ARKIM_ST >= 1000, l("Clotho Liquor")),
- rif($ARKIM_ST >= 1200, l("Lachesis Brew")),
- rif($ARKIM_ST >= 1600, l("Atropos Mixture")),
- rif($ARKIM_ST >= 2000, l("Dark Desert Mushroom"));
+ rif($ARKIM_ST >= 1400, l("Cursed Arrows")),
+ rif($ARKIM_ST >= 1800, l("Poison Arrows")),
+ rif($ARKIM_ST >= 1200, l("Piberries Infusion")),
+ rif($ARKIM_ST >= 1600, l("Fate's Potion")),
+ rif($ARKIM_ST >= 2000, l("Clotho Liquor")),
+ rif($ARKIM_ST >= 2700, l("Lachesis Brew")),
+ rif($ARKIM_ST >= 3600, l("Atropos Mixture")),
+ rif($ARKIM_ST >= 4500, l("Dark Desert Mushroom"));
mes "";
mesn;