diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/quests/skills/swordsman_skills.txt | 8 |
2 files changed, 8 insertions, 3 deletions
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: ========================================= //= <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; |