Quote:
Originally Posted by spade12
 //Ancestras 4.1
Stop trying to sell an OPEN SOURCE project.
It's not rare its all over french forums.
|
thanks for the link!! I was able to get everything i needed now.
as for making a private server, i found these directions and copied the translation from google translator (french>english)::::::
"Quote:
Preamble.
You will need:
-The Ancestra 4.0 pack involving the emulator and the database
-Wamp
-Navicat (for mysql)
First step: extract the files. :
-Go to the location where you want to install the server (say C: \ servtuto) so you will create a folder servtuto (for example) and will drag the files in the rar to extract them.
Once done, you have the files that make up your server (with or without sources, to create a server, it is not important.).
***Si vous n'avez pas de V vert ou de ! rouge ne vous inquiétez pas, c'est normal !***
Step Two: Create the database. :
-It now opens Navicat. Click File -> New Connection.
Login name: The name of your server
Host name: localhost (one hand on the premise that your server is on the machine where you are now.)
Port: 3306
User name: your username (by default with Wamp: root)
password: your password (by default with Wamp: no password).
So you create your connection to your sql server. But it's empty! We'll fix it.
Log into your new connection (double click on the name), there is a kind of flash green and not red next to the name of your server.
Right click on that connection-> execute sql file -> browse. Go to the location of your server, select the folder SQL create_databases.sql
Double click ancestra_other, then when the icon next to Ancestra_other is green, right-click ancestra_other made execute sql file, Browse:
Go to the folder of your server previously created SQL file. Ancestra_other.sql you select and press start once finished press closed, proceed to the second and final database.
Then double click ancestra_static, then when the icon next to Ancestra_static is green, right-click ancestra_static made execute sql file, Browse:
Go to the folder of your server previously created SQL file. Ancestra_static.sql you select and press start once finished press closed, proceed to the second and final database.
This makes your database is operational.
Step Three: Configure. :
Go to your Core folder, open the config.txt with notepad.
In general configuration change host_ip = (Here internet your ip, so if local: 127.0.0.1, if you use Hamachi, put your hamachi ip)
MOTD change if you want, which is the little red message (or another color, editable) which appears at the connection.
Configuring the database
DB_HOST = 127.0.0.1 (or localhost is the same)
DB_USER = your user name selected in Navicat
DB_PASS = password chosen Navicat
STATIC_DB_NAME = ancestra_static
OTHER_DB_NAME = ancestra_other
In Settings you can change the gameplay different things at stake, I'll let you try.
(Be sure to leave a space after the =)
To play, you must edit the config.xml file located in the dofus (usually C: \ Program Files \ Dofus). right click open with -> Notepad or right click -> edit.
Modify it like this:
[Hide] <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="Nom your serveur" ip="Votre IP/No-IP/Ip-Hamachi/127.0.0.1 to test in local" port="444" />
<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> [/ hide]
The ip matches the specified line of host_ip config.txt.
The specified port is the line of REALM_PORT config.txt.
This config.xml will be the same that you will give your players to connect.
Finally we head back into the core, we start by verifying that the start.bat wamp and mysql service will be launched.
If no errors, you can play and your players.
Listen
Read phoneticallyDictionary - View detailed dictionary""
keep in mind this guy did not have an english version, and i do not have the original French version, but im sure if you copy and paste, reverse translate, youll get the French version. I got this from ******** Forums.