From 1af1042fa6439362d5eaf53db4718d04c226d42d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 21:45:13 -0300 Subject: Several rebalances, and also, fix fireball MP cost --- npc/003-0/luca.txt | 4 ++-- npc/003-0/saves.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/003-0/luca.txt b/npc/003-0/luca.txt index 0d64c2223..5abb1ee39 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -7,8 +7,8 @@ 003-0,34,41,0 script Luca NPC_PLAYER,{ if (!MAGIC_LVL) goto L_NoMagic; - mes l(".:: Assassin Class ::."); - mesc l("Specialized in skills with weapon-based damage."); + mes l(".:: Physical Sciences Class ::."); + mesc l("Specialized in skills with weapon-based damage and Assassination."); next; mesn; do { diff --git a/npc/003-0/saves.txt b/npc/003-0/saves.txt index 67cc99f02..b6ea823be 100644 --- a/npc/003-0/saves.txt +++ b/npc/003-0/saves.txt @@ -57,7 +57,7 @@ mesc l("You do not meet all requisites for this skill."), 1; break; case AB_HIGHNESSHEAL: - if (!mlearn(AB_HIGHNESSHEAL, 3, 2, SpellBookPage, 1)) + if (!mlearn(AB_HIGHNESSHEAL, 1, 2, SpellBookPage, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case SN_WINDWALK: -- cgit v1.2.3-70-g09d2