
- Added warpers and duplicates for Izlude (izlude_[a-d]) and Prontera Field 8 (prt_fild08[a-d]) maps. - Updated Eden Group warpers and added new duplicates. - Changed "Kelitula Academy" to "Cryptura Academy". - Added a missing OnMyMobDead label in Buwaya Cave instance. (bugreport:7929) - Added version information to Airport script headers. * Mob spawn organization: - Split "City Cleaners" into Pre-Renewal and Renewal directories. - Restored Thief Bug (Pre-Renewal) vs. Thief Bug Egg (Renewal) spawns. - Created "Town" spawn files, holding all city spawns not in "City Cleaners" files. - Added Prontera Training Dummies and Alberta Ship Mouses. - Moved Jawaii spawns from "fields/" into "towns.txt". - Moved Brasilis spawns from its own directory into "towns.txt". Signed-off-by: Euphy <euphy@rathena.org>
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Town Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Euphy
|
|
//===== Current Version: =====================================
|
|
//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//= Spawns monsters in towns.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version, Renewal spawns.
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// Brasilis, Strange Hydras
|
|
//==================================================
|
|
brasilis,283,88,6,6 monster Strange Hydra 2081,5,5000,0,0
|
|
brasilis,284,104,6,6 monster Strange Hydra 2081,4,5000,0,0
|
|
brasilis,215,80,6,6 monster Strange Hydra 2081,4,5000,0,0
|
|
brasilis,96,50,8,8 monster Strange Hydra 2081,5,5000,0,0
|
|
|
|
//==================================================
|
|
// Alberta Ship, Swapping the Deck
|
|
//==================================================
|
|
alb_ship,0,0,0,0 monster Strange Mouse 2057,25,0,0,0
|
|
|
|
//==================================================
|
|
// Prontera, Training Dummy Area
|
|
//==================================================
|
|
prontera,251,77,0,0 monster Dummy Lv50 2409,1,5000,0,0
|
|
prontera,259,77,0,0 monster Dummy Lv50 2409,1,5000,0,0
|
|
prontera,251,66,0,0 monster Dummy Lv100 2410,1,5000,0,0
|
|
prontera,259,66,0,0 monster Dummy Lv100 2410,1,5000,0,0
|
|
prontera,251,55,0,0 monster Dummy Lv150 2411,1,5000,0,0
|
|
prontera,259,55,0,0 monster Dummy Lv150 2411,1,5000,0,0
|