ID:170988
 
I have the most annoying problem in my game, I'm trying to make a Byond version of ragnarok online but one thing keeps happening and it's crashing my game. Monsters are repopulating on their own accord and I have coded nothing for this. I only coded something to make a new one on the map when one dies and that's it. Is there a reason for it to be repopulating the world on it's own accord?
Are you sure you didn't make a mistake in the repop when they die code? Maybe you can post the code your currently using to repop monsters after they die.
Without code, we can't fix an error.
In response to Lenox
new/mob/Monster/Poring(locate(a,b,c))

..That's all...I'm going to make it give a message when ever it creates a new one due to death of another one.
In response to InuTracy
I fixed it, people were attacking it with 0 hp when it was in it's dying flick state so it was just killing it over and over thus making lots of new ones.