diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 23:19:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 23:19:12 -0300 |
commit | 5003065eba01aa2ea33e1b7302de746348f6ac07 (patch) | |
tree | e4f4d6be38303bb5d80d67cc0c2b568825e0cb1f /npc/003-1/hasan.txt | |
parent | 075f4707e58a91ef1f89ae56315abd471a7cb7bd (diff) | |
download | serverdata-5003065eba01aa2ea33e1b7302de746348f6ac07.tar.gz serverdata-5003065eba01aa2ea33e1b7302de746348f6ac07.tar.bz2 serverdata-5003065eba01aa2ea33e1b7302de746348f6ac07.tar.xz serverdata-5003065eba01aa2ea33e1b7302de746348f6ac07.zip |
You get 1 xp for each 20 scorpions killed during event, regardless of specie.
I predict some players grinding on Candor Scorp...
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 7f0401258..fefb400a4 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -106,6 +106,8 @@ L_Complete: mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); mes l("Total money collected: @@ GP", $HASAN_LT); mes l("##2Your prize: @@ GP", ); + if (getq2(SQuest_Autumn) > 20) + getexp (getq2(SQuest_Autumn)/20), 0; if (.@p >= 1) Zeny=Zeny+.@p; setq SQuest_Autumn, 1970, 0; |