summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-experience.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-experience.txt')
-rw-r--r--world/map/npc/magic/level1-experience.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/magic/level1-experience.txt b/world/map/npc/magic/level1-experience.txt
index 0d6b5459..323abc54 100644
--- a/world/map/npc/magic/level1-experience.txt
+++ b/world/map/npc/magic/level1-experience.txt
@@ -8,7 +8,6 @@
callfunc "adjust_spellpower";
set Sp, Sp - 1;
misceffect FX_MAGIC_GENERIC, strcharinfo(0);
- callfunc "magic_exp"; // no exp for this spell
set @ratio, ((@last_exp*10) - rand(.MAX_MAGIC_EXP[@level]/30))/.MAX_MAGIC_EXP[@level];
set @mes$, "You feel completely overwhelmed by your magic.";
@@ -27,7 +26,6 @@
if(@ratio >= 45 && @level < MAX_MAGIC_LEVEL) set @mes$, @mes$ + " Surely the Mana Seed will more than readily offer more magic for such a proficient user.";
if(@level >= 5) set @mes$, "You are as proficient at magic as you can possibly be."; // this is the maximum magic level
message strcharinfo(0), "Magic : ##3##B"+@mes$;
- // TODO put magic_exp somewhere
end;
OnInit: