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!

Echo of Soul Level 70

CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,669
Reaction score
294
@DNC i asked why the old vm doesnt need/use mysql and the api thats all ,i wonder how does that work and why does it work,i compared the files eos2016 the one shared here and the vm and they are the same
 
  • Like
Reactions: DNC
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
@DNC
But i use English (eu) client from this Topic.
When i use original eos .ini in Login server console its not even showing connection from client
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
Ok. Check that pic


There is a line where i connect with original eos.ini + start.bat with token. Login server dont show even connection to server from client.
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
Again, I dont care if you get output or not, stop second guessing me and restore the original .ini file
Then make sure to use the following Modified (Even in the Tutorial as of 2 minutes ago) start.bat file:
Code:
@echo off
start EOS.exe AuthCode=xxxxxx HOST=127.0.0.1 HOSTLOGIN=127.0.0.1 BTSERVER=127.0.0.1 MULTI_LANG_CODE=EN


There is no LOGINHOST in the .ini file it is actually HOSTLOGIN (This has been incorrectly circulating through the entire thread, but my start.bat does not use LOGINHOST, it uses HOSTLOGIN)
I decrypted the .ini file to validate.
Ok. I puted original .ini into game folder, changed start.bat.
Now i see connection from server and same error like before Malformed token
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
@DNC
with yours server setup there is error with bind to port 9001 - it is becouse of SBServer, it closes at the end of loading thats why that error.

I can lunch SBServer again and it start normaly.

i can lunch game but this loading page is 10 min now…
 
Last edited:
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
exporting VM, then i rar it, then uploading to Mega. i gonna refresh this post for link
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
@DNC
in your release in those 3 .json files what are required for API there is url /127.0.0.1/ - without /capi/when i lunch game like this ->
When i change url to API like you suggested previously i get Malformed token error

And yes i used yours DB.bak files, created odbc64 files, edited .dsn files and loaded them into corresponding servers and in order like SBCache.dsn then SBCache2.dsn with full path.

So i dont get it.
When url in .json files to API is "wrong" /127.0.0.1/ game loads but you can wait for ethernity ->
When url in .json files are "corrected" to /127.0.0.1/capi/ comes Malformed token
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
Yeah, but when url is corrected then comes Malformed token error
 
Junior Spellweaver
Joined
Sep 15, 2009
Messages
143
Reaction score
50
@Kozak999
For bypass API. Thank MasMDCC. for file API.

1. Use this file View attachment capi.zip
Delete previous capi and paste on C:\xampp\htdocs\capi

2. Edit start.bat :
Echo off
start EOS.exe AuthCode=4783b3c9df75d23ec384396a72d5e2e84f0c7f7d3b6af05e2592abe892474827 HOST=127.0.0.1 HOSTLOGIN=127.0.0.1 BTSERVER=127.0.0.1 MULTI_LANG_CODE=EN

Now i can into the game. But it can use only one account, can't use cash shop.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 16, 2005
Messages
21
Reaction score
13
Kozak999
For bypass API. Thank MasMDCC. for file API.

1. Use this file View attachment 166432
Delete previous capi and paste on C:\xampp\htdocs\capi

2. Edit start.bat :
Echo off
start EOS.exe AuthCode=4783b3c9df75d23ec384396a72d5e2e84f0c7f7d3b6af05e2592abe892474827 HOST=127.0.0.1 HOSTLOGIN=127.0.0.1 BTSERVER=127.0.0.1 MULTI_LANG_CODE=EN

Now i can into the game. But it can use only one account, can't use cash shop.



Here is my capi, which have cash shop work fine.
I modified a little from original capi, mostly to remove 20min token limit.
On index.php file, change there thing according to your account. Don't know what if it can affect anything in game. Too lazy to check.
$username = "cuibap";
$uid = 155699330;
You need to change DB settings too.
If you want to compare what changed, make a git repo.

Note: Sometime, when you clicked on cash shop icon, it say cash shop unavailable, try again later or something like this, just wait a few sec, then click it again, or spam the sh*t out of this button, it'll work. Don't know why.
 
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
@maqui
i have edited all db info(pass&user) and so on,
and....

127.0.0.1/capi/gen_acc.php?username=kozak1234&password=1234
Account Created!

127.0.0.1/capi/login.php?username=kozak1234&password=1234
Token is generated.

Copied this token into start.bat
Checked settings 5 times and they are correct...

What should be in last Table users_server in admin_eos_api?
 
Last edited:
Newbie Spellweaver
Joined
Nov 13, 2018
Messages
72
Reaction score
17
Turns out that it works, i had only to use links in propper order.
I am not gonna write here again all links so:
1st-gen_acc
2nd-gen_code
3rd-login
In that order i can get into game
 
Newbie Spellweaver
Joined
Jan 4, 2020
Messages
7
Reaction score
1
Good deal, I'll stop monitoring now. Sorry for getting snippy about the database, hopefully its obvious how hard it is to keep track of peoples errors and updating that TUTORIAL post.



Should be the final edit to the TUTORIAL post, if someone finds something overlooked please use mention tag in reply with what needs fixed or PM me.

ODBC 64 - System DSN creation added to the TUTORIAL post.
TUTORIAL post has been fully Updated as of 01052020

Updated again!

Hi, can you make a mirror for this one is not working for me. Thanks
 
Newbie Spellweaver
Joined
Jan 4, 2020
Messages
7
Reaction score
1
How about putting the Unlock code into that little box



Validated it works with unlock code from TUTORIAL post.

[h=1]This site can’t be reached[/h]dropmefiles.com took too long to respond.

This is the problem I can't reach the site
 
Back
Top