[Tutoriel] Créer un serveur Dofus 1.29 avec AncestraR rev54
-
<p style="text-align: center;"><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 20px;"><strong>Créer un serveur Dofus 1.29</strong></span></span></p><p style="text-align: center;"><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><em>Vous voulez créer un serveur Dofus 1.29 ? Suivez ce tutoriel pour enfin pouvoir créer votre propre serveur !</em></span></p><p> </p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 18px;"><strong>Prérequis :</strong></span></span></p><hr/><p><strong>Pour Windows :</strong></p><ul><li><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><strong>Java :</strong> <a href="https://www.java.com/fr/download/manual.jsp" rel="external nofollow">https://www.java.com/fr/download/manual.jsp</a></span></li><li><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><strong>MySQL :</strong> <a href="http://dev.mysql.com/downloads/file.php?id=458482" rel="external nofollow">http://dev.mysql.com/downloads/file.php?id=458482</a></span></li><li><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><strong>HeidiSQL :</strong> <a href="http://www.heidisql.com/download.php" rel="external nofollow">http://www.heidisql.com/download.php</a></span></li><li><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><strong>Ancestra Remake Rev54 :</strong> <a href="https://mega.nz/#!tpJDSaxY!4kU_g_mzjg8gn6FV7NE8J9rRPs0X36YkqTA4JhuYl3E" rel="external nofollow">https://mega.nz/#!tpJDSaxY!4kU_g_mzjg8gn6FV7NE8J9rRPs0X36YkqTA4JhuYl3E</a></span></li></ul><p> </p><p><strong><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Pour Linux :</span></strong></p><pre class="html ipsCode prettyprint" data-pbcklang="html" data-pbcktabsize="4">sudo apt-get install openjdk-7-jdk mysql-server</pre><p></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 18px;"><strong>Installation de la base de données :</strong></span></span></p><hr/><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Ouvrez HeidiSQL et connectez-vous à votre serveur SQL.</span></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Ensuite, créez deux nouvelles bases de données : <strong>AncestraR_Game</strong> et <strong>AncestraR_Realm.</strong></span></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Puis, exécutez les scripts <strong>AncestraR_Game.sql</strong> et <strong>AncestraR_Realm.sql</strong> contenus dans le dossier Ar54/BDD <strong>dans les bases de données respectives</strong>.</span></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Enfin, <strong>appliquez les patchs</strong> contenus dans le dossier Ar54/BDD/Patchs <strong>dans les bases de données respectives et dans l'ordre des révisions</strong>.</span></p><p></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 18px;"><strong>Lancement du serveur :</strong></span></span></p><hr/><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Naviguez dans le dossier <strong>Ar54/Realm</strong> et lancez <strong>startRealm.bat</strong> pour lancer le serveur de connexion.</span></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Naviguez dans le dossier <strong>Ar54/Game</strong> et lancez <strong>startRealm.bat</strong> pour lancer le serveur de jeu.</span></p><p> </p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">Si vous utilisez <strong>Linux</strong>, il vous faut créer deux nouveaux fichiers .sh :</span></p><pre class="html ipsCode prettyprint" data-pbcklang="html" data-pbcktabsize="4"># Ar54/Realm/start.sh
java -jar -Xmx200m -Xms200m AncestraRealm.jar</pre><pre class="html ipsCode prettyprint" data-pbcklang="html" data-pbcktabsize="4"># Ar54/Game/start.sh
java -jar -Xmx200m -Xms200m Ancestra.jar</pre><p></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 18px;"><strong>Connexion au serveur :</strong></span></span></p><hr/><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 14px;">Pour jouez en ligne avec d'autres joueurs, vous devez débloquer <strong>les ports TCP 5554 et 443 des pare-feux</strong> de votre routeur et de votre machine.</span></span></p><p></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 18px;"><strong>Configuration du client :</strong></span></span></p><p><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><span style="font-size: 14px;"><hr/></span></span></p><pre class="html ipsCode prettyprint" data-pbcklang="html" data-pbcktabsize="4"><config>
<delay value="500"/>
<rdelay value="3000"/>
<rcount value="10"/><conf name="En ligne"> <connserver name="" ip="" port="" /> // /!\ Ligne à compléter /!\ <dataserver url="http://staticns.ankama.com/dofus/gamedata/dofus/"priority="2" /> <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></pre><p> </p>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login