summaryrefslogtreecommitdiff
path: root/npc/003-0/paladin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0/paladin.txt')
-rw-r--r--npc/003-0/paladin.txt7
1 files changed, 4 insertions, 3 deletions
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 "";