summaryrefslogtreecommitdiff
path: root/npc/quests/seals/megingard_seal.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-05-08 16:15:07 +0200
committerHaru <haru@dotalux.com>2015-05-08 16:21:05 +0200
commitad9a14992cde8ad6759263da37e723b2b1825981 (patch)
treef6c168973bb2d2c5f243ad1c5688ae15439dcc5c /npc/quests/seals/megingard_seal.txt
parent513059cad7510c20f44e1a19f731efbe2f28dbec (diff)
downloadhercules-ad9a14992cde8ad6759263da37e723b2b1825981.tar.gz
hercules-ad9a14992cde8ad6759263da37e723b2b1825981.tar.bz2
hercules-ad9a14992cde8ad6759263da37e723b2b1825981.tar.xz
hercules-ad9a14992cde8ad6759263da37e723b2b1825981.zip
Replaced checkre() calls with constants
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/seals/megingard_seal.txt')
-rw-r--r--npc/quests/seals/megingard_seal.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt
index bb0d35f6c..bde57eb6c 100644
--- a/npc/quests/seals/megingard_seal.txt
+++ b/npc/quests/seals/megingard_seal.txt
@@ -2652,7 +2652,7 @@ aldebaran,66,213,0 script Lady#megin 1_F_04,{
mes "I really appreciate you coming here to talk to me about the old days. I, I want you to have this.";
god_eremes = 28;
getitem 603,1; // Old_Blue_Box
- if (checkre(3)) {
+ if (RENEWAL_EXP) {
if (BaseLevel < 56) getexp 2700,0;
else if ((BaseLevel > 55) && (BaseLevel < 61)) getexp 3000,0;
else if ((BaseLevel > 60) && (BaseLevel < 66)) getexp 5605,0;
@@ -3191,7 +3191,7 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{
specialeffect EF_LOCKON;
specialeffect2 EF_HOLYCROSS;
god_eremes = 27;
- if (checkre(3)) {
+ if (RENEWAL_EXP) {
if (BaseLevel < 56) getexp 2700,0;
else if ((BaseLevel > 55) && (BaseLevel < 61)) getexp 3000,0;
else if ((BaseLevel > 60) && (BaseLevel < 66)) getexp 5605,0;
@@ -3249,7 +3249,7 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{
specialeffect EF_LOCKON;
specialeffect2 EF_HOLYCROSS;
god_eremes = 27;
- if (checkre(3)) {
+ if (RENEWAL_EXP) {
if (BaseLevel < 56) getexp 2700,0;
else if ((BaseLevel > 55) && (BaseLevel < 61)) getexp 3000,0;
else if ((BaseLevel > 60) && (BaseLevel < 66)) getexp 5605,0;