From 956cc6b0a8e83ee69b3709d75e357ac73d56a9cc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 23:15:22 -0300 Subject: You get EXP on Magic Quests by NOT paying in Maggot Slime. --- npc/003-0-1/colin.txt | 2 ++ npc/003-0-1/luca.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'npc/003-0-1') 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: -- cgit v1.2.3-60-g2f50