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!

[Release]SwordsMan Online (arcgames.com)

Newbie Spellweaver
Joined
May 21, 2012
Messages
5
Reaction score
0
my start.sh, same used on perfect world server

also this night i will release my server of swordsman working with mysql but cash protocol still not work
Code:
#!/bin/sh

PW_PATH=/server

if [ ! -d $PW_PATH/logs ]; then
mkdir $PW_PATH/logs
fi

echo ""
echo "==============================================================="
echo "=                   Inicializando por Bola                    ="
echo "=                Iniciando Servidor Swordsman                 ="
echo "==============================================================="
echo ""
echo "=== LOGSERVICE ==="
cd $PW_PATH/logservice; ./logservice logservice.conf >$PW_PATH/logs/logservice.log &
sleep 2
echo "=== SUCESSO! ==="
echo ""
echo "=== UNIQUENAMED ==="
cd $PW_PATH/uniquenamed; ./uniquenamed gamesys.conf >$PW_PATH/logs/uniquenamed.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== AUTH ==="
cd $PW_PATH/authd/build; ./authd >$PW_PATH/logs/auth.log &
sleep 5
echo "=== SUCESSO! ==="
echo ""
echo "=== GAMEDBD ==="
cd $PW_PATH/gamedbd; ./gamedbd gamesys.conf >$PW_PATH/logs/gamedbd.log &
sleep 5
echo "=== SUCESSO! ==="
echo ""
echo "=== GACD ==="
cd $PW_PATH/gacd; ./gacd gamesys.conf >$PW_PATH/logs/gacd.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GFACTIOND ==="
cd $PW_PATH/ghubd; ./ghubd gamesys.conf >$PW_PATH/logs/ghubd.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GDELIVERYD ==="
cd $PW_PATH/gdeliveryd; ./gdeliveryd gamesys.conf >$PW_PATH/logs/gdeliveryd.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GLINKD ==="
cd /server/glinkd; ./glinkd --ccs gamesys.conf >/server/logs/glink1.log &
cd /server/glinkd; ./glinkd --cls -i 1 gamesys.conf >/server/logs/glink2.log &
sleep 4
echo "=== SUCESSO! ==="

echo ""
echo "=== WORLD ==="
cd $PW_PATH/gamed; ./gs gs.conf gmserver.conf config/gsalias1.conf > $PW_PATH/logs/gs.log &

sleep 5

echo ""
echo "==============================================================="
echo "=                  Servidor Ligado com sucesso                ="
echo "=                    Servidores estao Online                  ="
echo "==============================================================="

INGAME GM Control painel
KUxLeHf - [Release]SwordsMan Online (arcgames.com) - RaGEZONE Forums


Cash Protocol error
Code:
gauthd: 16 May 2014 11:36:08,504  INFO GAuthServer:77 - zone 1  aid 23 announced.
gauthd: 16 May 2014 11:40:52,237  INFO GAuthServer:? - UseCashTimerTask: status=1,userid=32,zoneid=1,sn=0,session=com.goldhuman.IO.Protocol.Session@71e2cfdc
gauthd: 16 May 2014 11:40:52,243  INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@71e2cfdc
gauthd: 16 May 2014 11:40:52,250  INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@71e2cfdczoneid=1, aid=23
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@5113622
gauthd: 16 May 2014 11:40:55,011  INFO GAuthServer:77 - zone 1  aid 23 announced.
gauthd: 16 May 2014 11:41:51,693  INFO GAuthServer:? - SendUseCash_Re: retcode=-15,userid=32,zoneid=1
gauthd: 16 May 2014 11:45:52,233  INFO GAuthServer:? - UseCashTimerTask: status=1,userid=32,zoneid=1,sn=0,session=com.goldhuman.IO.Protocol.Session@5113622
gauthd: 16 May 2014 11:45:52,238  INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@5113622
gauthd: 16 May 2014 11:45:52,238  INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@5113622zoneid=1, aid=23
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@25d00e75
gauthd: 16 May 2014 11:45:55,006  INFO GAuthServer:77 - zone 1  aid 23 announced.
gauthd: 16 May 2014 11:46:51,981  INFO GAuthServer:? - SendUseCash_Re: retcode=-15,userid=32,zoneid=1
gauthd: 16 May 2014 11:50:52,237  INFO GAuthServer:? - UseCashTimerTask: status=1,userid=32,zoneid=1,sn=0,session=com.goldhuman.IO.Protocol.Session@25d00e75
gauthd: 16 May 2014 11:50:52,242  INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@25d00e75
gauthd: 16 May 2014 11:50:52,243  INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@25d00e75zoneid=1, aid=23
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@6fc4f728
gauthd: 16 May 2014 11:50:55,011  INFO GAuthServer:77 - zone 1  aid 23 announced.
gauthd: 16 May 2014 11:51:51,317  INFO GAuthServer:? - SendUseCash_Re: retcode=-15,userid=32,zoneid=1
gauthd: 16 May 2014 11:55:52,241  INFO GAuthServer:? - UseCashTimerTask: status=1,userid=32,zoneid=1,sn=0,session=com.goldhuman.IO.Protocol.Session@6fc4f728
gauthd: 16 May 2014 11:55:52,245  INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@6fc4f728
gauthd: 16 May 2014 11:55:52,246  INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@6fc4f728zoneid=1, aid=23
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@74fdaf92
gauthd: 16 May 2014 11:55:55,003  INFO GAuthServer:77 - zone 1  aid 23 announced.
gauthd: 16 May 2014 11:56:51,738  INFO GAuthServer:? - SendUseCash_Re: retcode=-15,userid=32,zoneid=1
gauthd: 16 May 2014 11:56:57,354  INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@74fdaf92
gauthd: 16 May 2014 11:56:57,355  INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@74fdaf92zoneid=1, aid=23

