* Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11225 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-09-16 17:46:44 +00:00
parent 7ac9a68137
commit 2fbcdad783
2 changed files with 6 additions and 7 deletions

View File

@ -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.

View File

@ -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;