From 02b15e5dbf41275a81d8e20ea4923d416bc6766e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 00:08:07 -0300 Subject: Audsbel constant and definition. Report broken Paladin Skills --- npc/003-0/paladin.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/003-0/paladin.txt') diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index eba41aecf..199054000 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -46,10 +46,11 @@ 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) && sk_canlvup(SM_BASH), l("Improve Bash Skill")), + rif(sk_intcost(SM_BASH) && getskilllv(SM_BASH) < (2+MAGIC_LVL), 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")), - rif(sk_intcost(PR_REDEMPTIO) && !getskilllv(PR_REDEMPTIO), l("Learn Redemption")), + "","", + //rif(sk_intcost(MER_INCAGI) && sk_canlvup(MER_INCAGI), l("Improve Increase Agility")), + //rif(sk_intcost(PR_REDEMPTIO) && !getskilllv(PR_REDEMPTIO), l("Learn Redemption")), rif(sk_intcost(CR_TRUST) && !getskilllv(CR_TRUST), l("Learn Last Standing Man")), l("Nothing at the moment."); mes ""; -- cgit v1.2.3-60-g2f50