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!

The soul echoed server+DB

Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Ok, i was able to connect on the login screen, i see the serverlist.
But when i try to connect, SBServer give this error:

Do you know how to fix the Hash Client/Server ?
We can fix it in the API?



Ok, i was able to connect on the login screen, i see the serverlist.
But when i try to connect, SBServer give this error:
chenmeng5566 - The soul echoed server+DB - RaGEZONE Forums

Do you know how to fix the Hash Client/Server ?
 
Joined
Dec 10, 2011
Messages
476
Reaction score
27
Ok, i was able to connect on the login screen, i see the serverlist.
But when i try to connect, SBServer give this error:

Do you know how to fix the Hash Client/Server ?
We can fix it in the API?



Ok, i was able to connect on the login screen, i see the serverlist.
But when i try to connect, SBServer give this error:
chenmeng5566 - The soul echoed server+DB - RaGEZONE Forums

Do you know how to fix the Hash Client/Server ?

i have no this priblem,sorry,can't hep you.
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
i have no this priblem,sorry,can't hep you.
And you are able to pass the serverlist and enter the world?
I have check the manual for the Api but i have some newbie skill for write the response in the auth. (Got some doc like GG wallet refill and GG Game launching integration process if needed)



Maybe this can help.
 
Last edited:
Newbie Spellweaver
Joined
Apr 27, 2017
Messages
20
Reaction score
1
Could you make a video tutorial on installing this server? Or you also do not know how?



i have no this priblem,sorry,can't hep you.
Could you make a video tutorial on installing this server? Or you also do not know how?
 
Joined
Dec 10, 2011
Messages
476
Reaction score
27
@gocha1122 Chouya
sorry,i also just failed at the serverlist select windows,after i double click the serverlist,it will give a tipabout Server Disconnected.
so i didn't login into game .
btw,did you set the odbc for its mssql??
this is mine,only for singal mssql ,so you need change all sql 's name in mssql config from anopther to eosDB
View attachment eos-sql+dsn.rar

i am not use thai client ,i use chinese client.
i didn't dl the thai client,it is so slowly.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
gocha1122 Chouya
sorry,i also just failed at the serverlist select windows,after i double click the serverlist,it will give a tipabout Server Disconnected.
so i didn't login into game .
btw,did you set the odbc for its mssql??
this is mine,only for singal mssql ,so you need change all sql 's name in mssql config from anopther to eosDB
View attachment 160732

Yes, for me its ok for the DSN file
All is working correctly except enter the World with the error 32 like YesOfCourse but he solved it whitout info :s
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
If we start of base with this:
- In case of Normal ID
- strUsername = Username of Account (with @)
- strPassword = Password of Account (in MD5)
- strEmail = null
- intToAppID = AppID of destination game
- strUserIP = User’s IP
-
- Output will return AccountMap of AppID = intToAppID
- *** RefID of AppID = intToAppID, RefName of AppID = intToAppID
What is the AppID? (41 in GG)
What is the AccountMap of Appid?
And how to outpout the hash code ?
Outpout in JSON, XML?

Thats the question ... but maybe im wrong in all of my think..
 
Newbie Spellweaver
Joined
Apr 27, 2017
Messages
20
Reaction score
1
If we start of base with this:
- In case of Normal ID
- strUsername = Username of Account (with @)
- strPassword = Password of Account (in MD5)
- strEmail = null
- intToAppID = AppID of destination game
- strUserIP = User’s IP
-
- Output will return AccountMap of AppID = intToAppID
- *** RefID of AppID = intToAppID, RefName of AppID = intToAppID
What is the AppID? (41 in GG)
What is the AccountMap of Appid?
And how to outpout the hash code ?
Outpout in JSON, XML?

Thats the question ... but maybe im wrong in all of my think..
If you manage to get into the game, please make a video tutorial how to step-by-step install this server! For newbies!
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Ok, i have just dissasembled the LoginServer, found some extra good information like this:
<eos_login_server>
<application/x-www-form-urlencoded>
request [../oauth/access_token] status code : %d'
'parse [../oauth/access_token] error code : %d, error msg : %S, authcode : %S



Got other Info but need a time to share it.
Maybe we can start to know and write the api with all the info i got....

Edit: HashCode is structured like this
%I64d|%d|%s|%I64d|%s
 
Last edited:
Newbie Spellweaver
Joined
Apr 27, 2017
Messages
20
Reaction score
1
[QUOTE = Chouya; 8797395]. WebAPI в настоящее время в devellopement [/ QUOTE]

Is there any progress?

Is there any progress?
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
He is selling it for 8K. Enjoy :D
Aeria auth can be configured in the actually shared files.
Just need to bypass xincgode in the Aeria client.
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Api is now writted and working, but need to fix this HASHCODE error.
If someone can help me!
Thx.
You can see and test the Api
With the username:test, mdp: test
(Edit the url api in the config.json with my link)
The Api is under devellopement and will be full writted in the futur (register, bill, etc ) but need first an help for fix Hashcode and enter world.
Maybe we did something wrong in the SOAP response, but the communication is ok and just need to fix it but its not a problem.
 
Last edited:
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Ok, we now get an hashcode on the Api, but not the same then the SBserver.
Really need help if u want a repack server full working one day maybe ....
 
Back
Top