diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 20:44:45 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 20:44:45 +0000 |
commit | 46b54cfef91120e710a87b4af484bc2f67393200 (patch) | |
tree | fc01a2f5f2b5b4036f5d354021a31443eec3e295 /npc | |
parent | 355a5cb3f4083583274b101dbe52adc11ba64177 (diff) | |
download | hercules-46b54cfef91120e710a87b4af484bc2f67393200.tar.gz hercules-46b54cfef91120e710a87b4af484bc2f67393200.tar.bz2 hercules-46b54cfef91120e710a87b4af484bc2f67393200.tar.xz hercules-46b54cfef91120e710a87b4af484bc2f67393200.zip |
Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5881 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/kafras/kafras_new.txt | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 00214ad1c..74efc80ea 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added
======
04/02
+ * Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
* Fixed baby job change, thanks to Larry [Vicious]
* Moved the spawn update to eamobs (of course the custom spawns where not changed... much :P) [Poki#3]
* Fixed sage script? [Vicious]
diff --git a/npc/kafras/kafras_new.txt b/npc/kafras/kafras_new.txt index 6ecaceadd..8ba7af6a1 100644 --- a/npc/kafras/kafras_new.txt +++ b/npc/kafras/kafras_new.txt @@ -3,7 +3,7 @@ //===== By: =========================
//= eAthena Dev Team
//===== Current Version: ===================
-//= 2.6
+//= 2.7c
//===== Compatible With: =====================
//= eAthena 1.0
//===== Description: ============================================
@@ -25,6 +25,7 @@ //= 2.6 Added the Einbech Kafra [MasterOfMuppets]
//= 2.7 Added the Lighthalzen Kafras [MasterOfMuppets]
//= 2.7b Chanced the Sprite of the Einbech Kafra. [Poki#3]
+//= 2.7c Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
//==========================================================================
// Amatsu ------------------------------------------------------------------
@@ -101,6 +102,16 @@ lighthalzen.gat,164,100,3 script Kafra 860,{ callfunc "F_KafEnd",0,1;
}
+// Entrance
+lighthalzen.gat,191,320,4 script Kafra 861,{
+ cutin "kafra_09",2;
+ callfunc "F_Kafra",0,4,1;
+
+ M_Save:
+ savepoint "lighthalzen.gat",162,82;
+ callfunc "F_KafEnd",0,1;
+}
+
//Inside the hotel
lhz_in02.gat,237,284,4 script Kafra 861,{
cutin "kafra_09",2;
|