summaryrefslogtreecommitdiff
path: root/npc/cities/einbroch.txt
diff options
context:
space:
mode:
authorKargha <Kargha@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-12 20:48:39 +0000
committerKargha <Kargha@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-12 20:48:39 +0000
commit228db31910c3c6ae732eb67393ddae7649c0f67d (patch)
tree84f235a6d168a60bdbb5cb3d37724606f7cc12fc /npc/cities/einbroch.txt
parent5eca0f4fbf1e4ae5c8aceccdd623f400a137355a (diff)
downloadhercules-228db31910c3c6ae732eb67393ddae7649c0f67d.tar.gz
hercules-228db31910c3c6ae732eb67393ddae7649c0f67d.tar.bz2
hercules-228db31910c3c6ae732eb67393ddae7649c0f67d.tar.xz
hercules-228db31910c3c6ae732eb67393ddae7649c0f67d.zip
- Fixed Factory Quest EXP Reward. Thanks to Muad_Dib.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7640 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/einbroch.txt')
-rw-r--r--npc/cities/einbroch.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt
index 78405f59f..59a1232c0 100644
--- a/npc/cities/einbroch.txt
+++ b/npc/cities/einbroch.txt
@@ -1335,9 +1335,13 @@ s_Switches:
delitem 7317,10;
delitem 7319,10;
set EinFactory,16;
- if (BaseLevel < 80) set BaseExp,BaseExp+35000;
- if ((BaseLevel >= 80) && (BaseLevel < 90)) set BaseExp,BaseExp+88000;
- if (BaseLevel >= 90) set BaseExp,BaseExp+367000;
+ if (BaseLevel < 41) set BaseExp,BaseExp+615;
+ if ((BaseLevel >= 40) && (BaseLevel < 50)) set BaseExp,BaseExp+3075;
+ if ((BaseLevel >= 50) && (BaseLevel < 60)) set BaseExp,BaseExp+6604;
+ if ((BaseLevel >= 60) && (BaseLevel < 70)) set BaseExp,BaseExp+18508;
+ if ((BaseLevel >= 70) && (BaseLevel < 80)) set BaseExp,BaseExp+32062;
+ if ((BaseLevel >= 80) && (BaseLevel < 90)) set BaseExp,BaseExp+76026;
+ if (BaseLevel >= 90) set BaseExp,BaseExp+290675;
mes "[Zelmeto]";
mes "I don't know how";
mes "I can possible pay you";