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!

Launch Allods 4.0.2 Without Starter.exe

Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
As The Title Says, Is There Any Possible Way To Launcher Allods.ME Without Starter.exe Because It's Not Working, When I Launch starter_en.bat With A Local IP (127.0.0.1) It Open And Close After A While And Nothing Happen, And If There Is, Is It Possible To Change IP Address ?

#Edit : If someone Got Source Code For The Official Launcher Please Send Download Link Via Private Message :):
 
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
As The Title Says, Is There Any Possible Way To Launcher Allods.ME Without Starter.exe Because It's Not Working, When I Launch starter_en.bat With A Local IP (127.0.0.1) It Open And Close After A While And Nothing Happen, And If There Is, Is It Possible To Change IP Address ?

#Edit : If someone Got Source Code For The Official Launcher Please Send Download Link Via Private Message :):

:marchmellow:

editing IP in file (.\client\Profiles\accountServer.cfg)
IP - 127.0.0.1 or any other!!!
Code:
account_srv_host = "127.0.0.1"
account_srv_port = 9340
sorry my bad english :/
 
Last edited:
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
Thank You So Much, Witcherivan, I'm Testing It Now



I've Successfully Log Into The Server, But Unfortunately I Can't Get Into The Shard Server Because It Doesn't Appear.

XtDpYE5 - Launch Allods 4.0.2 Without Starter.exe - RaGEZONE Forums


accountServer Cfg

Code:
<?xml version="1.0" encoding="utf-8"?>
<config name="Ragezone Forever" build="Debug" serversNeed="1" mapServicesAmount="1">
  <net basePort="9000" datagramPort="8000" bindPortsRange="15"/>
  <logging kind="none"/>


  <accountServer maxUsersOnShard="10" clientsLimit="10" build="builds/standard.xml" versionOnLogin="-1" ip="192.168.1.20">
    <approve ip="127.0.0.1" port="9346"/>
    <auth ip="192.168.1.20" port="9340" timeout="30000"/>
    <api protocol="http" host="127.0.0.1" port="9356"/>
    <db host="127.0.0.1" user="postgres" password="123456" />
    
    <authenticator>
        <api host="127.0.0.1" port="9398"/>
    </authenticator>
    
  </accountServer>
</config>

billingServer Cfg
Code:
<?xml version="1.0" encoding="utf-8"?><config name="test_trunk_shard" build="Debug" serversNeed="8" mapServicesAmount="1">


  <logging kind="local">
    <local format="csv"/>
  </logging>


  <billingServer ip="127.0.0.1">
    <net port="9320" host="127.0.0.1"/>
    <api port="8080" host="127.0.0.1"/>
    <db host="127.0.0.1" user="root" password="" />
  </billingServer>


  <accountServer>
    <authenticator>
        <api host="127.0.0.1" port="9398"/>
    </authenticator>
  </accountServer>
</config>

itemMallServer Cfg

Code:
<?xml version="1.0" encoding="utf-8"?>
<config name="test_trunk_shard" build="Debug" serversNeed="8" mapServicesAmount="1">
  <net basePort="9000" datagramPort="8000" bindPortsRange="15"/>
  <resourceSystem skipClientResources="true" restrictedMapsLoading="true"/>


  <logging kind="local">
    <local format="csv"/>
  </logging>


  <itemMallServer ip="127.0.0.1">
    <net ip="127.0.0.1" port="9321"/>
    <assortment banners-config="banners.cfg"/>
  </itemMallServer>


  <billingServer >
    <net port="9320" host="127.0.0.1"/>
  </billingServer>
</config>

masterServer Cfg
Code:
<?xml version="1.0" encoding="utf-8"?><config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="500" ip="127.0.0.1" lang="eng">
    <db host="127.0.0.1" user="root" password="" />
    <net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

