D.X Version Source Release

smoochy boys on tour

shirty

Dedicated Member
Dedicated Member
May 15, 2005
62
1
54
n1 m8 how do i go about makeing drop do i just make them in notpad? and name each 1 to a mob? and how do u set mobs to spawn in caves
 

Sanity

Legend
Legendary
Nov 7, 2007
3,809
115
300
Text file name must be the name of the monster

Example

Zombie.txt
Code:
1/5 Gold 300
1/15 Gold 1000
1/3 Gold 1000
1/3 Gold 1000


1/20 HPDrug(M)
1/20 MPDrug(M)


1/145 LightArmor(M)
1/145 LightArmor(F)
1/145 BronzeHelmet
1/165 MagicHelmet

Spawns are done in MonGen.txt.

Map - X - Y - Monster Name - Respawn Time - Quantity - Interval

Code:
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig            50   15    1
0  413   600     Deer          50   15    2
0  413   600     Pig           50   15    1
0  413   600     Deer          50   15    2

Don't copy that MonGen though, for 2.0.
 
Last edited: