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!

Mobile [MOBILE] Empire: War of Kings

Initiate Mage
Joined
Oct 19, 2015
Messages
91
Reaction score
17
no idea how to login dont get option and rejected


setup is just extract it to a folder
edit
D:\WOKServer\wwwroot\resource\servers.xml to your ip
D:\WOKServer\Server\resource\servers.xml to your ip


then open the apk in a editor (i use APKEDITOR in android)

in assets\local
game_config.xml
put your ip in there

and then run the batch file


i have issues with login now though so working on that
 
Last edited:
Junior Spellweaver
Joined
Jul 1, 2007
Messages
159
Reaction score
16
no idea how to login dont get option and rejected


setup is just extract it to a folder
edit
D:\WOKServer\wwwroot\resource\servers.xml to your ip
D:\WOKServer\Server\resource\servers.xml to your ip


then open the apk in a editor (i use APKEDITOR in android)

in assets\local
game_config.xml
put your ip in there

and then run the batch file


i have issues with login now though so working on that
i'm still extracting it.. it must be on drive d? or i can use my default one which is c:/
 
Initiate Mage
Joined
Oct 19, 2015
Messages
91
Reaction score
17
i'm still extracting it.. it must be on drive d? or i can use my default one which is c:/

yeh dont look specific should be ok to put on c:

dont keep the chinese name though go in to that folder then copy and paste the folder inside to whereever you need it
 
Initiate Mage
Joined
Jun 4, 2018
Messages
5
Reaction score
0
The login system is possible because of the firewall
The file is being downloaded and working on
 
Junior Spellweaver
Joined
Mar 28, 2014
Messages
186
Reaction score
22
The game looks amazing , any thoughts of what company created it ?
 
Initiate Mage
Joined
Oct 19, 2015
Messages
91
Reaction score
17
ok so its working well and i belive its possible to nat/forward the connections to play with friends
 
Junior Spellweaver
Joined
Jul 1, 2007
Messages
159
Reaction score
16
game looks amazing , playing with friends via hamachi.
anybody knows how to edit resource for created players?
 
Junior Spellweaver
Joined
Jul 1, 2007
Messages
159
Reaction score
16
try to look at the DB, use navicat instead to view the tables
using navicat here, went through each table lots of them and coudn't find , also noticed it game with some information of certain people that played the game before.
its almost 2am here maybe eyes are tired..



i'm wondering will it be possible to change the way the game looks? like graphics wise? and edit client side?
 
Initiate Mage
Joined
Oct 19, 2015
Messages
91
Reaction score
17
UPDATE `cokdb1`.`userprofile` SET `Gold`='9999999', `paiedGold`='999999' WHERE `name`='you name here';
i used this then payed for all with in game gold

aint worked out the first purchase or expanding the store yet
also i dont see no wonder in the center so not sure if its loading everything correctly


3.29m power right now but kinda seems basic no clothing either???

 
Initiate Mage
Joined
Nov 7, 2005
Messages
48
Reaction score
0
using navicat here, went through each table lots of them and coudn't find , also noticed it game with some information of certain people that played the game before.
its almost 2am here maybe eyes are tired..



i'm wondering will it be possible to change the way the game looks? like graphics wise? and edit client side?

Open navicat and select cokdb1 then open query and just run the following command
Code:
update userprofile set gold=1000000 where serverid=1;
this will add gold to everyone in server.
 
Initiate Mage
Joined
Jun 4, 2018
Messages
5
Reaction score
0
For friends who do not work with server RedisThis download link for the version runs on 32-bit WindowsReplace the content of the attached file with the Redis file content
D:\WOKServer\redis

https://mega.nz/#!HJID3DaD!vPBIdeIg770y6OaiUT6Yeq1_F86vLO5AmzuVNGyOB4M


 
Initiate Mage
Joined
Oct 19, 2015
Messages
91
Reaction score
17
Open navicat and select cokdb1 then open query and just run the following command
Code:
update userprofile set gold=1000000 where serverid=1;
this will add gold to everyone in server.

very correct sir


besides still alot of stuff aint working or getting loaded at the moment trying to figure how/why


(no events no wonder)

loads of files and sql to mess with ran a second server as a test bed to edit confs and db
will let you know what i find
 
Initiate Mage
Joined
Jun 4, 2018
Messages
5
Reaction score
0
There are errors in trying to save data updates in the database. These errors may be caused by the resources of the server because it consumes a lot. I will change until I find the reason.
 
Back
Top