[OpenSource] Lime Odyssey Server Emulator (C#)

Newbie Spellweaver
Joined
Jul 13, 2014
Messages
25
Reaction score
24
We've decided to share our current progress at rebuilding the server for Lime Odyssey, do note though that the emulator is FAR from being complete.

Lime Odyssey is a dead game that never truly left beta back in 2013.

Currently what you can do in this server emulator:
  • Login
  • Create a character
  • Pick your character in the character list
  • Walk around in the world
  • Spawn NPCs
  • Spawn Monsters (that some what will walk around)
  • Chat
  • See other players
  • Spawn in items
  • Equip items
  • All of which syncs between clients
That's basically about it.

Code can be found here:

It's built in C# .NET 9, it targets the Korean CBT3 Client.
The client and previous discussions on this game can be found here:

You want the client posted by kaitodomoto.
There's a readme on how to get started on the github page.

If anyone is interested in helping out building a more complete server, please feel free to pitch in!
 

Attachments

  • image6 - [OpenSource] Lime Odyssey Server Emulator (C#) - RaGEZONE Forums
    image6.webp
    297.2 KB · Views: 38
Some updates to the project.
  • Got more of the monster logic in place.
  • Got EXP in place.
  • Got battling in place, where you can kill monsters and monsters can kill you.
  • Started work on skill usage.
  • Started work on getting looting to work.


Stuff is still a work in progress of course, but it's coming along.
 
Back