Some 11.1 and 11.2 spawn updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10222 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
272cc6201e
commit
c6595c792a
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/04/12
|
2007/04/12
|
||||||
|
* Some 11.1 and 11.2 spawn updates [Playtester]
|
||||||
* Added Cool Corp Event Staff in Rachel [Playtester]
|
* Added Cool Corp Event Staff in Rachel [Playtester]
|
||||||
- some skilled script dev should combine them into one function, though
|
- some skilled script dev should combine them into one function, though
|
||||||
* Fixed up some Veins warps [Playtester]
|
* Fixed up some Veins warps [Playtester]
|
||||||
|
@ -3,17 +3,18 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
||||||
|
//= 1.2 Small 11.1 spawn update [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// beach_dun - Karu, the West Cave
|
// beach_dun - Karu, the West Cave
|
||||||
//==================================================
|
//==================================================
|
||||||
beach_dun,0,0,0,0 monster Medusa 1148,20,0,0,0
|
beach_dun,0,0,0,0 monster Medusa 1148,30,0,0,0
|
||||||
beach_dun,0,0,0,0 monster Merman 1264,3,10000,5000,0
|
beach_dun,0,0,0,0 monster Merman 1264,3,10000,5000,0
|
||||||
beach_dun,0,0,0,0 monster Nereid 1255,15,0,0,0
|
beach_dun,0,0,0,0 monster Nereid 1255,15,0,0,0
|
||||||
beach_dun,0,0,0,0 monster Pest 1256,15,0,0,0
|
beach_dun,0,0,0,0 monster Pest 1256,15,0,0,0
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
// Licensed under GPL
|
// Licensed under GPL
|
||||||
// http://prometheus.fnae.net/
|
// http://prometheus.fnae.net/
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena/Freya Version
|
//= Any Athena/Freya Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
@ -15,6 +15,7 @@
|
|||||||
//= 0.3 Updated the spawns according to own info from iRO [MasterOfMuppets]
|
//= 0.3 Updated the spawns according to own info from iRO [MasterOfMuppets]
|
||||||
//= 1.0 More exact numbers thanks to Tharis [Playtester]
|
//= 1.0 More exact numbers thanks to Tharis [Playtester]
|
||||||
//= 1.1 Official X.3 spawns [Playtester]
|
//= 1.1 Official X.3 spawns [Playtester]
|
||||||
|
//= 1.2 Some 11.1 spawn changes [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//========================================================================================
|
//========================================================================================
|
||||||
@ -26,9 +27,13 @@ juperos_01,100,180,60,70 monster Venatu 1676,25,0,0,1
|
|||||||
juperos_01,100,180,60,70 monster Venatu 1677,20,0,0,1
|
juperos_01,100,180,60,70 monster Venatu 1677,20,0,0,1
|
||||||
juperos_01,100,180,60,70 monster Venatu 1678,25,0,0,1
|
juperos_01,100,180,60,70 monster Venatu 1678,25,0,0,1
|
||||||
juperos_01,192,132,60,80 monster Venatu 1679,35,0,0,1
|
juperos_01,192,132,60,80 monster Venatu 1679,35,0,0,1
|
||||||
juperos_01,192,132,60,80 monster Venatu 1676,45,0,0,1
|
juperos_01,192,132,60,80 monster Venatu 1676,40,0,0,1
|
||||||
juperos_01,192,132,60,80 monster Venatu 1677,50,0,0,1
|
juperos_01,192,132,60,80 monster Venatu 1677,45,0,0,1
|
||||||
juperos_01,192,132,60,80 monster Venatu 1678,45,0,0,1
|
juperos_01,192,132,60,80 monster Venatu 1678,40,0,0,1
|
||||||
|
juperos_01,0,0,0,0 monster Dimik 1670,5,0,0,1
|
||||||
|
juperos_01,0,0,0,0 monster Dimik 1671,5,0,0,1
|
||||||
|
juperos_01,0,0,0,0 monster Dimik 1672,5,0,0,1
|
||||||
|
juperos_01,0,0,0,0 monster Dimik 1673,5,0,0,1
|
||||||
|
|
||||||
//========================================================================================
|
//========================================================================================
|
||||||
// - Juperos 02
|
// - Juperos 02
|
||||||
|
@ -3,51 +3,41 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.2 Official kRO 10.1 spawns [Playtester]
|
//= 1.2 Official kRO 10.1 spawns [Playtester]
|
||||||
|
//= 1.3 Some 11.1 spawn updates [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// um_dun01 - Carpenter's Shop in the Tree
|
// um_dun01 - Carpenter's Shop in the Tree
|
||||||
//==================================================
|
//==================================================
|
||||||
um_dun01,0,0,0,0 monster Stone Shooter 1495,70,0,0,0
|
um_dun01,0,0,0,0 monster Stone Shooter 1495,70,0,0,0
|
||||||
um_dun01,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
|
um_dun01,0,0,0,0 monster Wootan Fighter 1499,20,0,0,0
|
||||||
um_dun01,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
|
um_dun01,0,0,0,0 monster Stainer 1174,20,0,0,0
|
||||||
um_dun01,0,0,0,0 monster Beetle King 1494,10,0,0,0
|
um_dun01,0,0,0,0 monster Dustiness 1114,20,0,0,0
|
||||||
um_dun01,0,0,0,0 monster Stainer 1174,10,0,0,0
|
|
||||||
um_dun01,0,0,0,0 monster Dustiness 1114,10,0,0,0
|
|
||||||
um_dun01,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|
um_dun01,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|
||||||
um_dun01,0,0,0,0 monster Green Plant 1080,5,180000,90000,1
|
um_dun01,0,0,0,0 monster Green Plant 1080,5,180000,90000,1
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// um_dun02 - Passage to a Foreign World
|
// um_dun02 - Passage to a Foreign World
|
||||||
//==================================================
|
//==================================================
|
||||||
um_dun02,0,0,0,0 monster Wooden Golem 1497,15,0,0,0
|
um_dun02,0,0,0,0 monster Wooden Golem 1497,25,0,0,0
|
||||||
um_dun02,79,227,5,5 monster Wooden Golem 1497,5,120000,60000,0
|
um_dun02,79,227,5,5 monster Wooden Golem 1497,5,120000,60000,0
|
||||||
um_dun02,87,189,5,5 monster Wooden Golem 1497,2,120000,60000,0
|
um_dun02,87,189,5,5 monster Wooden Golem 1497,2,120000,60000,0
|
||||||
um_dun02,170,145,5,5 monster Wooden Golem 1497,3,120000,60000,0
|
um_dun02,170,145,5,5 monster Wooden Golem 1497,3,120000,60000,0
|
||||||
um_dun02,196,131,7,7 monster Wooden Golem 1497,5,120000,60000,0
|
um_dun02,196,131,7,7 monster Wooden Golem 1497,5,120000,60000,0
|
||||||
um_dun02,244,129,10,10 monster Wooden Golem 1497,5,120000,60000,0
|
um_dun02,244,129,10,10 monster Wooden Golem 1497,5,120000,60000,0
|
||||||
um_dun02,0,0,0,0 monster Beetle King 1494,30,0,0,0
|
um_dun02,0,0,0,0 monster Wooden Golem 1497,20,0,0,0
|
||||||
um_dun02,117,43,10,10 monster Beetle King 1494,3,120000,60000,0
|
|
||||||
um_dun02,209,34,10,10 monster Beetle King 1494,3,120000,60000,0
|
|
||||||
um_dun02,205,265,10,10 monster Beetle King 1494,4,120000,60000,0
|
|
||||||
um_dun02,0,0,0,0 monster Wooden Golem 1497,10,0,0,0
|
|
||||||
um_dun02,90,97,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
um_dun02,90,97,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
||||||
um_dun02,32,83,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
um_dun02,32,83,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
||||||
um_dun02,180,238,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
um_dun02,180,238,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
||||||
um_dun02,144,277,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
um_dun02,144,277,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
||||||
um_dun02,272,163,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
um_dun02,272,163,10,10 monster Wooden Golem 1497,2,120000,60000,0
|
||||||
um_dun02,232,156,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
um_dun02,232,156,10,10 monster Wooden Golem 1497,3,120000,60000,0
|
||||||
um_dun02,0,0,0,0 monster Driller 1380,5,0,0,0
|
um_dun02,0,0,0,0 monster Wootan Shooter 1498,30,0,0,0
|
||||||
um_dun02,197,138,10,10 monster Driller 1380,2,120000,60000,0
|
|
||||||
um_dun02,164,203,10,10 monster Driller 1380,1,120000,60000,0
|
|
||||||
um_dun02,32,83,10,10 monster Driller 1380,1,120000,60000,0
|
|
||||||
um_dun02,244,129,10,10 monster Driller 1380,2,120000,60000,0
|
|
||||||
um_dun02,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
|
|
||||||
um_dun02,213,217,10,10 monster Wootan Shooter 1498,2,120000,60000,0
|
um_dun02,213,217,10,10 monster Wootan Shooter 1498,2,120000,60000,0
|
||||||
um_dun02,72,258,10,10 monster Wootan Shooter 1498,3,120000,60000,0
|
um_dun02,72,258,10,10 monster Wootan Shooter 1498,3,120000,60000,0
|
||||||
um_dun02,79,227,5,5 monster Wootan Shooter 1498,1,120000,60000,0
|
um_dun02,79,227,5,5 monster Wootan Shooter 1498,1,120000,60000,0
|
||||||
@ -55,7 +45,7 @@ um_dun02,170,145,5,5 monster Wootan Shooter 1498,1,120000,60000,0
|
|||||||
um_dun02,209,34,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
um_dun02,209,34,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
||||||
um_dun02,272,163,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
um_dun02,272,163,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
||||||
um_dun02,232,156,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
um_dun02,232,156,10,10 monster Wootan Shooter 1498,1,120000,60000,0
|
||||||
um_dun02,0,0,0,0 monster Dryad 1493,10,0,0,0
|
um_dun02,0,0,0,0 monster Dryad 1493,20,0,0,0
|
||||||
um_dun02,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|
um_dun02,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|
||||||
um_dun02,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
|
um_dun02,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
|
||||||
um_dun02,0,0,0,0 monster Shining Plant 1083,6,180000,90000,1
|
um_dun02,0,0,0,0 monster Shining Plant 1083,6,180000,90000,1
|
@ -3,11 +3,12 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
||||||
|
//= 1.2 Some 11.1 and 11.2 spawn changes [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
@ -125,7 +126,7 @@ pay_fild09,198,217,30,30 monster Shining Plant 1083,1,1800000,900000,1
|
|||||||
// pay_fild10 - Payon Forest
|
// pay_fild10 - Payon Forest
|
||||||
//==================================================
|
//==================================================
|
||||||
pay_fild10,0,0,0,0 monster Greatest General 1277,65,0,0,0
|
pay_fild10,0,0,0,0 monster Greatest General 1277,65,0,0,0
|
||||||
pay_fild10,0,0,0,0 monster Horong 1129,40,0,0,0
|
pay_fild10,0,0,0,0 monster Dokebi 1110,40,0,0,0
|
||||||
pay_fild10,0,0,0,0 monster Poison Spore 1077,20,0,0,0
|
pay_fild10,0,0,0,0 monster Poison Spore 1077,20,0,0,0
|
||||||
pay_fild10,0,0,0,0 monster Poporing 1031,30,0,0,0
|
pay_fild10,0,0,0,0 monster Poporing 1031,30,0,0,0
|
||||||
pay_fild10,0,0,0,0 monster Nine Tail 1180,3,0,0,0
|
pay_fild10,0,0,0,0 monster Nine Tail 1180,3,0,0,0
|
||||||
@ -141,12 +142,9 @@ pay_fild10,66,332,10,10 monster Blue Plant 1079,1,360000,180000,1
|
|||||||
//==================================================
|
//==================================================
|
||||||
// pay_fild11 - Payon Forest
|
// pay_fild11 - Payon Forest
|
||||||
//==================================================
|
//==================================================
|
||||||
pay_fild11,0,0,0,0 monster Horong 1129,50,0,0,0
|
pay_fild11,0,0,0,0 monster Nine Tail 1180,50,0,0,0
|
||||||
pay_fild11,0,0,0,0 monster Greatest General 1277,30,0,0,0
|
pay_fild11,0,0,0,0 monster Poporing 1031,30,0,0,0
|
||||||
pay_fild11,0,0,0,0 monster Elder Willow 1033,10,0,0,0
|
pay_fild11,0,0,0,0 monster Dragon Tail 1321,20,0,0,0
|
||||||
pay_fild11,0,0,0,0 monster Poporing 1031,20,0,0,0
|
|
||||||
pay_fild11,0,0,0,0 monster Poison Spore 1077,40,0,0,0
|
|
||||||
pay_fild11,0,0,0,0 monster Dragon Tail 1321,10,0,0,0
|
|
||||||
pay_fild11,0,0,0,0 monster Eddga 1115,1,7200000,3600000,1
|
pay_fild11,0,0,0,0 monster Eddga 1115,1,7200000,3600000,1
|
||||||
pay_fild11,241,162,5,5 monster Red Mushroom 1085,3,360000,180000,1
|
pay_fild11,241,162,5,5 monster Red Mushroom 1085,3,360000,180000,1
|
||||||
pay_fild11,66,293,5,5 monster Red Mushroom 1085,3,360000,180000,1
|
pay_fild11,66,293,5,5 monster Red Mushroom 1085,3,360000,180000,1
|
Loading…
x
Reference in New Issue
Block a user