[help]spawn

06/19/2012 02:37 alaaemad#1
Hey there
I am working with new quest but I need little help :)
I need to make a monster which doesn't re spawn again before the maint

here's my code

PHP Code:
INSERT INTO `cq_generatorVALUES ('anynumber''mapID''x''y''001''001''1''0''0001''monster id from Cq_mostertype''0000''0000''0000''0000''1'); 
the monster keeping re spawning after 10sec

so where's the problem ? :(
06/19/2012 03:31 chaosblade#2
change the reset secs, and max per gen.
06/19/2012 03:49 alaaemad#3
Quote:
Originally Posted by chaosblade View Post
change the reset secs, and max per gen.
to be what ?
reset secs = 0
max per gen = 1

but the monster still re spawning after 10 sec :(
06/19/2012 05:22 chaosblade#4
try editing max ammount too.
06/19/2012 07:03 alaaemad#5
Quote:
Originally Posted by chaosblade View Post
try editing max ammount too.
max ammount = 1

same :(
06/19/2012 13:59 karnyge#6
Work out, in secs, the time between maintenances. Then use that as the spawn time.