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!

[Release] Blade & soul Revolution(mobile) server+client

Banned
Banned
Joined
Apr 1, 2019
Messages
313
Reaction score
19
this vhost is for virtual machine user??

Try change mysql login and pass on connect.php.

httpd.conf
add
Code:
Listen 8080
Listen 8888

httpd-vhosts.conf
Code:
<VirtualHost *:8080>
    #ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot "D:/xampp/htdocs/8080"
        <Directory "D:/xampp/htdocs/8080">
        AllowOverride All
        Order Allow,Deny
        Allow from All
    </Directory>
    ##ServerName dummy-host.example.com
    ##ServerAlias www.dummy-host.example.com
    ErrorLog "logs/dummy-host.example.com-error.log"
    CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

<VirtualHost *:8888>
    #ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot "D:/xampp/htdocs/8888"
    ##ServerName dummy-host.example.com
    ##ServerAlias www.dummy-host.example.com
    ErrorLog "logs/dummy-host.example.com-error.log"
    CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>
 
Experienced Elementalist
Joined
Nov 8, 2014
Messages
222
Reaction score
12
ashlay - [Release] Blade & soul Revolution(mobile) server+client - RaGEZONE Forums
ashlay - [Release] Blade & soul Revolution(mobile) server+client - RaGEZONE Forums



This is file .BIN(app read) and .CSV(server read). does anyone know how to switch between them?
.CSV file can edit easy but .BIN maybe was pack. So we need find how to convert CSV to BIN.
 
Banned
Banned
Joined
Apr 1, 2019
Messages
313
Reaction score
19
anyone what is this?
and also why the playserver.exe is always close?
 
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
30
Reaction score
6
Anyone can share vm file for those having errors all the time while trying to setup?
 
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
30
Reaction score
6
can anyone help i followed instructions and i end up with this error
 
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
30
Reaction score
6
my IP is to long is there anything i can do? mine is 12 long and the original is only 11
 
Newbie Spellweaver
Joined
Jun 24, 2019
Messages
50
Reaction score
7
my IP is to long is there anything i can do? mine is 12 long and the original is only 11

please follow the guide for page 1,the origin apk ip have 14 length,if u short ,just use / to fill ,xxx:8080///
 
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
30
Reaction score
6
Re: [Release] Blade &amp; soul Revolution(mobile) server+client

if that's the case then mine is 15 anyway to shorten it?



please follow the guide for page 1,the origin apk ip have 14 length,if u short ,just use / to fill ,xxx:8080///

if that's the case then mine is 15 anyway to shorten it? 192.xxx.xxx.128
 
Junior Spellweaver
Joined
Dec 5, 2015
Messages
181
Reaction score
145
Re: [Release] Blade &amp; soul Revolution(mobile) server+client

if that's the case then mine is 15 anyway to shorten it?





if that's the case then mine is 15 anyway to shorten it? 192.xxx.xxx.128

Just go in your router settings and change the IP associated to your computer. Or even easier, just set a static IP in your network settings. But be sure the IP is not used by another device on your network.
 
Back
Top