ID:170988
![]() Nov 24 2004, 1:41 pm
|
|
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?
|
![]() Nov 24 2004, 1:42 pm
|
|
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.
|
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. |