#albetros
I got scolded for spelling my own source wrong
Yah I doubt I'll be releasing it fang. I keep considering it though just cause I have no use for it and I'm far too addicted to releasing stuff :P
@ OP: I've posted quite a lot of information on how to go about writing spawns (basics) into my source... I'd suggest digging through the FAQ thread I made for it some.
If you want to get them spawning, you can edit just like 5-10 lines of code (which I've posted most if not all of) and you'll have them all spawning properly.
You'll then still need to handle their movement/attacking/death/drops which is a bit trickier. Seeing as you're new with C#, I'd strongly suggest what I and others suggest to all new programmers...
Take a step back.
By this I mean don't focus so much on programming for CONQUER. Good programming habits are easy to learn... the first time around. Once you start copying poor code it gets in your head as how things should be done and at some point you'll need to go back and re-train yourself which is much more difficult.
There's plenty of programming tutorials all over the internet and I and others have posted some here on this site. I'd take a few weeks, read a book or two and start with some small programs so that you understand the basics of what C# is, what the basic syntax is, object oriented programming as well as the basics such as data types, conditional statements, loops, etc.
Knowing basic stuff like that will take you miles beyond what simply following guides on here or stumbling around blindly trying to add features will do for you.