summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-experience.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-03-08 18:37:54 -0600
committermekolat <mekolat@users.noreply.github.com>2016-03-30 11:22:51 -0400
commit4e50e4f9a271bbbbf71551308851718d52242a90 (patch)
tree4a5af678d1b32ca95703334755dde76f47a4e900 /world/map/npc/magic/level1-experience.txt
parent502bb1adfbe060d81b8bbcd6d41153170f43031c (diff)
downloadserverdata-4e50e4f9a271bbbbf71551308851718d52242a90.tar.gz
serverdata-4e50e4f9a271bbbbf71551308851718d52242a90.tar.bz2
serverdata-4e50e4f9a271bbbbf71551308851718d52242a90.tar.xz
serverdata-4e50e4f9a271bbbbf71551308851718d52242a90.zip
Add missing magic_exp
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: