summaryrefslogtreecommitdiff
path: root/npc/quests/quests_morocc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r--npc/quests/quests_morocc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt
index 77708ab31..174a859d6 100644
--- a/npc/quests/quests_morocc.txt
+++ b/npc/quests/quests_morocc.txt
@@ -1616,7 +1616,7 @@ morocc,159,113,3 script Chief Balrog 4_M_CRU_OLD,{
mes "Once again, I thank you for your distinguished service on behalf of the Continental Guard and the Rune-Midgarts Kingdom. I'll report your great achievement to His Majesty right away.";
next;
delitem 7820,1; //Morroc_Skin
- getexp (checkre(3))?200000:2000000,0;
+ getexp RENEWAL_EXP?200000:2000000,0;
rebirth_moc_edq = 7;
changequest 3055,3056;
mes "[Chief Balrog]";
@@ -2396,7 +2396,7 @@ moc_ruins,137,70,3 script Book-Touching Man#garas 1_M_02,{
delitem 7797,1; //Author_Memo
delitem 7796,1; //Author_Autograph
barmunt_crow = 16;
- if (checkre(3))
+ if (RENEWAL_EXP)
getexp 90000,90000;
else
getexp 900000,900000;
@@ -5268,7 +5268,7 @@ prt_castle,117,163,5 script Inspector#prince 4_M_SAGE_C,{
mes "[Inspector]";
mes "So, keep up the good work.";
mes "For the Kingdom of Rune Midgarts!";
- if (checkre(3)) {
+ if (RENEWAL_EXP) {
if ((BaseLevel > 80) && (BaseLevel < 86)) getexp 40000,0;
else if ((BaseLevel > 85) && (BaseLevel < 91)) getexp 45000,0;
else if ((BaseLevel > 90) && (BaseLevel < 96)) getexp 50000,0;