summaryrefslogtreecommitdiff
path: root/npc/quests/skills
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-02 23:19:46 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-02 23:19:46 +0000
commit637d569d39efde3667c2388a2c748371f616cf6e (patch)
tree51d57dde1470ead5b26391a1274c8fba259d4cd6 /npc/quests/skills
parentd7212378daff04fbc4c553b7d00402b014dcfad9 (diff)
downloadhercules-637d569d39efde3667c2388a2c748371f616cf6e.tar.gz
hercules-637d569d39efde3667c2388a2c748371f616cf6e.tar.bz2
hercules-637d569d39efde3667c2388a2c748371f616cf6e.tar.xz
hercules-637d569d39efde3667c2388a2c748371f616cf6e.zip
partial SQL Castles Saving (doesn't clear GuildID when you abandon a castle yet)
added 2 fixex by Pow (max positions, max guild members) fixed Moving HP quest (added missing delitem) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1199 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills')
-rw-r--r--npc/quests/skills/swordsman_skills.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/quests/skills/swordsman_skills.txt b/npc/quests/skills/swordsman_skills.txt
index 1044f6ee5..f07ecb7e6 100644
--- a/npc/quests/skills/swordsman_skills.txt
+++ b/npc/quests/skills/swordsman_skills.txt
@@ -3,15 +3,16 @@
//===== 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]
//============================================================
@@ -233,6 +234,7 @@ L_Check:
mes "Haha! You have just learned HP Moving Recovery!";
delitem 713,200;
delitem 1058,1;
+ delitem 2312,1;
skill 144,1,0;
set MOVHPREC, 0;
next;