diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 13:15:55 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 13:15:55 +0000 |
commit | e536ed30725598649b8a41125a15b055362472af (patch) | |
tree | c0905b9ef113acc77b233904084d45fec17d9fb0 /npc/quests/The_Sign_Quest.txt | |
parent | f15d4f0e1e7f7d3aad96e3df66c040b2e8cbb16f (diff) | |
download | hercules-e536ed30725598649b8a41125a15b055362472af.tar.gz hercules-e536ed30725598649b8a41125a15b055362472af.tar.bz2 hercules-e536ed30725598649b8a41125a15b055362472af.tar.xz hercules-e536ed30725598649b8a41125a15b055362472af.zip |
* Updated experience rewards in a lot of quests to match upcoming rate adjustments changes.
- Please use 'getexp' command when rewarding experience in any lore-related quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11165 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 916bdd7ea..9627ed70c 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 2.0 +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -33,6 +33,7 @@ //= fight to finish the quest as well. Completely revamped quiz system. [SinSloth] //= 1.9 Made some changes in last event to reflect recent bug exploit fix. [SinSloth] //= 2.0 Fixed some various minor bugs. [SinSloth] +//= 2.1 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //============================================================ //===== Configuration : ====================================== prontera,1,1,1 script TheSignConfig -1,{ @@ -727,7 +728,7 @@ L_Where: mes "that the Sign really exists. Thanks"; mes "again, and I hope you stop by and"; mes "chat from time to time."; - set BaseExp,BaseExp +1823951; + getexp 1823951,0; close2; cutin "",255; end; @@ -780,7 +781,7 @@ L_Stop: mes "look at it?"; next; getitem 617,1; - set BaseExp,BaseExp + 876543; + getexp 876543,0; } set sign_fail,3; mes "[Metz]"; @@ -8371,7 +8372,7 @@ L_Success: mes "I believe she wants to see you for"; mes "some reason..."; set signquest,57; - set BaseExp,BaseExp +297000; + getexp 297000,0; close; L_Voucher: @@ -9361,7 +9362,7 @@ L_Success: mes "to me, could you kindly"; mes "give it back please?"; next; - set JobExp,JobExp + 393759; + getexp 0,393759; } mes "[Serin]"; mes "Farewell, now."; |