summaryrefslogtreecommitdiff
path: root/npc/003-0-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-07 23:15:22 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-07 23:20:46 -0300
commit956cc6b0a8e83ee69b3709d75e357ac73d56a9cc (patch)
treea9a4e3b1959f6e8e7d8b50dd0ee778b43cc1b3bd /npc/003-0-1
parentd8d6fd73f050ba2236f3690172bdeed334ac07ff (diff)
downloadserverdata-956cc6b0a8e83ee69b3709d75e357ac73d56a9cc.tar.gz
serverdata-956cc6b0a8e83ee69b3709d75e357ac73d56a9cc.tar.bz2
serverdata-956cc6b0a8e83ee69b3709d75e357ac73d56a9cc.tar.xz
serverdata-956cc6b0a8e83ee69b3709d75e357ac73d56a9cc.zip
You get EXP on Magic Quests by NOT paying in Maggot Slime.
Diffstat (limited to 'npc/003-0-1')
-rw-r--r--npc/003-0-1/colin.txt2
-rw-r--r--npc/003-0-1/luca.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt
index 882270a70..ab484dbaf 100644
--- a/npc/003-0-1/colin.txt
+++ b/npc/003-0-1/colin.txt
@@ -56,6 +56,7 @@ L_JoinReq:
case 1:
delitem DivineApple, 1;
+ getexp $MANA_BLVL*100, $MANA_JLVL*10;
goto L_Tier1Ok;
break;
case 2:
@@ -64,6 +65,7 @@ L_JoinReq:
// it won't find and will terminate the script. No lame cheating.
// Of course, all 39 eggs are gone for and I can't do anything about it.
delitem SnakeEgg, 40;
+ getexp $MANA_BLVL*100, $MANA_JLVL*10;
goto L_Tier1Ok;
break;
case 3:
diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt
index c6671ae34..77863c3ec 100644
--- a/npc/003-0-1/luca.txt
+++ b/npc/003-0-1/luca.txt
@@ -56,6 +56,7 @@ L_JoinReq:
case 1:
delitem DivineApple, 1;
+ getexp $MANA_BLVL*100, $MANA_JLVL*10;
goto L_Tier1Ok;
break;
case 2:
@@ -64,6 +65,7 @@ L_JoinReq:
// it won't find and will terminate the script. No lame cheating.
// Of course, all 39 eggs are gone for and I can't do anything about it.
delitem SnakeEgg, 40;
+ getexp $MANA_BLVL*100, $MANA_JLVL*10;
goto L_Tier1Ok;
break;
case 3: