diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-02 23:19:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-02 23:19:46 +0000 |
commit | 637d569d39efde3667c2388a2c748371f616cf6e (patch) | |
tree | 51d57dde1470ead5b26391a1274c8fba259d4cd6 /npc | |
parent | d7212378daff04fbc4c553b7d00402b014dcfad9 (diff) | |
download | hercules-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')
-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; |