From c5269c3106fb238292cc9eaca24f1be4961b96dc Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 16 Sep 2007 17:46:44 +0000 Subject: * Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11225 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/quests_lighthalzen.txt | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 51c7b0945..f336da879 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/09/16 + * Rev. 11225 Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf] * Rev. 11224 Touch-ups to the Friendship quest. [L0ne_W0lf] - Added EXP reward. Thanks to $ephiroth for pointing it out. - Added cutins for "Maku" npc, and changed "set HP" to percentheal. diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 50f92ffcb..01c063847 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -4,7 +4,7 @@ //= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets, //= Lupus, Lord Gywall //===== Current Version: ===================================== -//= 3.5 +//= 3.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -60,6 +60,7 @@ //= 3.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //= 3.5 Touch-ups to the Friendship quest. Added EXP reward. [L0ne_W0lf] //= Added cutins for "Maku" npc, and changed "set HP" to percentheal. +//= 3.5a Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf] //============================================================ lighthalzen,1,1,7 script sneakAddSuber -1,{ @@ -2556,12 +2557,9 @@ s_Ask: mes "adventurer. When the three"; mes "of us get together, I'll be"; mes "sure to let you know~"; - if(BaseLevel < 41) getexp 49500,0; - else if(BaseLevel > 40 && BaseLevel < 61) getexp 99000,0; - else if(BaseLevel > 60 && BaseLevel < 71) getexp 198000,0; - else if(BaseLevel > 70 && BaseLevel < 81) getexp 396000,0; - else if(BaseLevel > 80 && BaseLevel < 91) getexp 594000,0; - else if(BaseLevel > 90) getexp 792000,0; + if (BaseLevel > 90) getexp 700000,0; + else if (BaseLevel > 75) getexp 400000,0; + else getexp 200000,0; getitem 7350,1; set friendship,11; set friendship3,0; -- cgit v1.2.3-60-g2f50