* Whoops, forgot to remove clone_arena from the scripts_eaac.conf. [erKURITA]
* Enabled import: line on scripts_main.conf for scritps_eaac.conf. The scripts are disabled there anyway.... [erKURITA] * Commited musashiden's kiel dungeon warps [erKURITA] Commit done to both trunk & stable. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6132 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
49236ded5c
commit
dde7d8fa09
@ -28,6 +28,10 @@ Nexon
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
04/16
|
04/16
|
||||||
|
* Whoops, forgot to remove clone_arena from the scripts_eaac.conf. [erKURITA]
|
||||||
|
* Enabled import: line on scripts_main.conf for scritps_eaac.conf. The scripts
|
||||||
|
are disabled there anyway.... [erKURITA]
|
||||||
|
* Commited musashiden's kiel dungeon warps [erKURITA]
|
||||||
* Commited musashiden's Lighthalzen fixes [MasterOfMuppets]
|
* Commited musashiden's Lighthalzen fixes [MasterOfMuppets]
|
||||||
* Fixed aldeg_cas04 random warp [Playtester]
|
* Fixed aldeg_cas04 random warp [Playtester]
|
||||||
* Fixed merchants/grandpa_pharmacist.txt thanks to KarLaeda [Playtester]
|
* Fixed merchants/grandpa_pharmacist.txt thanks to KarLaeda [Playtester]
|
||||||
|
@ -55,13 +55,6 @@
|
|||||||
//| http://www.eathena.ws/board/index.php?showtopic=51051
|
//| http://www.eathena.ws/board/index.php?showtopic=51051
|
||||||
//npc: npc/custom/eAAC_Scripts/messageboards.txt
|
//npc: npc/custom/eAAC_Scripts/messageboards.txt
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
|
||||||
// ----------------------- Clone Arena --------------------------
|
|
||||||
// Script made by Miir
|
|
||||||
// Forum topic for support:
|
|
||||||
//| http://www.eathena.ws/board/index.php?showtopic=75283
|
|
||||||
//npc: npc/custom/eAAC_Scripts/clonearena.txt
|
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// ---------------------- Donation Girl -------------------------
|
// ---------------------- Donation Girl -------------------------
|
||||||
// Script made by joshuaali
|
// Script made by joshuaali
|
||||||
|
@ -47,5 +47,5 @@ import: npc/scripts_guild.conf
|
|||||||
// -- Your NPCs go in this file!
|
// -- Your NPCs go in this file!
|
||||||
import: npc/scripts_custom.conf
|
import: npc/scripts_custom.conf
|
||||||
// -- eAAC Scripts
|
// -- eAAC Scripts
|
||||||
//import: npc/scripts_eaac.conf
|
import: npc/scripts_eaac.conf
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
@ -62,6 +62,7 @@ npc: npc/warps/dungeons/prt_dun.txt
|
|||||||
npc: npc/warps/dungeons/thanatos.txt
|
npc: npc/warps/dungeons/thanatos.txt
|
||||||
npc: npc/warps/dungeons/umbala_dun.txt
|
npc: npc/warps/dungeons/umbala_dun.txt
|
||||||
npc: npc/warps/dungeons/yuno_dun.txt
|
npc: npc/warps/dungeons/yuno_dun.txt
|
||||||
|
npc: npc/warps/dungeons/kiel_dun.txt
|
||||||
// --------------------------- Fields ---------------------------
|
// --------------------------- Fields ---------------------------
|
||||||
npc: npc/warps/fields/amatsu_fild.txt
|
npc: npc/warps/fields/amatsu_fild.txt
|
||||||
npc: npc/warps/fields/com_fild.txt
|
npc: npc/warps/fields/com_fild.txt
|
||||||
|
19
npc/warps/dungeons/kiel_dun.txt
Normal file
19
npc/warps/dungeons/kiel_dun.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
//===== Athena Script ========================================
|
||||||
|
//= Kiel Dungeon Warp Script
|
||||||
|
//===== By: ==================================================
|
||||||
|
//= Lost Kakashi
|
||||||
|
//===== Current Version: =====================================
|
||||||
|
//= 1.0
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= eAthena 1.0
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Warp Points for the Kiel Dungeon
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//=
|
||||||
|
//===========================================================
|
||||||
|
|
||||||
|
//= Kiel Dungeon ============================================
|
||||||
|
kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197
|
||||||
|
kh_dun02.gat,45,194,0 warp warp02 1,1,kh_dun01.gat,4,229
|
||||||
|
kh_kiehl02.gat,49,52,0 warp warp05 1,1,kh_dun01.gat,63,10
|
||||||
|
kh_dun01.gat,64,7,0 warp warp06 1,1,kh_kiehl02.gat,51,49
|
Loading…
x
Reference in New Issue
Block a user