Help Needed with Comet Source

08/05/2024 00:47 maino12#1
Hi everyone,

I've been learning C# for a year now to create a Conquer Online private server. Currently, I am using the Comet source. I want to make a server with NPCs similar to those in the World Conquer source.

Unfortunately, despite extensive searching on various forums, I haven't found any guides or explanations on achieving this.

Could anyone provide guidance on how to set up NPCs on the Comet source in a way that resembles the World Conquer source? Additionally, I need help understanding how to implement a security system for the Comet source.

Any help or direction would be greatly appreciated!

Thank you!
08/05/2024 19:28 pintinho12#2
Canyon is a Comet fork and have a lot of stuff based on WCO v2 Source
[Only registered and activated users can see links. Click Here To Register...]
08/06/2024 19:49 maino12#3
Quote:
Originally Posted by pintinho12 View Post
Canyon is a Comet fork and have a lot of stuff based on WCO v2 Source
[Only registered and activated users can see links. Click Here To Register...]
Thanks for sharing, I will looking into it
08/08/2024 03:44 Spirited#4
Quote:
Originally Posted by maino12 View Post
Hi everyone,

I've been learning C# for a year now to create a Conquer Online private server. Currently, I am using the Comet source. I want to make a server with NPCs similar to those in the World Conquer source.

Unfortunately, despite extensive searching on various forums, I haven't found any guides or explanations on achieving this.

Could anyone provide guidance on how to set up NPCs on the Comet source in a way that resembles the World Conquer source? Additionally, I need help understanding how to implement a security system for the Comet source.

Any help or direction would be greatly appreciated!

Thank you!
There are no such guides because that's just programming. It's problem solving. You look at other projects, learn how NPCs in Conquer Online work, and then implement it how you want it to be implemented. That's the whole purpose of a skeleton project (which Comet advertises itself to be). It gives you a foundation, and that's it. You bring everything else.