shardServer Cfg
Code:
<?xml version="1.0" encoding="utf-8"?><config name="Ragezone Forever" comment="" maxUsers="10" build="Debug">
    <net basePort="10000" consoleAccessPort="9856"/>
  <resourceSystem restrictedMapsLoading="true" storeXdbLinks="true" checkResourceSystemIndex="false"/>


    <territory>USA</territory>


    <monetization>F2P</monetization>


    <logging kind="local">
        <local format="csv"/>
        <remote host="localhost" port="8888"/>
    </logging>


    <shard role="LocalShard" memory="4096" ip="127.0.0.1">
        <frontEnd ip="127.0.0.1" port="9322" timeout="60000"/>
        <db database="allods_online_RC_4_0_02" host="127.0.0.1" user="root" password=""/>
        <http host="127.0.0.1" port="8080"/>
        <xmpp port="5222" domain="allods.ru" certificate="keys/xmpp.p12" password="secret" />
        <indicator/>
        <doorway/>
    </shard>


    <itemMallServer>
        <net ip="127.0.0.1" port="9321"/>
        <assortment banners-config="banners.cfg"/>
    </itemMallServer>


    <billingServer>
        <accounter accounterOneWay="billingserver.AccounterOneWayFakeImpl"/>
        <net host="127.0.0.1" port="9320"/>
        <api host="127.0.0.1" port="8080"/>
        <billing-api-url>http://emp2.allods.mail.ru/actions.php</billing-api-url>
    </billingServer>


    <accountServer>
        <approve ip="127.0.0.1" port="9346"/>
        <auth ip="192.168.1.20" port="9340" timeout="30000"/>
        <api host="127.0.0.1" port="9356" protocol="http"/>
    </accountServer>


    <masterServer>
        <net ip="127.0.0.1" port="9513"/>
        <api ip="127.0.0.1" port="10500"/>
    </masterServer>


    <resourceErrorsEnabled>false</resourceErrorsEnabled>


    <gameMechanics>
        <characterCreation allowDiffFactions="true"/>
        <shipRate build="1" buildReduce="1"/>
        <mobExpRate>10</mobExpRate>
        <questExpRate>10</questExpRate>
    </gameMechanics>


    <!-- use fake address of gametool - 127.0.0.2 - to avoid same ip as local shard -->
    <gametoolEAR ip="127.0.0.2" lang="rus">
        <standard-gametool-config>
            <mode name="slave"/>
            <instance name="Trunk shard"/>
            <database-defaults>
                <default-gametool-database port="5432" database="gametool" login="gametool" password="gametool"/>
                <default-logserver-database host="127.0.0.1" port="5432" database="logserver" login="logserver" password="logserver"/>
            </database-defaults>
            <master address="127.0.0.1" login="*" password="*"/>
            <shard id="trunk_local" name="trunk_local" address="127.0.0.1"
                         login="*" password="*"/>
        </standard-gametool-config>
    </gametoolEAR>


    <enableDynamicMapServices>true</enableDynamicMapServices>
</config>

BTW: The Launcher Is Russian, Is There An English Version. :blushing::):
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
T... BTW: The Launcher Is Russian, Is There An English Version. :blushing::):

This Russian Game :wink:

And what is required localization of the client of game. Russian?

I've Successfully Log Into The Server, But Unfortunately I Can't Get Into The Shard Server Because It Doesn't Appear.

What level of access at your game account?
if 'User' that you aren't able to enter on shard.
change on the 'Master' or the 'Developer' in PostgreSQL Database.

example:
WVOsTjd - Launch Allods 4.0.2 Without Starter.exe - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
This Russian Game :wink:

And what is required localization of the client of game. Russian?

I Think I Understand now :):

What level of access at your game account?
if 'User' that you aren't able to enter on shard.
change on the 'Master' or the 'Developer' in PostgreSQL Database.

example:
WVOsTjd - Launch Allods 4.0.2 Without Starter.exe - RaGEZONE Forums

I've Completely Forgot About Access Level, ::LOL , You're Right!!
buawo2B - Launch Allods 4.0.2 Without Starter.exe - RaGEZONE Forums


I Was Using This Registration Website: http://forum.ragezone.com/f745/release-simple-register-website-data-1080661/#post8513721

And I Forget To Change This Line:

Code:
$result = $proxy->createAccountEx($accountname, $password, AccessLevel::[B]User[/B](), AccountStatus::Active(),$accountname,null);

Into This:
Code:
$result = $proxy->createAccountEx($accountname, $password, AccessLevel::[B]Master[/B](), AccountStatus::Active(),$accountname,null);

Anyway, The Game Is Working Now, Thx Again witcherivan. :eek:tt::thumbup1:

qchKtc8 - Launch Allods 4.0.2 Without Starter.exe - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 29, 2013
Messages
186
Reaction score
78
:marchmellow:

editing IP in file (.\client\Profiles\accountServer.cfg)
IP - 127.0.0.1 or any other!!!
Code:
account_srv_host = "127.0.0.1"
account_srv_port = 9340
sorry my bad english :/

Any chance you have the source code to hookdll?
 
Back
Top