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

Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,224
Reaction score
160


Important :

Get a website host and upload the api , in the loginserver config the line :

// URL of API
"url" : "http://PUT_YOUR_WEBHOST_IP_HERE/capi/"
"/PUT_YOUR_WEBHOST_IP_HERE" change it to your website address
 
Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7


Important :

Get a website host and upload the api , in the loginserver config the line :

// URL of API
"url" : "http://PUT_YOUR_WEBHOST_IP_HERE/capi/"
"/PUT_YOUR_WEBHOST_IP_HERE" change it to your website address

still same like before my screen shoot.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
i can confirm this valid files and working fine. needs some modification in api tho but the server files is work as-is
 
Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,224
Reaction score
160
@Hycker

its show me error on the files

what you think of it , "class CLogClientSocket Close Error Code[Not Yet Connect][IOCP_FAILED]"

keyrita1 - Echo of Soul Level 70 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 3, 2019
Messages
16
Reaction score
0
damn, somebody record a 5 minute video of how to make these damn dsn files!
 
Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7
i can confirm this valid files and working fine. needs some modification in api tho but the server files is work as-is

yes the server files is working correctly.

but still confused with the API.
 
Junior Spellweaver
Joined
Aug 5, 2006
Messages
174
Reaction score
15
someone was able to run the database installer that came with the server, could send me configured to have a base
 
Newbie Spellweaver
Joined
Jul 3, 2019
Messages
16
Reaction score
0
someone can make a little tut for setup and configure api & client?
Unfortunately, nobody will help here, I’ve been asking for several days to make a video on installing dsn files, but no one wants to! I’ll have to learn it myself, in principle, I’m not too lazy to do it, but the knowledge that Google will give is not enough, or I’m looking not where I need it!
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
421
I'll post a short tutorial tomorrow morning. Still real life things (my daughter just borned couple days ago)...

woaaaw new baby... congrats mate ^^

Unfortunately, nobody will help here, I’ve been asking for several days to make a video on installing dsn files, but no one wants to! I’ll have to learn it myself, in principle, I’m not too lazy to do it, but the knowledge that Google will give is not enough, or I’m looking not where I need it!

you're true :/



Some useful tools from old release of EoS

Tools
- Change Locaion Eos.ini in EOSDecryptor.bat
EOS.ini -ENC/DEC TOOLS
http://forum.ragezone.com/f857/soul-echoed-server-db-1127871-post8765637/#post8765637



almost done i think ^^, i am getting this errors only anyway how can i configure client ip?
 
Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7
almost done i think ^^, i am getting this errors only anyway how can i configure client ip?

your ODBC server still not match with database procedure, read all procedure what the exe files needed
then the client ip just leave it blank, for open all ip trought your server session.
 
Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7
keyrita1 - Echo of Soul Level 70 - RaGEZONE Forums


keyrita1 - Echo of Soul Level 70 - RaGEZONE Forums


keyrita1 - Echo of Soul Level 70 - RaGEZONE Forums


Still Disconnect From Server, Now World Server List Have Error To.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
okay since i havent much time thats really a short version, if you guys cant figure out jus hold on and i gonna help as i can, however this tut only understandable to ppl whos knows what are they doing
about dsn files, looks mostly have problems with it.

install mssql 2012
import DB files as-is
for testing porpuses use sa and set schema to dbo, sa to dbowner
install mssql native client 11
open up odbc, create file dsn
follow the steps and dont forget to test the connection, then save somewhere you can find it. (however i gonna include mines)
when you start the server with the bat file its asks for the dsn file. write the full path there and it should work

notes
if you wanna modify the dsn files i provided then i explain

Code:
[ODBC]
DRIVER=SQL Server Native Client 11.0 <--- driver version (i dont know other versions works or not i use this in win7 and win2k16 server too)
UID=sa <--- username of the database
DATABASE=SessionDB   <--- database name
WSID=BSRT5VYRNB0UGU1 <--- computer localname
APP=MicrosoftR WindowsR operacios rendszer <--- Application name. Identifies the connecting application to the server, its always different based on language of windows
SERVER=BSRT5VYRNB0UGU1\MSSQLSERVER2K12 <--- localname / instance name (i have other mssql version install too so i had to set SLASH INSTANCENAME)


IMPORTANT!!!! DONT SET PASSWORD IN DSN FILES!

if the server binary asks for username and password fill it, plus as i said write the full path of dsn file, in my case an example
d:\EOS_DEV\SERVER\EoS\Dist\dsn\Game.dsn

View attachment dsn.zip

ill keep my eyes in the thread but as i said i still have some more important things in real life, but i give hands if needed. about api, you need some php skill to modify it, if you guys cant figure out (or nobody wants to release a fixed one, ill do, but i need to sort it out, coz i have more shits inside of it)
 

Attachments

You must be registered for see attachments list
Back
Top