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)

Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
Good job bola, now we need to make the English client to connect with the servers. I just hope the translation is as easy as perfect world and jade dynasty.
 
Junior Spellweaver
Joined
Dec 31, 2011
Messages
134
Reaction score
21
wow, can't believe that this leaked so fast :O

As I understand this is the 1st game that is made on Angelica Engine III ?

If you need any help, hit me up on skype... (inteded for bola as he has me on skype)
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
131
Reaction score
27
how to fix this :ehh:

 
Newbie Spellweaver
Joined
Jan 25, 2011
Messages
19
Reaction score
1
plz share a guide how to start the server, because i cannot find any start.sh on the server files

u can make it by your self. i will share the code

Code:
#!/bin/sh

home=/home
logs=/home/logs

if [ ! -d $home/logs ]; then
mkdir $home/logs
fi
if [ ! -d $home/logs/gl ]; then
mkdir $home/logs/gl
fi
cd /home/logservice; nohup /home/logservice/logservice logservice.conf >/home/logs/logservice.log &
sleep 2
cd /home/uniquenamed; nohup /home/uniquenamed/uniquenamed gamesys.conf >/home/logs/uniquenamed.log &
sleep 2
cd /home/authd/build/; nohup /home/authd/build/authd &
sleep 2
cd /home/gdeliveryd; nohup /home/gdeliveryd/gdeliveryd gamesys.conf >/home/logs/gdeliveryd.log &
sleep 2
cd /home/gacd; nohup /home/gacd/gacd gamesys.conf >/home/logs/gacd.log &
sleep 2
cd /home/ghubd; nohup /home/ghubd/ghubd gamesys.conf >/home/logs/ghubd.log &
sleep 2
cd /home/gamedbd; nohup /home/gamedbd/gamedbd gamesys.conf >/home/logs/gamedbd.log &
sleep 2
cd /home/glinkd; nohup /home/glinkd/glinkd --ccs gamesys.conf >/home/logs/gl/glink1.log &
cd /home/glinkd; nohup /home/glinkd/glinkd --cls -i 1 gamesys.conf >/home/logs/gl/glink2.log &
sleep 2
cd /home/gamed; nohup /home/gamed/gs gs.conf gmserver.conf config/gsalias1.conf >/home/logs/gs01.log &
sleep 2
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,166
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
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jun 16, 2007
Messages
592
Reaction score
869
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

mssql ftw ^^
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 11, 2007
Messages
66
Reaction score
25
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
Bola , try to insert xo.sql database with navicat into your linux mysql server. Since there's some problems in Usecash procedures if you try to insert the database with phpyadmin. I do that in my server and now works without problem. just remember to use "Navicat" and insert the database with that software. That can help you with your UseCash issue.
 

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,166
Bola , try to insert xo.sql database with navicat into your linux mysql server. Since there's some problems in Usecash procedures if you try to insert the database with phpyadmin. I do that in my server and now works without problem. just remember to use "Navicat" and insert the database with that software. That can help you with your UseCash issue.
rly ? bro , all beijing games use same database scheme for this authd, is the same for all, i use same database of perfect world in jade dinasty, ether saga,forsaken world, legend of martial arts, and another games, but this game, dont work use cash protocol class, need be rewrite in mysql
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
131
Reaction score
27
:grr:


:?:
 
Last edited:
Newbie Spellweaver
Joined
Feb 16, 2004
Messages
40
Reaction score
5
Hello all, could some1 please upload a *.pck extractor, im currently playing on the chinese server and would like to translate it

Thanks in advances
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
131
Reaction score
27
:D:

 
Back
Top