
-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
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Beach Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.4
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
|
//= 1.2 Small 11.1 spawn update [Playtester]
|
|
//= 1.3 More accurate spawns [Playtester]
|
|
//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// beach_dun - Karu, the West Cave
|
|
//==================================================
|
|
beach_dun,0,0,0,0 monster Medusa 1148,60,0,0,0
|
|
beach_dun,0,0,0,0 monster Merman 1264,3,10000,5000,0
|
|
beach_dun,0,0,0,0 monster Nereid 1255,20,0,0,0
|
|
beach_dun,0,0,0,0 monster Pest 1256,20,0,0,0
|
|
beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,18000000,600000,0
|
|
|
|
//==================================================
|
|
// beach_dun2 - Ruande, the North Cave
|
|
//==================================================
|
|
beach_dun2,0,0,0,0 monster Megalith 1274,15,0,0,0
|
|
beach_dun2,0,0,0,0 monster Nereid 1255,10,0,0,0
|
|
beach_dun2,0,0,0,0 monster Stalactic Golem 1278,65,5000,0,0
|
|
beach_dun2,0,0,0,0 monster Tri Joint 1279,20,0,0,0
|
|
beach_dun2,0,0,0,0 monster Hydra 1068,10,0,0,0
|
|
|
|
//==================================================
|
|
// beach_dun3 - Mao, the East Cave
|
|
//==================================================
|
|
beach_dun3,0,0,0,0 monster Nereid 1255,1,200000,100000,0
|
|
beach_dun3,0,0,0,0 monster Thara Frog 1034,50,0,0,0
|
|
beach_dun3,0,0,0,0 monster Hydra 1068,30,0,0,0
|
|
beach_dun3,0,0,0,0 monster Megalodon 1064,30,0,0,0
|