How to make GM Panel use MSSQL. Thank you
 

Attachments

You must be registered for see attachments list
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,169
addcash is possible in mysql

theres no proof about be added on mysql, he can be added via debug console



You can edit character information with Oracle Berkeley DB editor. But there is no any editor for edit character

bro, you check package have a iweb ? you can edit everything
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
about to give up
now it suddenly says GDELIVERYD failed
i had it working dammit! ....and client still gives 204 error
i had gdelivery and stuff working last night and server appear with a blue thing beside,not red...and i though that someting were still not configured
now gdelivery fked it up and i didnt changed any config
 
Newbie Spellweaver
Joined
May 21, 2012
Messages
5
Reaction score
0
cash is possible n mysql


Confirm: Addcash and add GM panel in mysql But I can't add GM panel use MSSQL :(

MeGaMaX - [Release]SwordsMan Online (arcgames.com) - RaGEZONE Forums

MeGaMaX - [Release]SwordsMan Online (arcgames.com) - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 16, 2004
Messages
40
Reaction score
5
mysql also from Bola the xodb.sql and xopassport.sql for mssql u have to creat on both same account with md5 password
ryruz download the client its all in english except quests and TIPs at loading screen
 
Initiate Mage
Joined
Dec 3, 2013
Messages
3
Reaction score
0
Can you describe that to prescribe in the config, I tried xodb.sql pwdb.sql and encoded a password md5.
All time error: 10 - The username or password is incorrect. Please try again.
Auth.log:
authd:: add PollIO task.
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@5a49cb8c
Prepare procedure call:{call clearonlinerecords(?,?)}
GQueryPasswd:account is test1010 , login ip is 1694542016
Sending query to acquire password
Prepare procedure call:{call acquireuserpasswd(?,?,?)}
Received acquired password
Returning acquired password
Prepare procedure call:{call deleteTimeoutForbid(?)}
GQueryPasswd:account is test1010 , login ip is 1694542016
Sending query to acquire password
Prepare procedure call:{call acquireuserpasswd(?,?,?)}
Received acquired password
Returning acquired password
Prepare procedure call:{call deleteTimeoutForbid(?)}
GQueryPasswd:account is test1010 , login ip is 1694542016
Sending query to acquire password
Prepare procedure call:{call acquireuserpasswd(?,?,?)}
Received acquired password
Returning acquired password
Prepare procedure call:{call deleteTimeoutForbid(?)}
GQueryPasswd:account is test1010 , login ip is 1694542016
Sending query to acquire password
Prepare procedure call:{call acquireuserpasswd(?,?,?)}
Received acquired password
Returning acquired password
Prepare procedure call:{call deleteTimeoutForbid(?)}
GQueryPasswd:account is test1010 , login ip is 1694542016
Sending query to acquire password
Prepare procedure call:{call acquireuserpasswd(?,?,?)}
Received acquired password
Returning acquired password
Prepare procedure call:{call deleteTimeoutForbid(?)}
 
Last edited:
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
7
Reaction score
3
For anyone still stuck at getting this server working, here goes my virtualbox files



Some info :
- Running ubuntu server 12.04
- Root password : root (same for mysql)
- Start command : /PWServer/start.sh
- IPAddress : 192.168.1.50
- httpd/php installed, create account by access

Still looking for some ways to edit game database :/:
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,169
For anyone still stuck at getting this server working, here goes my virtualbox files



Some info :
- Running ubuntu server 12.04
- Root password : root (same for mysql)
- Start command : /PWServer/start.sh
- IPAddress : 192.168.1.50
- httpd/php installed, create account by access

Still looking for some ways to edit game database :/:

PWServer, lolz are you working with perfect world ?

inb4, i will release iweb for swordsman
 

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Bola and other pleople that have lots of knowledge LOL...

when theres the famous error gdelivery::connect to GAuth server failed

I gotta grab the isec/osec and sharedkey from the gamesys of the Auth right or do i take the gdelivery one?

Been searching for a decent linux help post on google etc. before tho no linux guide about Authentification found yet that works with isec/osec

Been looking for few now, tried with:

123
456
123456

and Key's that were included in the gamesys of the Auth but to bad
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,169
Bola and other pleople that have lots of knowledge LOL...

when theres the famous error gdelivery::connect to GAuth server failed

I gotta grab the isec/osec and sharedkey from the gamesys of the Auth right or do i take the gdelivery one?

Been searching for a decent linux help post on google etc. before tho no linux guide about Authentification found yet that works with isec/osec

Been looking for few now, tried with:

123
456
123456

and Key's that were included in the gamesys of the Auth but to bad
here a small guide

Server <-------------------> Client
Isec <-------------------> Isec
IsecKey <-------------------> IsocKey
Osec <-------------------> Osec
OsecKey<-------------------> OsocKey
Shared <-------------------> Shared

authd config is on /etc/authd.conf
and gdeliveryd /server/gdeliveryd/gamesys.conf

happy valentine day for brazilians, i'm going to home of my girlfriend
 
  • Like
Reactions: Ben
Back
Top