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/quests_hugel.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/quests_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index 7a05815a1..d4a2611a6 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets & SinSloth //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.2 Added Odin Temple Excavation quest. [SinSloth] //= 1.3 Added a Missing "close;". [Samuray22] //= -Thanks to Elfange +//= 1.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //============================================================ //------------------------------------------------------------------------- @@ -700,7 +701,7 @@ OnTouch: specialeffect 71; set hg_herb,13; getitem 603,1; //Old blue box - set BaseExp,BaseExp+50000; + getexp 50000,0; } else { @@ -1317,7 +1318,7 @@ ein_in01,16,36,3 script Morriphen 86,{ mes "I won't have to worry"; mes "about you. Take care~"; set hg_bio,9; - set BaseExp,BaseExp+700000; + getexp 700000,0; close; } else if(hg_bio == 9) @@ -1529,7 +1530,7 @@ hu_in01,326,307,3 script Siria 90,{ mes "I just... I just need to relax."; mes "Thank you for everything..."; set hg_bio,8; - set BaseExp,BaseExp+500000; + getexp 500000,0; close; } else if(hg_bio == 8) @@ -5354,7 +5355,7 @@ hugel,196,164,3 script El Schatt 50,{ next; specialeffect2 71; set hg_memory,12; - set BaseExp,BaseExp+50000; + getexp 50000,0; getitem 603,1; //Old blue box mes "[El Schatt]"; mes "Oh... Oh dear"; @@ -5685,7 +5686,7 @@ hu_fild06,190,367,3 script Torpy's Mom 701,{ specialeffect2 71; set hg_ubu01,8; getitem 12065,3; //Green salad - set BaseExp,BaseExp+50000; + getexp 50000,0; close; } else if(hg_ubu01 == 7) @@ -5707,7 +5708,7 @@ hu_fild06,190,367,3 script Torpy's Mom 701,{ specialeffect2 68; set hg_ubu01,8; getitem 12065,3; //Green salad - set BaseExp,BaseExp+50000; + getexp 50000,0; close; } else if(hg_ubu01 == 8) @@ -6424,7 +6425,7 @@ hu_in01,15,372,3 script Cellette Lavit 74,{ mes "you so much for your help~"; set hg_odeng,0; getitem 584,3; //Skewer soup - set BaseExp,BaseExp+1000; + getexp 1000,0; next; mes "[Cellette]"; mes "It was really nice working"; @@ -7175,8 +7176,7 @@ yuno,111,156,3 script Euslan 90,{ close2; set hg_ma1,13; specialeffect 253; - set BaseExp,BaseExp+900000; - set JobExp,JobExp+600000; + getexp 900000,600000; end; } else if(hg_ma1 == 13) |