You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
783 B
Plaintext
20 lines
783 B
Plaintext
4 months ago
|
//===== rAthena Script =======================================
|
||
|
//= Episode 16.1 Monsters Spawn Script
|
||
|
//===== Description: =========================================
|
||
|
//= Spawns monsters in prt_q.
|
||
|
//===== Current Version: =====================================
|
||
|
//= 1.1
|
||
|
//===== Compatible With: =====================================
|
||
|
//= rAthena Project
|
||
|
//===== Additional Comments: =================================
|
||
|
//= 1.0 First version. [Capuche]
|
||
|
//= 1.1 Correct Spawn by Navigation's mob data. [attackjom]
|
||
|
//============================================================
|
||
|
|
||
|
// Prontera Invasion
|
||
|
prt_q,0,0 monster Zombie Guard 3452,60
|
||
|
prt_q,0,0 monster Ghoul 1036,10
|
||
|
prt_q,0,0 monster Immortal Corps 3451,30
|
||
|
prt_q,0,0 monster Hunter Fly 1035,10
|
||
|
prt_q,0,0 monster Immortal Commander 3490,1
|