From 374ef27c48c0cf3c3d0afa8dba17ad7d85d2423e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 01:19:02 -0300 Subject: Some magic level adjust on paladin/tanker prized skills --- npc/003-0/paladin.txt | 2 +- npc/003-0/tanker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-0') diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index 3cef867d9..6f8d8bb73 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -55,7 +55,7 @@ L_Member: mesn; mesq l("Hey there! Do you want to learn new skills for a very small teaching fee?"); select - rif(sk_intcost(SM_BASH) && getskilllv(SM_BASH) < (2+MAGIC_LVL), l("Improve Bash Skill")), + rif(sk_intcost(SM_BASH) && getskilllv(SM_BASH) < (3+degree_subclass()/2), l("Improve Bash Skill")), rif(sk_intcost(AL_ANGELUS) && sk_canlvup(AL_ANGELUS), l("Improve Party Area Defense")), "","", //rif(sk_intcost(MER_INCAGI) && sk_canlvup(MER_INCAGI), l("Improve Increase Agility")), diff --git a/npc/003-0/tanker.txt b/npc/003-0/tanker.txt index ca96d2533..42d73c67c 100644 --- a/npc/003-0/tanker.txt +++ b/npc/003-0/tanker.txt @@ -54,7 +54,7 @@ L_Member: mesn; mesq l("Hey there! Do you want to learn new skills for a very small teaching fee?"); select - rif(sk_intcost(CR_TRUST) && getskilllv(CR_TRUST) < degree_subclass()/2, l("Learn Last Standing Man")), + rif(sk_intcost(CR_TRUST) && getskilllv(CR_TRUST) < 1+(degree_subclass()/2), l("Learn Last Standing Man")), "","", //rif(sk_intcost(CR_AUTOGUARD) && sk_canlvup(CR_AUTOGUARD), l("Improve Guard")), //rif(sk_intcost(CR_DEFENDER) && sk_canlvup(CR_DEFENDER), l("Improve Arrow Shield")), -- cgit v1.2.3-60-g2f50