summaryrefslogtreecommitdiff
path: root/npc/003-0-1
diff options
context:
space:
mode:
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: