summaryrefslogtreecommitdiff
path: root/npc/quests/skills/swordsman_skills.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/skills/swordsman_skills.txt')
-rw-r--r--npc/quests/skills/swordsman_skills.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/quests/skills/swordsman_skills.txt b/npc/quests/skills/swordsman_skills.txt
index df3331525..4558754b6 100644
--- a/npc/quests/skills/swordsman_skills.txt
+++ b/npc/quests/skills/swordsman_skills.txt
@@ -3,22 +3,22 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 1.0a
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
//= <Description>
//===== Additional Comments: =================================
//= Fully working
-//=1.0a Now using functions found in "Global_Functions.txt" for
-//= class checks.
+//= 1.0a Now using functions found in "Global_Functions.txt"
+//= for class checks.
+//= 1.1 Added missing delitem [Lupus]
//============================================================
//<-------------------------------------- Fatal Blow------------------------------------>\\
-prt_in.gat,75,88,5 script Leon 85,
-{
+prt_in.gat,75,88,5 script Leon 85,{
mes "[Leon]";
if(callfunc("Is_Sword_Class")) goto L_Start;
if(Class == Job_Novice) goto L_Novice;
@@ -159,8 +159,7 @@ L_Done:
//<---------------------------------- Moving HP Recovery ---------------------------------->\\
-izlude_in.gat,175,130,2 script Knight De Thomas 98,
-{
+izlude_in.gat,175,130,2 script Knight De Thomas 98,{
mes "[Knight De Thomas]";
if(callfunc("Is_Sword_Class")) goto L_Start;
@@ -235,6 +234,8 @@ L_Check:
mes "Haha! You have just learned HP Moving Recovery!";
delitem 713,200;
delitem 1058,1;
+//-- Padded armor does not have to be deleted! --
+// delitem 2312,1;
skill 144,1,0;
set MOVHPREC, 0;
next;
@@ -261,8 +262,7 @@ L_Check:
//<----------------------------------------- Auto-Berserk --------------------------------->\\
-prt_in.gat,94,57,3 script Juan 85,
-{
+prt_in.gat,94,57,3 script Juan 85,{
mes "[Juan]";
if(callfunc("Is_Sword_Class")) goto L_Start;