[Question] How to increasing the number of monsters?

04/25/2009 18:49 Noob_4ver#1
Hey guys...
I like to know how i can increasing the numbers of monsters in mc2, to upgrade the spawn there.....
04/26/2009 00:54 saggy#2
nobody know, how to do it?
04/26/2009 17:19 Noob_4ver#3
Nobody? :rolleyes:
04/26/2009 17:47 Beta Limit#4
What Source is it? If its binaries i aint gunna help ya.
04/30/2009 00:20 Noob_4ver#5
Quote:
Originally Posted by Beta Limit View Post
What Source is it? If its binaries i aint gunna help ya.
Yes. Is TQ Binaries ^^
04/30/2009 00:42 2coolforu2#6
I belive its in cq_monstertype, I dont know if it is because I dont use it.
04/30/2009 00:49 kinshi88#7
Its in cq_generator:
Code:
[B]maxnpc[/B] = How many mobs can be spawed max
[B]max_per_gen[/B] = How many are spawned each time
Just change those values.
04/30/2009 00:52 2coolforu2#8
Oh okay thank you for the correction, i figured it was either in cq_generator or the cq_monstertype but wasnt sure.
04/30/2009 12:20 Nirion#9
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)
04/30/2009 14:21 Beta Limit#10
Quote:
Originally Posted by Nirion View Post
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)
Hint: Look for a System.Timer i believe should have some kind of Spawn event within it.

Also i advise you to look at Hybrids source, lots of work is going into that by many of the advanced users at the moment so if you ask im sure the guys will give you a hand or some hints
04/30/2009 14:31 Nirion#11
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.
04/30/2009 16:38 Beta Limit#12
Quote:
Originally Posted by Nirion View Post
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.
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.
04/30/2009 18:24 Noob_4ver#13
Quote:
Originally Posted by kinshi88 View Post
Its in cq_generator:
Code:
[B]maxnpc[/B] = How many mobs can be spawed max
[B]max_per_gen[/B] = How many are spawned each time
Just change those values.
Wow...Thank's kinshi :p