From 5003065eba01aa2ea33e1b7302de746348f6ac07 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 23:19:12 -0300 Subject: You get 1 xp for each 20 scorpions killed during event, regardless of specie. I predict some players grinding on Candor Scorp... --- npc/003-1/hasan.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/003-1') 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; -- cgit v1.2.3-70-g09d2