diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 18:52:39 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 18:52:39 +0000 |
commit | 243405af6a72368e732566b2d9f50b7d5214251c (patch) | |
tree | 3e7836df1f738dbcd32d023158ec4ce6a0e3abf9 /npc/warps | |
parent | b607843c8eeba7599a6d6426815910b25b513d78 (diff) | |
download | hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.gz hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.bz2 hercules-243405af6a72368e732566b2d9f50b7d5214251c.tar.xz hercules-243405af6a72368e732566b2d9f50b7d5214251c.zip |
* Fixed Slotted Grand cross not enabling TU 3. (bugreport:1563)
* Fixed assassin robe set checking for the wrong item. (bugreport:1576)
* Fixed bug in eye of hellion quests (bugreport:1581)
* Fixed the position of one of the Splendid (spl) warps. (Bugreport:1585)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12750 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/fields/man_fild.txt | 4 | ||||
-rw-r--r-- | npc/warps/fields/spl_fild.txt | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/warps/fields/man_fild.txt b/npc/warps/fields/man_fild.txt index 778dd2d27..f61c1d29c 100644 --- a/npc/warps/fields/man_fild.txt +++ b/npc/warps/fields/man_fild.txt @@ -1,5 +1,5 @@ //===== eAthena Script ======================================= -//= Another World Warp Script +//= Manuk Field Warp Script //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= -//= Warp Points for Another World +//= Warp Points for Manuk Field //===== Additional Comments: ================================= //= 1.0 First Version. //============================================================ diff --git a/npc/warps/fields/spl_fild.txt b/npc/warps/fields/spl_fild.txt index 47f2fbc45..a11ed0016 100644 --- a/npc/warps/fields/spl_fild.txt +++ b/npc/warps/fields/spl_fild.txt @@ -1,5 +1,5 @@ //===== eAthena Script ======================================= -//= Another World Warp Script +//= Splendid Field Warp Script //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== @@ -7,16 +7,17 @@ //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= -//= Warp Points for Another World +//= Warp Points for Splendid //===== Additional Comments: ================================= //= 1.0 First Version. +//= 1.1 Fixed misplaced warp. [L0ne_W0lf] //============================================================ mid_camp,12,142,0 warp spl_fild02-1 1,1,spl_fild02,378,144 spl_fild02,382,144,0 warp spl_fild02-2 1,1,mid_camp,16,142 mid_camp,9,216,0 warp spl_fild02-3 1,1,spl_fild02,378,215 spl_fild02,382,215,0 warp spl_fild02-4 1,1,mid_camp,16,216 -spl_fild02,295,5,0 warp spl_fild02-5 1,1,spl_fild03,205,375 +spl_fild02,295,5,0 warp spl_fild02-5 1,1,spl_fild03,305,375 spl_fild02,97,24,0 warp spl_fild02-6 1,1,spl_fild03,105,369 spl_fild03,305,379,0 warp spl_fild03-1 1,1,spl_fild02,298,9 spl_fild03,105,373,0 warp spl_fild03-2 1,1,spl_fild02,97,29 |