From 637d569d39efde3667c2388a2c748371f616cf6e Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 2 Mar 2005 23:19:46 +0000 Subject: 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 --- npc/Changelog.txt | 3 +++ npc/quests/skills/swordsman_skills.txt | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 77f899db1..204204460 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,9 @@ Other Ppl Date Added ====== +03/03 + * Fixed Moving HP skill quest + 02/28 * warps/louyang.txt: Added 2 escapes from 2 mountains 018,019 [Lupus] Some players used to stuck there after warps 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: ========================================= //= //===== 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; -- cgit v1.2.3-70-g09d2