Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5881 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
43ef9a1e79
commit
fc1799704a
@ -28,6 +28,7 @@ Nexon
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
04/02
|
04/02
|
||||||
|
* Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
|
||||||
* Fixed baby job change, thanks to Larry [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]
|
* Moved the spawn update to eamobs (of course the custom spawns where not changed... much :P) [Poki#3]
|
||||||
* Fixed sage script? [Vicious]
|
* Fixed sage script? [Vicious]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 2.6
|
//= 2.7c
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -25,6 +25,7 @@
|
|||||||
//= 2.6 Added the Einbech Kafra [MasterOfMuppets]
|
//= 2.6 Added the Einbech Kafra [MasterOfMuppets]
|
||||||
//= 2.7 Added the Lighthalzen Kafras [MasterOfMuppets]
|
//= 2.7 Added the Lighthalzen Kafras [MasterOfMuppets]
|
||||||
//= 2.7b Chanced the Sprite of the Einbech Kafra. [Poki#3]
|
//= 2.7b Chanced the Sprite of the Einbech Kafra. [Poki#3]
|
||||||
|
//= 2.7c Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
// Amatsu ------------------------------------------------------------------
|
// Amatsu ------------------------------------------------------------------
|
||||||
@ -101,6 +102,16 @@ lighthalzen.gat,164,100,3 script Kafra 860,{
|
|||||||
callfunc "F_KafEnd",0,1;
|
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
|
//Inside the hotel
|
||||||
lhz_in02.gat,237,284,4 script Kafra 861,{
|
lhz_in02.gat,237,284,4 script Kafra 861,{
|
||||||
cutin "kafra_09",2;
|
cutin "kafra_09",2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user