diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
commit | c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1 (patch) | |
tree | 6fd3c09c49fb1f253c65a020766fe76a5a72d28d /npc/kafras | |
parent | ea24a3d2a2130ebfd16b310f24b47c6c2cf72e7a (diff) | |
download | hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.gz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.bz2 hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.xz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.zip |
* Implemented remaining Brasilis NPCs.
* Added remaining database modifications for Brasilis.
- Added the skills for the Brasilis monsters.
- Added remaining entries for Bathroom Ghost quest.
- Added stats for the Suspicious Hydra monsters.
- Corrected the capture rate for Suspicious Hydra.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14928 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras')
-rw-r--r-- | npc/kafras/kafras_brasilis.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/kafras/kafras_brasilis.txt b/npc/kafras/kafras_brasilis.txt index f71fdecc9..a91dfbc7c 100644 --- a/npc/kafras/kafras_brasilis.txt +++ b/npc/kafras/kafras_brasilis.txt @@ -3,7 +3,7 @@ //===== By: ========================= //= L0ne_W0lf //===== Current Version: =================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================== //= eAthena 1.0 //===== Description: ============================================ @@ -16,7 +16,8 @@ //= arg(3): Cost of Storage service //= arg(4): Cost of Rent a Pushcart service //===== Additional Comments: ========================================== -//= v1.0 First version. +//= 1.0 First version. +//- 1.1 Updated save point coordinates. //===================================================================== brasilis,197,221,4 script Kafra Employee::kaf_bra 117,{ @@ -30,6 +31,6 @@ brasilis,197,221,4 script Kafra Employee::kaf_bra 117,{ callfunc "F_Kafra",5,3,0,80,700; M_Save: - savepoint "brasilis",197,219; + savepoint "brasilis",195,259; callfunc "F_KafEnd",0,1,"in the city of Brasilis"; } |