- Fixed Factory Quest EXP Reward. Thanks to Muad_Dib.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7640 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
effebfcfa1
commit
4ddef20db9
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user