rathena/npc/re/mobs/towns.txt
Atemo c6470ff4ff Clean-up permanent monster spawn: (#1831)
* Clean-up permanent monster spawn:
- <delay1>,<delay2>,<event> are actually optionnal field
- <event> value 0 and 1 are meaningless (actually event name with length < 4 are skipped)

* Exported monster AI constants

* Updated docs for monster size constants (already exported)
Notes:
- the default size for monster script cmd was small not medium
- monster script cmd now display a warning for size above SZ_BIG (previously SZ_ALL)

* - Fixed an issue to make <xs> and <ys> optionnals
- Updated npcs scripts

* Leftover in the docs for permanent monster spawn

* Corrected english docs. Credit to @aleos89
Added additionnal warning for xs / ys negative input. Credit @Lemongrass3110 

Thanks to @cydh for the idea
2017-01-22 19:03:08 +01:00

37 lines
1.5 KiB
Plaintext

//===== rAthena Script =======================================
//= Town Monster Spawn Script
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena Project
//===== 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
brasilis,284,104,6,6 monster Strange Hydra 2081,4,5000
brasilis,215,80,6,6 monster Strange Hydra 2081,4,5000
brasilis,96,50,8,8 monster Strange Hydra 2081,5,5000
//==================================================
// Alberta Ship, Swapping the Deck
//==================================================
alb_ship,0,0 monster Strange Mouse 2057,25
//==================================================
// Prontera, Training Dummy Area
//==================================================
prontera,251,77 monster Dummy Lv50 2409,1,5000
prontera,259,77 monster Dummy Lv50 2409,1,5000
prontera,251,66 monster Dummy Lv100 2410,1,5000
prontera,259,66 monster Dummy Lv100 2410,1,5000
prontera,251,55 monster Dummy Lv150 2411,1,5000
prontera,259,55 monster Dummy Lv150 2411,1,5000