
-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
21 lines
886 B
Plaintext
21 lines
886 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Moscovia Fields Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Added spawns [Playtester]
|
|
|
|
//==================================================
|
|
// mosk_fild02 - Moscovia Field
|
|
//==================================================
|
|
mosk_fild02,0,0,0,0 monster Bigfoot 1060,40,0,0,0
|
|
mosk_fild02,0,0,0,0 monster Caramel 1103,20,0,0,0
|
|
mosk_fild02,0,0,0,0 monster Mantis 1139,30,0,0,0
|
|
mosk_fild02,0,0,0,0 monster Poring 1002,10,0,0,0
|
|
mosk_fild02,0,0,0,0 monster Yellow Plant 1081,5,0,0,0
|
|
mosk_fild02,0,0,0,0 monster White Plant 1082,5,10000,0,0
|