diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-06 17:20:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-06 17:20:28 -0300 |
commit | 1d0cbf1be231e03a174e07eeb6d0fe1809c6a131 (patch) | |
tree | 3648edbfc4972c723cf46f2c9a2f12242c52c6a9 /npc/003-1 | |
parent | 753b81287ab1fede17a83262ef224e40387254b1 (diff) | |
download | serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.gz serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.bz2 serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.xz serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.zip |
Hasan wasn't serious on GP collection. Now he is.
Remember the money poll is set a year before the rewards are handed.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 5108c0b2d..658e4d398 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -195,7 +195,7 @@ OnDay0920: // Once autumn is over (21/12) restart GP poll and send value to backup OnDay1221: $HASAN_LT=0+$HASAN_GP; - $HASAN_GP=2000; + $HASAN_GP=2000+(TOP3AVERAGELVL()*100); end; } |