Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Dofus private server

凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
still needs tons of work besides the emu it's self, such as database works for the monsters and such and some maps portals are still not working.
 
Newbie Spellweaver
Joined
Oct 18, 2010
Messages
10
Reaction score
0
just develop it over time, alot of people will play as it is. Hopefully you can take on a few more coders to get the bugs and poop sorted. Deffently worth spreading the word mate.
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
it's been updated to rev 26 now, i don't have the details on it but my server is running off it.
 
Newbie Spellweaver
Joined
Oct 18, 2010
Messages
10
Reaction score
0
Nice man, if you like i can start advertising if the server is online?
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
up to you , i put it up and down since i play around with other severs too

edit: rev 27 now
 
Last edited:
Initiate Mage
Joined
Nov 8, 2010
Messages
1
Reaction score
0
hi im new to this, ive done everything but when i try to logg in i get this message : "Connection to the server was lost. Try Again?". I don't know what to do.

This is my config.

<config>
<delay value="500"/>
<rdelay value="3000"/>
<rcount value="10"/>

<conf name="En ligne">
<connserver name="Officiel" ip="213.248.126.11" port="443" />
<connserver name="Dofus private" ip="127.0.0.1" port="443" />
<dataserver url="data/" type="local" priority="1" />
<dataserver url="http://staticns.ankama.com/dofus/gamedata/dofus/" priority="3" />
<dataserver url="http://gamedata.ankama-games.com/dofus/" priority="0" />
</conf>

<cacheasbitmap>
<cache element="ExternalContainer/InteractionCell" value="false" />
<cache element="ExternalContainer/Ground" value="false" />
<cache element="ExternalContainer/Object1" value="false" />
<cache element="ExternalContainer/Object2" value="false" />
<cache element="ExternalContainer/Zone" value="false" />
<cache element="ExternalContainer/Select" value="false" />
<cache element="ExternalContainer/Grid" value="false" />
<cache element="ExternalContainer/Pointer" value="false" />
<cache element="GAPI/UI" value="false" />
<cache element="GAPI/UITop" value="false" />
<cache element="GAPI/Popup" value="false" />
<cache element="GAPI/UIUltimate" value="false" />
<cache element="GAPI/Cursor" value="false" />
<cache element="mapHandler/BACKGROUND" value="false" />
<cache element="mapHandler/Cell/Ground" value="false" />
<cache element="mapHandler/Cell/Object1" value="false" />
<cache element="mapHandler/Cell/Object2" value="false" />
<cache element="mapHandler/Cell/ObjectExternal" value="false" />
<cache element="Zone/Zone" value="true" />
<cache element="Zone/Pointers" value="true" />
</cacheasbitmap>
</config>

and other config.

# Fichier de configuration du serveur Ancestra
# Par Adm1 (Emu Dofus)

# Configuration g??ale
GAME_PORT = 5555
REALM_PORT = 443
DEBUG = true
USE_IP = false
HOST_IP = 127.0.0.1
MOTD =<b>Welcome to intoxicated dofus</b>
MOTD_COLOR = FF0000
SEND_POLICY = false
SAVE_TIME = 30

#Rates
XP_PVP = 2

#Configuration de la base de donn?
DB_HOST = 127.0.0.1
DB_USER = root
DB_PASS = 123
STATIC_DB_NAME = ancestra_static
OTHER_DB_NAME = ancestra_other

#Configuration du GamePlay
MAX_PERSO_PAR_COMPTE = 5
USE_MOBS = true
USE_CUSTOM_START = true
START_MAP = 10298
START_CELL = 314
START_LEVEL = 1
START_KAMAS = 100000
USE_AREA_CHANNEL = true

Please help... thanks in advance.
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
<config>

<delay value="500"/>
<rdelay value="3000"/>
<rcount value="10"/>

<conf name="pServer">

<connserver name="yourservername" ip="yourip" port="443" />

<dataserver url="data/" type="local" priority="3" />
<dataserver url="http://staticns.ankama.com/dofus/gamedata/dofus/" priority="2" />
<dataserver url="http://gamedata.ankama-games.com/dofus/" priority="1" />
</conf>




<cacheasbitmap>
<cache element="ExternalContainer/InteractionCell" value="false" />
<cache element="ExternalContainer/Ground" value="false" />
<cache element="ExternalContainer/Object1" value="false" />
<cache element="ExternalContainer/Object2" value="false" />
<cache element="ExternalContainer/Zone" value="false" />
<cache element="ExternalContainer/Select" value="false" />
<cache element="ExternalContainer/Grid" value="false" />
<cache element="ExternalContainer/Pointer" value="false" />
<cache element="GAPI/UI" value="false" />
<cache element="GAPI/UITop" value="false" />
<cache element="GAPI/Popup" value="false" />
<cache element="GAPI/UIUltimate" value="false" />
<cache element="GAPI/Cursor" value="false" />
<cache element="mapHandler/BACKGROUND" value="false" />
<cache element="mapHandler/Cell/Ground" value="false" />
<cache element="mapHandler/Cell/Object1" value="false" />
<cache element="mapHandler/Cell/Object2" value="false" />
<cache element="mapHandler/Cell/ObjectExternal" value="false" />
<cache element="Zone/Zone" value="true" />
<cache element="Zone/Pointers" value="true" />
</cacheasbitmap>

</config>

and your config file is missing lines ,download a new ancestra pack
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
if anyone is interested in hosting ancestra on linux check out my linux list and i explains how todo so :)
 
Last edited:
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
its now revision 29 so the svn is constantly being updated, and the game is playable, just not 100%
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
you can do lot more den just play online lmao you should read back and look for 1 of the change logs i put up.

rev 30 was just released

 
Last edited:
Newbie Spellweaver
Joined
Aug 10, 2009
Messages
6
Reaction score
0
hey omnija can u help me pls i want to create a dofus private server but i dont know where to began can u explain me how to do so Thanks :)
 
Newbie Spellweaver
Joined
Jul 30, 2008
Messages
91
Reaction score
10
hey omnija can u help me pls i want to create a dofus private server but i dont know where to began can u explain me how to do so Thanks :)

Follow OP's tutorial. It's really nice actually and will sort everything out for you. I got it up and running just following step by step.
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
its easier to set up if you download a precompiled version.
 
Newbie Spellweaver
Joined
Aug 10, 2009
Messages
6
Reaction score
0
any help how and where to download pre compiled one pls can u sign in to msn and help set a server up thanks :)
 
Back
Top