-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need client for this project? #336
Comments
Hi, the client needed is the 1.29.1, I've never tested with newer one (dofus retro). And for the configuration you need to modify the config.xml file and add : <conf name="Online">
<connserver name="My server" ip="[your ip]" port="[realm port]" />
<dataserver url="data/" type="local" priority="1" />
<dataserver url="http://[your lang files]" priority="3" />
<dataserver url="http://staticns.ankama.com/dofus/gamedata/dofus/" priority="2" />
<dataserver url="http://gamedata.ankama-games.com/dofus/" priority="0" />
</conf> And set :
|
Thank you so much, now i try with this parameter. I have a 1.29.1 old installation on Windows, the server side is Debian. I have seen also the Database is empty, only with the structure. There is some indication/rules for the filling? |
I can't share here the database because I've no rights on it, so to create your own database you can get an already fill like the database of ancestra remake, and convert its structure to match the araknemu one. The other way to create the database is to rely on langs files, parse it and generate static data. In that case data will be mostly clean and correct, but some data are not available from langs (decrypted map data, monster characteristics, map triggers, etc.), so you have to fill those missing data by yourself. |
Some data are also available here : https://github.com/Arakne/Araknemu/blob/master/src/test/java/fr/quatrevieux/araknemu/game/GameDataSet.java |
I would really like to contribute (I'm french as well). I consider myself a very good Java/C++ developer, and I've looked into your project, and I find it to be really well programmed. If you would like to share, it would save me time and I'd gladly contribute back, we could have a chat on discord or whatever. Edit : I also just setup the server and it works fine. Just can't do much without a full DB (can't get past character creation as the join with the player_race table will simply not work, and fixing that will result in joins with abilities not working, so it's just a rabbit hole where I would have to painfully recreate the full database) |
I wouldn't share here something I don't own, but if you want some resources to get your client and database, you can send me an email ([email protected]). |
Hello there,
I put this on my Debian Server, but for testing that i need the 1.29 CLient and settings in some mode?
Thanks again seems to be a very great project, and sorry for the newbie question
The text was updated successfully, but these errors were encountered: