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.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt
index 77708ab31..f6b7bd312 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;
@@ -3644,8 +3644,8 @@ que_ba,181,14,7 script Researcher#bpast_2_2 4_LGTSCIENCE,{
close;
}
-que_ba,183,25,0 warp #bpast_2to3_1 1,1,que_ba,72,25;
-que_ba,183,52,0 warp #bpast_2to3_2 1,1,que_ba,72,51;
+que_ba,183,25,0 warp #bpast_2to3_1 1,1,que_ba,72,25
+que_ba,183,52,0 warp #bpast_2to3_2 1,1,que_ba,72,51
que_ba,102,56,0 script #3room_barmunt -1,3,3,{
//OnTouch2:
@@ -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;