diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-30 00:20:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-30 00:20:42 -0300 |
commit | 414375325debdba6a7c78fc387058eddf3107852 (patch) | |
tree | 54524a69354e43afd100930de631a3727153ba5d /npc/017-10 | |
parent | 95e6a47bbbbd77ddd45519b6aac5875892d0d80d (diff) | |
download | serverdata-414375325debdba6a7c78fc387058eddf3107852.tar.gz serverdata-414375325debdba6a7c78fc387058eddf3107852.tar.bz2 serverdata-414375325debdba6a7c78fc387058eddf3107852.tar.xz serverdata-414375325debdba6a7c78fc387058eddf3107852.zip |
[skip ci] recalc weekly the dispatcher fees and caps.
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index fad2afc2c..d48d418fb 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -473,6 +473,8 @@ OnInit: .distance=5; // Old Maximum Profit: 10,000 GP // Coin Bag farming: 180 mobs, at 5% drop rate: 5,000 GP max + +OnSun1751: .zenycap=7500*min(1, ($GAME_STORYLINE+1)/2); .warpfee=$GAME_STORYLINE*100; end; |