Hey guys...
I like to know how i can increasing the numbers of monsters in mc2, to upgrade the spawn there.....
I like to know how i can increasing the numbers of monsters in mc2, to upgrade the spawn there.....
[B]maxnpc[/B] = How many mobs can be spawed max [B]max_per_gen[/B] = How many are spawned each time
Hint: Look for a System.Timer i believe should have some kind of Spawn event within it.Quote:
Kinda of the same problem but does anyone know how to manipulate the spawn times in LOTF? I don't want a direct answer just a hint cause I'm trying to learn C# in my free time by messing around with a Loft source then hopefully move on to Hybrids Source, but anyways I just can't find the spawn times for some reason. Thanks in advance (i will give thanks if you help :D)
Thats exactly how i started out, messed about with LOTF for like 3 months which gave me some good knowledge of C#. Good luck to you.Quote:
Thanks Beta, some reason I didn't even think to look there. I'm very beginner when it comes to C# but trying hard to improve. I think ill take your advice tho and start looking at Hyrbids source, I was just using Lotf as a reference to help get started because it had alot of guides I could refer to.