• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Open TibiaME Server with sources

Status
Not open for further replies.
Yeah, project is almost dead, only me trying to do something with it.
Damn, I love tibiame.
 
I'm just started to work on server project for v2.02 version. Currently annalizing packets.
 
I respect your work liuciferis :D i hope i can put it online! Sorry but i cant c++ or lua files :(
 
:eek:, i want to open tibiame server . What should i do

Hmm, if it is vb.net i can help you but it is c++

I think you should make this project in Microsoft Visual Studio 2010 It also auto fix mistakes , like this:

Code:
Module Module1

    Sub Main()
        Console.ReadKey
    End Sub

End Module

To

Code:
Module Module1

    Sub Main()
        Console.ReadKey() ' It auto add ()
    End Sub

End Module

And it says mistakes and errors real time

You should use it.

If you dont have money, you can use express edition

If you student, uncle bill , gives not free visual studio, like visual studio ultimate
 
Last edited by a moderator:
I hate VB lang :S it's a peace of cake.

Java and C# is the best for me, also C++.

I'm also using SharpDevelop to build the code.

Also this project is in C#, not C++. :D
 
Last edited by a moderator:
Yeah , vb.net isnt advanced language, but its the most suitable language making Windows Form Application ,also, vb.net easy to earn.

If u will use Command Line Arguments in your server client, i will make GUI application, so it will be more easy.
---
I think c++ and c# the best computer language.
---
Sharpdevelop good compiler, but Visual Studio 2010 better.
I said
It also auto fix,

And it says mistakes and errors real time
So its better than sharpdevelop,

Also this project is in C#, not C++.

Hehe , iam confused , so i wrote c# instead, c++, sorry for this.
---

Will you add command line arguments??? like this:

Code:
otmetibiameclient.exe -serverip 212.174.xx.xx -serverport 2700 -gatewayport 1500

Sorry for bad english :/
 
Last edited by a moderator:
Nope, in tibiame.jar ip must be set inside client.

P.S now adding auto download data from the server, so otme will be playable from phones too. :D
 
Liuiferis could you give me your hotmail so i can add you?
 
Data download from the login server adaptation were success. My phone downloaded all rms files!.
Now it's time to work on gameserver.
 
I want host tibiame server, but not works(port)
,
There arent any port numbers in rms file, but , in config.xml the port numbers changeble :?: so, you should remove port numbers in config.xml because if you host tibiame server the port number MUST be 110 and 7000. it isnt changable, if you change port numbers, not works.
sorry for bad english, i know only turkish now.

Hmm, you had better add .zip file of server client in svn,.

There are many files in svn, if i want download, it require too much work.

And dont use assembla, it want money after 30 days.

View attachment Program.cs.zip


I edited the source of program.cs. I add try , catch, so if occurred an error, it wont hangs and crashes anymore (bad config file etc.), It will say "An error occurred, please verify config.xml file and data files, then try again".

The new source is attached.
 
Last edited by a moderator:
Thanks, will add later into branch. As I said I'm not working with those sources anymore.
Already made login server for v2.02 client. Will upload sources to svn when it's will ready 100%.
 
Now , the rms files not work (v2.02)?

I saw ip numbers in rms files (v2.02)
 
Can you post the newest source in zip file, i know little c#,i tried download in svn but it is more difficult?
 
Don't try to do anything with v1.45 sources. I won't work on it anymore. As I said I'm working on v2.02 client. :) Sources will be shared when I will make basic game server. Login server now works very well.
 
Who cares? I can do it in one or two years or even a day. It depends of my willingness. P.S already shared on svn.
 
when would you realse 2.02?
 
Status
Not open for further replies.
Back
Top