TibiaME server

Re: TibiaME Server Emulator C#

is this a web brower game? sorry to ask i didnot check yet the site
any database for this?

thanks

interested in java base thing
Hy there, I'm releasing OTME sources (TibiaME v2.05 server emulator)

For more details about game:
Credits to Cybershadow, Gecko for base emulator and me (Kic2Ass, Mindee).

Some screenshots:
hellacious - TibiaME server - RaGEZONE Forums
hellacious - TibiaME server - RaGEZONE Forums
hellacious - TibiaME server - RaGEZONE Forums
hellacious - TibiaME server - RaGEZONE Forums





Links:
SVN:
Timeline:

P.s You will need .NET Framework 4.0 and 3.5 to run the server. If you need any help, feel free to ask.

MSN: [email protected]

I also looking for C# programmers who would like to make a team. We can do it!
 
Re: TibiaME Server Emulator C#

I've learn a bit on scripting, and I will try my best to finish this server. Maybe I can add monster spawn and some more !..
 
Re: TibiaME Server Emulator C#

Don't bother with C# version as I almost finished java version.

For now, server support only v1.45 client, but in future, when I will find the structure of map packets, I will add support for newer client.

ToDo:
- Pathfinding for monsters. (Made one with A* Star, but monsters doesn't walk like on cipsoft's tibiame)
- Travel store. (Missing packet) (Depot and items are finished).
- Top100 and Online lists. (Missing packets)

Everything else is done (Leveling, attacking and so on.)

I'm thinking to open test server.

@ramispo, this game works on android, iphone, j2me devices, also on pc with emulator. Not so long ago, CipSoft added web client. So, yes, it's a browser-based game too.



 
Re: TibiaME Server Emulator C#

Don't bother with C# version as I almost finished java version.

For now, server support only v1.45 client, but in future, when I will find the structure of map packets, I will add support for newer client.

ToDo:
- Pathfinding for monsters. (Made one with A* Star, but monsters doesn't walk like on cipsoft's tibiame)
- Travel store. (Missing packet) (Depot and items are finished).
- Top100 and Online lists. (Missing packets)

Everything else is done (Leveling, attacking and so on.)

I'm thinking to open test server.

@ramispo, this game works on android, iphone, j2me devices, also on pc with emulator. Not so long ago, CipSoft added web client. So, yes, it's a browser-based game too.






I'm glad that this project are still alive! And it's nearly complete too! If you thinking about opening a test server, i'll be glad to joining it!
 
I released server sources written in Java for v1.45 client.
SVN and Timeline here:
 
Back