diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 17:54:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 17:54:10 -0300 |
commit | 7c11fe7b1516132ac9ec1ca9976e61428cada8ff (patch) | |
tree | b5e56fba07d55d19b00186e67f9ee9471756d3fd /npc/012-3/alan.txt | |
parent | 4f7b0a67f46d4ba9ad67b5729718d62da29d65af (diff) | |
download | serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.gz serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.bz2 serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.xz serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.zip |
What bad formula was that o.o
Diffstat (limited to 'npc/012-3/alan.txt')
-rw-r--r-- | npc/012-3/alan.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index dbbf89d32..e1f328a23 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -89,8 +89,8 @@ OnInit: if ($ARKIM_ST > 1400) sellitem CursedArrow, -1, $ARKIM_ST-1400; - if ($ARKIM_ST > 1800) - sellitem PoisonArrow, -1, $ARKIM_ST-1800; + if ($ARKIM_ST > 2800) + sellitem PoisonArrow, -1, $ARKIM_ST-2800; end; @@ -105,7 +105,7 @@ OnClock1800: restoreshopitem IronArrow, -1, 500; if ($ARKIM_ST > 1400) restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; - if ($ARKIM_ST > 1800) - restoreshopitem PoisonArrow, -1, $ARKIM_ST-1800; + if ($ARKIM_ST > 2800) + restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800; } |