
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Gon Ryun Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// gon_fild01 - Gonryun Field
|
|
//==================================================
|
|
gon_fild01,0,0,0,0 monster Baby Leopard 1415,40,600000,300000,0
|
|
gon_fild01,0,0,0,0 monster Zipper Bear 1417,20,0,0,0
|
|
gon_fild01,0,0,0,0 monster Poporing 1031,20,0,0,0
|
|
gon_fild01,0,0,0,0 monster Dumpling Child 1409,30,0,0,0
|
|
gon_fild01,0,0,0,0 monster Hermit Plant 1413,2,630000,330000,0
|
|
gon_fild01,0,0,0,0 monster Green Plant 1080,5,0,0,0
|
|
gon_fild01,0,0,0,0 monster Shining Plant 1083,1,0,0,0
|