[Release] Compiled Server+Client fully working

Joined
Jun 27, 2010
Messages
967
Reaction score
1,257
Location
Brazil
Compiled Server+Client working

Server side:
Change ip: 10.10.110.90 to your ip.
to make your life easier use Notepad++ whit the filter "*.ini *.cfg" select your server directory check "In all sub-folders" and click Replace in files.
Screenshot_10.webp

Change: SQL user:sa pass:3eTHU63Q7kYFFAkP to your sql credentials on DBDaemonServer.INI.
Extract Game folder inside DServer folder.

Extract xampp run "setup_xampp.bat" change xampp\htdocs\visms\.env SQL credentials.

Client side:
change "10.10.110.90" on start.bat to your IP.

Run xampp first then start the server 01~11 12 and 13 are optional its just for monitoring.
Screenshot_12.webp

if the BillServer crash wait for it finish loading the items before starting the rest of the server.
Screenshot_11.webp


If you can't login or if the cash shop is not working restore the database inside DB/bak.
Test account: ashlay/test
Combat-Arms_00.webp Combat-Arms_03.webp
Downloads:
Server
:
Game Folder:
Xampp:
Client:
 
Last edited:
Where is exactly the xamp files in the files you posted to download ?
 
Hello my friend, would it be possible to post the programs used, mssql, visual studio among others, I have downloaded practically all versions and none are working correctly
 
I've been trying with Xampp but either this xampp or the other one posted in the source, are missing mysqld.exe and I can't start it
 
Hello my friend, would it be possible to post the programs used, mssql, visual studio among others, I have downloaded practically all versions and none are working correctly
To compile need Visual Studio 2008 SP1, SQL server I tested on 2014 and 2019 and to run you need tose redist.
Screenshot_13.webp

I've been trying with Xampp but either this xampp or the other one posted in the source, are missing mysqld.exe and I can't start it
mysql is not needed.
 
Would it be possible to add it to the download for those of us who are slower lol
 
Thank you very much... everything is working, some things in the store are giving an error when I have to buy...
 
I can't seem to make it work, I keep getting: "Connect fail" after changing ips and everything and when I use xampp_start it stays on "Error while calling mysql\bin\mysqld.exe" I'm not sure what I'm doing wrong
 
I can't seem to make it work, I keep getting: "Connect fail" after changing ips and everything and when I use xampp_start it stays on "Error while calling mysql\bin\mysqld.exe" I'm not sure what I'm doing wrong
i not use mysql active panel and start apach
 
i not use mysql active panel and start apach
Okay, but also the issue is that I changed my ip from 10.10.110.90 to my private one and nothing works really, I get Connection fail everywhere
 
If someone could give me a helping hand, because no matter what IP I put or changes I make, it seems like nothing works, I don't know if it's because I'm using Windows 11 or what could be the issue
 
I don't know where I might be going wrong anymore, I've done everything and it doesn't work

oh-.-.webp
 
Check DemonServer, you probably didn't put Sql Login and Password
[BASE SETTING]
SNL_PATH = "../SNL_Include/SNL_VN04D.DLL"
MaxListenNum = 5
MaxConnectNum = 10
WorkerThreadNum = 1
DataSourceCombat = "127.0.0.1"
InitCatalogCombat = "COMBATARMS"
DataSourceCombatLog = "127.0.0.1"
InitCatalogCombatLog = "COMBATARMS_LOG"
UserName = "sa"user from sql
UserPass = "GzYH5tLEQLsb75kJ8wkd" my pssword

Boy the worst thing is that everything is added right user, password, ips, odbc but there is always this error on port 20000 and this database

I'll get a vps maybe something on my computer
 
Back