diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:15:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:20:46 -0300 |
commit | 956cc6b0a8e83ee69b3709d75e357ac73d56a9cc (patch) | |
tree | a9a4e3b1959f6e8e7d8b50dd0ee778b43cc1b3bd /npc/003-0-1/luca.txt | |
parent | d8d6fd73f050ba2236f3690172bdeed334ac07ff (diff) | |
download | serverdata-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/luca.txt')
-rw-r--r-- | npc/003-0-1/luca.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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: |