From 97d9d60b481aca2b8646c7b9d6d6f63f22ad8777 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Sat, 4 Dec 2021 18:14:34 +0100 Subject: Mana Pearl reduced quest exp (#592) --- world/map/npc/012-3/mana-seed.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/world/map/npc/012-3/mana-seed.txt b/world/map/npc/012-3/mana-seed.txt index 33536c7a..057665e0 100644 --- a/world/map/npc/012-3/mana-seed.txt +++ b/world/map/npc/012-3/mana-seed.txt @@ -48,14 +48,14 @@ // Set up SkillUp function set @SUP_id, SKILL_MAGIC; set @SUP_name$, "Magic"; - - set @manapearl_id, 5270; - set @manapearl_exp, 500000; - set @manapearl_lvl_for_reward, 50; - set @manapearl_mexp_for_reward, 5404; - // At 5404 #abizit returned always: - // "Magic flows naturally from you, readily and with ease. Your understanding of what you can currently control at present is flawless, far beyond your requirements to cast magic at this level."; - // So i take this as needed magic exp. + + set @manapearl_id, 5270; + set @manapearl_exp, 50000; + set @manapearl_lvl_for_reward, 50; + set @manapearl_mexp_for_reward, 5404; + // At 5404 #abizit returned always: + // "Magic flows naturally from you, readily and with ease. Your understanding of what you can currently control at present is flawless, far beyond your requirements to cast magic at this level."; + // So i take this as needed magic exp. if (@has_magic) goto L_magic_start; -- cgit v1.2.3-60-g2f50