Skip to content

Tutoriels

1 Topics 3 Posts

This category can be followed from the open social web via the handle [email protected]

  • [Tutoriel] Créer un serveur Dofus 1.29 avec AncestraR rev54

    3
    0 Votes
    3 Posts
    14k Views
    SoulalexS
    <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"/> &lt;conf name="En ligne"&gt; &lt;connserver name="" ip="" port="" /&gt; // /!\ Ligne à compléter /!\ &lt;dataserver url="http://staticns.ankama.com/dofus/gamedata/dofus/"priority="2" /&gt; &lt;dataserver url="http://gamedata.ankama-games.com/dofus/"priority="0" /&gt; &lt;/conf&gt; &lt;cacheasbitmap&gt; &lt;cache element="ExternalContainer/InteractionCell" value="false" /&gt; &lt;cache element="ExternalContainer/Ground" value="false" /&gt; &lt;cache element="ExternalContainer/Object1" value="false" /&gt; &lt;cache element="ExternalContainer/Object2" value="false" /&gt; &lt;cache element="ExternalContainer/Zone" value="false" /&gt; &lt;cache element="ExternalContainer/Select" value="false" /&gt; &lt;cache element="ExternalContainer/Grid" value="false" /&gt; &lt;cache element="ExternalContainer/Pointer" value="false" /&gt; &lt;cache element="GAPI/UI" value="false" /&gt; &lt;cache element="GAPI/UITop" value="false" /&gt; &lt;cache element="GAPI/Popup" value="false" /&gt; &lt;cache element="GAPI/UIUltimate" value="false" /&gt; &lt;cache element="GAPI/Cursor" value="false" /&gt; &lt;cache element="mapHandler/BACKGROUND" value="false" /&gt; &lt;cache element="mapHandler/Cell/Ground" value="false" /&gt; &lt;cache element="mapHandler/Cell/Object1" value="false" /&gt; &lt;cache element="mapHandler/Cell/Object2" value="false" /&gt; &lt;cache element="mapHandler/Cell/ObjectExternal" value="false" /&gt; &lt;cache element="Zone/Zone" value="true" /&gt; &lt;cache element="Zone/Pointers" value="true" /&gt; &lt;/cacheasbitmap&gt; </config></pre><p> </p>