HELP Azure DO server

08/30/2013 23:24 nckrnckr#1
1- How do I can reward system?
2- and ranking system?
3- How do I full ammo bars?
4- How do I add saturn game design?
5- How do I add new maps to the game?
6- How do I add blue and green station

Please provide at least one answer :o
08/30/2013 23:31 XxDarthDexterxX#2
There's an official support thread. While I understand your passion behind wanting to create a private server, it's not something you can do if you're not an experienced programmer.

If you're passionate about it enough, go learn the basics of programming and C#, and only then attempt to do something this crazy. It will take time, it will take patience.
08/31/2013 00:35 »Barney«#3
Quote:
Originally Posted by nckrnckr View Post
1- How do I can reward system?
2- and ranking system?
3- How do I full ammo bars?
4- How do I add saturn game design?
5- How do I add new maps to the game?
6- How do I add blue and green station

Please provide at least one answer :o
Reward system:
  1. Create a delegate with the return type void, taking one parameter: NPC. Name it KilledEventHandler.
  2. Create an event for the NPC class called 'Killed' as KilledEventHandler
  3. Subscribe to that event when the NPC is created/regenerated
  4. Add some code to the event handler, like this.Uridium += npc.RewardData.Uridium;
  5. Finally, before you exit the handler, make sure you remove itself from the event's Invocation List

By the way, kid, STOP CREATING NEW THREADS FFS! Do it by yourself, no one is going to code it for you! Creating a server is not as easy as many of you think, "I'll just copy and paste these file and then draw some shit in paint and then it's done".

It requires experience, what the hell do you think BP is doing? Wanking all day long just waiting for the game to write itself because they have "ideas" ? It pisses me off seeing people trying to create DO Private Servers without having A SINGLE clue about programming, and asking other people to magically make things APPEAR INTO THEIR FOLDERS (yes, a guy PM'd me asking if I can help him move the files to the server's folder, and then it's my fault for saying no: his reply being "fuck you, you can't do your job then don't come here in epvp showing off", of course with grammar mistakes)
08/31/2013 00:38 Technostar#4
I know to nearly all questions an answer, but i think i need to know if you can really programm C# (not Copy&Paste)