Adding monster spawns in osRose?

Newbie Spellweaver
Joined
Jan 30, 2006
Messages
43
Reaction score
0
I see some stuff in MYSQL database, like spawnareas but Im too afraid to edit and mess something up...

Is there some commands or something I could use to make new monster spawns?
 
I see some stuff in MYSQL database, like spawnareas but Im too afraid to edit and mess something up...

Is there some commands or something I could use to make new monster spawns?

Go navicat or what you have
op database list_spawns
tgen this:

like u want some hooks in eldeon

make a new record and put this
2632 61 516 2 2 20
5|5416,4875|5385,4879|5376,4943|5415,4936|5441,4909

id = 2632
61= is the map id ''eldeon''
516= is mob id
2 = min of mob that spawn
2= max of mobs thta spawn
20 is the spawnrate like 20sec
and the: 5 before the first | is how many spawn area u ned to build minimal requird is 3

hope this work for you

grtz troelie
 
Back