
-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
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Coal Mine(Dead pit) Dungeon 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]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// mjo_dun01 - Mjolnir Dead Pit F1
|
|
//==================================================
|
|
mjo_dun01,0,0,0,0 monster Familiar 1005,30,0,0,0
|
|
mjo_dun01,0,0,0,0 monster Tarou 1175,60,0,0,0
|
|
mjo_dun01,0,0,0,0 monster Martin 1145,20,0,0,0
|
|
|
|
//==================================================
|
|
// mjo_dun02 - Mjolnir Dead Pit F2
|
|
//==================================================
|
|
mjo_dun02,0,0,0,0 monster Martin 1145,60,0,0,0
|
|
mjo_dun02,0,0,0,0 monster Drainliar 1111,20,0,0,0
|
|
mjo_dun02,0,0,0,0 monster Skeleton Worker 1169,20,0,0,0
|
|
mjo_dun02,0,0,0,0 monster Giearth 1121,35,30000,10000,0
|
|
|
|
//==================================================
|
|
// mjo_dun03 - Mjolnir Dead Pit F3
|
|
//==================================================
|
|
mjo_dun03,0,0,0,0 monster Martin 1145,5,0,0,0
|
|
mjo_dun03,0,0,0,0 monster Skeleton Worker 1169,70,0,0,0
|
|
mjo_dun03,0,0,0,0 monster Giearth 1121,5,0,0,0
|
|
mjo_dun03,0,0,0,0 monster Myst 1151,35,0,0,0
|
|
mjo_dun03,0,0,0,0 monster Cramp 1209,2,300000,150000,0
|
|
mjo_dun03,0,0,0,0 monster Cramp 1209,1,50000,25000,0
|