
-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
44 lines
2.0 KiB
Plaintext
44 lines
2.0 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Louyang Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.3
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 Updated by MasterOfMuppets
|
|
//= 1.2 Added Bacsojin and Chung E [MasterOfMuppets]
|
|
//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// lou_dun01 - The Royal Tomb
|
|
//==================================================
|
|
lou_dun01,0,0,0,0 monster Horong 1129,15,0,0,0
|
|
lou_dun01,0,0,0,0 monster Mi Gao 1516,15,0,0,0
|
|
lou_dun01,215,159,40,80 monster Side Winder 1037,10,300000,120000,0
|
|
lou_dun01,215,159,40,80 monster Jing Guai 1517,25,300000,120000,0
|
|
lou_dun01,0,0,0,0 monster Jing Guai 1517,20,0,0,0
|
|
lou_dun01,0,0,0,0 monster Grizzly 1381,15,0,0,0
|
|
lou_dun01,0,0,0,0 monster Leib Olmai 1306,1,300000,120000,0
|
|
lou_dun01,197,77,10,10 monster Black Mushroom 1084,5,0,0,0
|
|
lou_dun01,0,0,0,0 monster Shining Plant 1083,5,0,0,0
|
|
|
|
//==================================================
|
|
// lou_dun02 - Inside the Royal Tomb
|
|
//==================================================
|
|
lou_dun02,0,0,0,0 monster Yao Jun 1512,40,300000,120000,0
|
|
lou_dun02,0,0,0,0 monster Munak 1026,25,0,0,0
|
|
lou_dun02,0,0,0,0 monster Zhu Po Long 1514,5,0,0,0
|
|
lou_dun02,0,0,0,0 monster Mimic 1191,5,0,0,0
|
|
|
|
//==================================================
|
|
// lou_dun03 - Suei Long Gon
|
|
//==================================================
|
|
lou_dun03,0,0,0,0 monster Yao Jun 1512,25,120000,60000,0
|
|
lou_dun03,0,0,0,0 monster Zhu Po Long 1514,25,120000,60000,0
|
|
lou_dun03,0,0,0,0 monster Mao Guai 1513,15,0,0,0
|
|
lou_dun03,0,0,0,0 monster Green Maiden 1631,5,3000000,1800000,1
|
|
lou_dun03,0,0,0,0 boss_monster White Lady 1630,1,7000000,600000,1
|