git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5579 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
Lupus 2006-03-12 16:19:55 +00:00
parent a8bc082afc
commit 235843ca45
3 changed files with 34 additions and 32 deletions

View File

@ -27,6 +27,8 @@ Nexon
Date Added Date Added
====== ======
03/12
* Amatsu Field. Replaced Hydras with official G_HYDRA (w/o drops) [Lupus]
03/11 03/11
* Updates of eAAC scripts [MasterOfMuppets] * Updates of eAAC scripts [MasterOfMuppets]
* Added another weapon dealer to Einbroch, thanks to Muad_Dib [MasterOfMuppets] * Added another weapon dealer to Einbroch, thanks to Muad_Dib [MasterOfMuppets]

View File

@ -3,11 +3,11 @@
//===== By: ================================================== //===== By: ==================================================
//= Athena (1.0) //= Athena (1.0)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.1
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any Athena Version //= Any Athena Version
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= //= 1.1 replaced Hydra -> G_Hydra (2fix frops e[ploit) [Lupus]
//============================================================ //============================================================
// ama_fild01 // ama_fild01
@ -17,20 +17,20 @@ ama_fild01.gat,174,207,20,20 monster Kapha 1406,5,1200000,600000,0
ama_fild01.gat,241,310,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,241,310,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,114,230,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,114,230,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,174,253,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,174,253,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,177,315,0,0 monster Hydra 1068,1,300000,30000,0 ama_fild01.gat,177,315,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,175,315,0,0 monster Hydra 1068,1,303000,31500,0 ama_fild01.gat,175,315,0,0 monster Hydra 1579,1,63000,31500,0
ama_fild01.gat,173,315,0,0 monster Hydra 1068,1,306000,33000,0 ama_fild01.gat,173,315,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,171,315,0,0 monster Hydra 1068,1,309000,34500,0 ama_fild01.gat,171,315,0,0 monster Hydra 1579,1,69000,34500,0
ama_fild01.gat,169,315,0,0 monster Hydra 1068,1,302000,39000,0 ama_fild01.gat,169,315,0,0 monster Hydra 1579,1,72000,39000,0
ama_fild01.gat,177,314,0,0 monster Hydra 1068,1,306000,33000,0 ama_fild01.gat,177,314,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,175,314,0,0 monster Hydra 1068,1,302000,39000,0 ama_fild01.gat,175,314,0,0 monster Hydra 1579,1,72000,39000,0
ama_fild01.gat,173,314,0,0 monster Hydra 1068,1,300000,30000,0 ama_fild01.gat,173,314,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,171,314,0,0 monster Hydra 1068,1,309000,34500,0 ama_fild01.gat,171,314,0,0 monster Hydra 1579,1,69000,34500,0
ama_fild01.gat,169,314,0,0 monster Hydra 1068,1,303000,31500,0 ama_fild01.gat,169,314,0,0 monster Hydra 1579,1,63000,31500,0
ama_fild01.gat,171,313,0,0 monster Hydra 1068,1,306000,33000,0 ama_fild01.gat,171,313,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,173,313,0,0 monster Hydra 1068,1,300000,30000,0 ama_fild01.gat,173,313,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,175,313,0,0 monster Hydra 1068,1,306000,33000,0 ama_fild01.gat,175,313,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,173,310,0,0 monster Hydra 1068,1,300000,30000,0 ama_fild01.gat,173,310,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,0,0,0,0 monster Kapha 1406,20,60000,30000,0 ama_fild01.gat,0,0,0,0 monster Kapha 1406,20,60000,30000,0
ama_fild01.gat,174,306,20,20 monster Kapha 1406,10,300000,150000,0 ama_fild01.gat,174,306,20,20 monster Kapha 1406,10,300000,150000,0
ama_fild01.gat,0,0,0,0 monster Miyabi Doll 1404,2,180000,90000,0 ama_fild01.gat,0,0,0,0 monster Miyabi Doll 1404,2,180000,90000,0

View File

@ -3,11 +3,11 @@
//===== By: ================================================== //===== By: ==================================================
//= Athena (1.0) //= Athena (1.0)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.1
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any Athena Version //= Any Athena Version
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= //= 1.1 replaced Hydra -> G_Hydra (2fix frops e[ploit) [Lupus]
//============================================================ //============================================================
// ama_fild01 // ama_fild01
@ -17,20 +17,20 @@ ama_fild01.gat,174,207,20,20 monster Kapha 1406,5,1200000,600000,0
ama_fild01.gat,241,310,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,241,310,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,114,230,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,114,230,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,174,253,10,10 monster Kapha 1406,5,600000,300000,0 ama_fild01.gat,174,253,10,10 monster Kapha 1406,5,600000,300000,0
ama_fild01.gat,177,315,0,0 monster Hydra 1068,1,60000,30000,0 ama_fild01.gat,177,315,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,175,315,0,0 monster Hydra 1068,1,63000,31500,0 ama_fild01.gat,175,315,0,0 monster Hydra 1579,1,63000,31500,0
ama_fild01.gat,173,315,0,0 monster Hydra 1068,1,66000,33000,0 ama_fild01.gat,173,315,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,171,315,0,0 monster Hydra 1068,1,69000,34500,0 ama_fild01.gat,171,315,0,0 monster Hydra 1579,1,69000,34500,0
ama_fild01.gat,169,315,0,0 monster Hydra 1068,1,72000,39000,0 ama_fild01.gat,169,315,0,0 monster Hydra 1579,1,72000,39000,0
ama_fild01.gat,177,314,0,0 monster Hydra 1068,1,66000,33000,0 ama_fild01.gat,177,314,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,175,314,0,0 monster Hydra 1068,1,72000,39000,0 ama_fild01.gat,175,314,0,0 monster Hydra 1579,1,72000,39000,0
ama_fild01.gat,173,314,0,0 monster Hydra 1068,1,60000,30000,0 ama_fild01.gat,173,314,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,171,314,0,0 monster Hydra 1068,1,69000,34500,0 ama_fild01.gat,171,314,0,0 monster Hydra 1579,1,69000,34500,0
ama_fild01.gat,169,314,0,0 monster Hydra 1068,1,63000,31500,0 ama_fild01.gat,169,314,0,0 monster Hydra 1579,1,63000,31500,0
ama_fild01.gat,171,313,0,0 monster Hydra 1068,1,66000,33000,0 ama_fild01.gat,171,313,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,173,313,0,0 monster Hydra 1068,1,60000,30000,0 ama_fild01.gat,173,313,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,175,313,0,0 monster Hydra 1068,1,66000,33000,0 ama_fild01.gat,175,313,0,0 monster Hydra 1579,1,66000,33000,0
ama_fild01.gat,173,310,0,0 monster Hydra 1068,1,60000,30000,0 ama_fild01.gat,173,310,0,0 monster Hydra 1579,1,60000,30000,0
ama_fild01.gat,0,0,0,0 monster Kapha 1406,20,60000,30000,0 ama_fild01.gat,0,0,0,0 monster Kapha 1406,20,60000,30000,0
ama_fild01.gat,174,306,20,20 monster Kapha 1406,10,300000,150000,0 ama_fild01.gat,174,306,20,20 monster Kapha 1406,10,300000,150000,0
ama_fild01.gat,0,0,0,0 monster Miyabi Doll 1404,2,180000,90000,0 ama_fild01.gat,0,0,0,0 monster Miyabi Doll 1404,2,180000,90000,0