TwelveSky 2.0 version + Database (Release)

09/12/2020 02:55 migisenpai#31
how do you adapt a different client to local server? hex editing a twelvesky2.exe from a diff client i cant seem to find any IPs
09/12/2020 05:01 sxe123#32
Quote:
Originally Posted by [TG]Natzugen View Post
Total bullshit. Server side already has all needed. Just need to adapt client side by choosing right TwelveSky2.exe for the first time to activate most of missing features.
oto hunt oto pot vs.. mevcut sanırım ama client farklı? Sourcesi yok bari doğru clienti paylaşır mısın..
09/12/2020 15:36 park1054#33
I'm looking for someone to install this file. Waiting for remote team viewer.
09/12/2020 15:51 rafi441#34
Quote:
Originally Posted by park1054 View Post
I'm looking for someone to install this file. Waiting for remote team viewer.
[Only registered and activated users can see links. Click Here To Register...]
09/12/2020 16:35 sellmesht#35
[Only registered and activated users can see links. Click Here To Register...]

not sure if dll overrides the IP i can't remember.
09/12/2020 16:55 FaroukMareek16#36
Quote:
Originally Posted by sellmesht View Post
[Only registered and activated users can see links. Click Here To Register...]

not sure if dll overrides the IP i can't remember.
Hex?
09/13/2020 01:18 jobeth213#37
Quote:
Originally Posted by [TG]Natzugen View Post
Total bullshit. Server side already has all needed. Just need to adapt client side by choosing right TwelveSky2.exe for the first time to activate most of missing features.
Bro I can't connect on LOGIN.exe

Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
My port and password is correct

Code:
SVR_NAME=[ts2_logind]
TNO_WORKER_PROCESS=[1]
TNO_STARTUP_WORKER_THREAD=[5]
TNO_MIN_SPARE_WORKER_THREAD=[2]
TNO_MAX_SPARE_WORKER_THREAD=[3]
TNO_MAX_ALLOWED_WORKER_THREAD=[20]
TEMPORARY_SPARE_THREAD_TIMEOUT=[60]
TIME_OUT_READ=[5]
LISTEN_PORT=[11091]
SOCK_SNDBUF=[8196]
SOCK_RCVBUF=[8196]
DATABASE_MAINTENANCE_TIME=[30]
WORKER_PROCESS_MAINTENANCE_TIME=[0]
WORKER_PROCESS_MAINTENANCE_REPLY_COUNT=[1000]
#Game DB
DATABASE_NAME=[ts2_gamedb]
DATABASE_ACCT=[root]
DATABASE_PW=[pass]
DATABASE_HOST_ADDR=[127.0.0.1]
DATABASE_HOST_ADDR2=[127.0.0.1]
DATABASE_HOST_PORT=[2525]
#Account DB
DATABASE2_NAME=[ts2_gamedb]
DATABASE2_ACCT=[root]
DATABASE2_PW=[pass]
DATABASE2_HOST_ADDR=[127.0.0.1]
DATABASE2_HOST_ADDR2=[127.0.0.1]
DATABASE2_HOST_PORT=[2525]
ISLAND_NUM=[1]
PARTITION_NUM=[1]
WORLD_NUM=[1]
VERSION=[90002]
IYOYO_AP_NUM=[1]
DB1TABLE01=[MemberInfo]
DB1TABLE02=[AvatarNameInfo]
DB1TABLE03=[GiftInfo]
DB1TABLE04=[SecretCardInfo]
DB1TABLE05=[RankInfo]
DB1TABLE06=[WorldInfo]
DB1TABLE07=[TribeInfo]
DB1TABLE08=[MemberAuth]
DB2TABLE01=[DefineMaxUserNum]
DB2TABLE02=[MasterInfo]
DB2TABLE03=[AvatarInfo]
DB2TABLE04=[DeleteAvatarInfo]
playUser[127.0.0.1]
playUserPot[10050]
mCENTER_COM[127.0.0.1]
mCENTERpot[10065]
its only in LOGIN.exe all other exe is fine.
09/13/2020 07:21 migisenpai#38
what a re the things needed to be changed to vps ip for it to work?
09/13/2020 08:36 park1054#39
I'm looking for someone to install this file. Waiting for remote team viewer.
09/13/2020 11:59 rafi441#40
Quote:
Originally Posted by jobeth213 View Post
Bro I can't connect on LOGIN.exe

Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
My port and password is correct

Code:
SVR_NAME=[ts2_logind]
TNO_WORKER_PROCESS=[1]
TNO_STARTUP_WORKER_THREAD=[5]
TNO_MIN_SPARE_WORKER_THREAD=[2]
TNO_MAX_SPARE_WORKER_THREAD=[3]
TNO_MAX_ALLOWED_WORKER_THREAD=[20]
TEMPORARY_SPARE_THREAD_TIMEOUT=[60]
TIME_OUT_READ=[5]
LISTEN_PORT=[11091]
SOCK_SNDBUF=[8196]
SOCK_RCVBUF=[8196]
DATABASE_MAINTENANCE_TIME=[30]
WORKER_PROCESS_MAINTENANCE_TIME=[0]
WORKER_PROCESS_MAINTENANCE_REPLY_COUNT=[1000]
#Game DB
DATABASE_NAME=[ts2_gamedb]
DATABASE_ACCT=[root]
DATABASE_PW=[pass]
DATABASE_HOST_ADDR=[127.0.0.1]
DATABASE_HOST_ADDR2=[127.0.0.1]
DATABASE_HOST_PORT=[2525]
#Account DB
DATABASE2_NAME=[ts2_gamedb]
DATABASE2_ACCT=[root]
DATABASE2_PW=[pass]
DATABASE2_HOST_ADDR=[127.0.0.1]
DATABASE2_HOST_ADDR2=[127.0.0.1]
DATABASE2_HOST_PORT=[2525]
ISLAND_NUM=[1]
PARTITION_NUM=[1]
WORLD_NUM=[1]
VERSION=[90002]
IYOYO_AP_NUM=[1]
DB1TABLE01=[MemberInfo]
DB1TABLE02=[AvatarNameInfo]
DB1TABLE03=[GiftInfo]
DB1TABLE04=[SecretCardInfo]
DB1TABLE05=[RankInfo]
DB1TABLE06=[WorldInfo]
DB1TABLE07=[TribeInfo]
DB1TABLE08=[MemberAuth]
DB2TABLE01=[DefineMaxUserNum]
DB2TABLE02=[MasterInfo]
DB2TABLE03=[AvatarInfo]
DB2TABLE04=[DeleteAvatarInfo]
playUser[127.0.0.1]
playUserPot[10050]
mCENTER_COM[127.0.0.1]
mCENTERpot[10065]
its only in LOGIN.exe all other exe is fine.

create .bat file
Code:
@echo off
taskkill /f /im CENTER.exe
taskkill /f /im EXTRA.exe
taskkill /f /im PLAYUSER.exe
taskkill /f /im RELAY.exe
taskkill /f /im LOGIN.exe
start CENTER.exe
start EXTRA.exe
start PLAYUSER.exe
start RELAY.exe
start LOGIN.exe
Quote:
Originally Posted by jobeth213 View Post
Bro I can't connect on LOGIN.exe

Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
My port and password is correct

Code:
SVR_NAME=[ts2_logind]
TNO_WORKER_PROCESS=[1]
TNO_STARTUP_WORKER_THREAD=[5]
TNO_MIN_SPARE_WORKER_THREAD=[2]
TNO_MAX_SPARE_WORKER_THREAD=[3]
TNO_MAX_ALLOWED_WORKER_THREAD=[20]
TEMPORARY_SPARE_THREAD_TIMEOUT=[60]
TIME_OUT_READ=[5]
LISTEN_PORT=[11091]
SOCK_SNDBUF=[8196]
SOCK_RCVBUF=[8196]
DATABASE_MAINTENANCE_TIME=[30]
WORKER_PROCESS_MAINTENANCE_TIME=[0]
WORKER_PROCESS_MAINTENANCE_REPLY_COUNT=[1000]
#Game DB
DATABASE_NAME=[ts2_gamedb]
DATABASE_ACCT=[root]
DATABASE_PW=[pass]
DATABASE_HOST_ADDR=[127.0.0.1]
DATABASE_HOST_ADDR2=[127.0.0.1]
DATABASE_HOST_PORT=[2525]
#Account DB
DATABASE2_NAME=[ts2_gamedb]
DATABASE2_ACCT=[root]
DATABASE2_PW=[pass]
DATABASE2_HOST_ADDR=[127.0.0.1]
DATABASE2_HOST_ADDR2=[127.0.0.1]
DATABASE2_HOST_PORT=[2525]
ISLAND_NUM=[1]
PARTITION_NUM=[1]
WORLD_NUM=[1]
VERSION=[90002]
IYOYO_AP_NUM=[1]
DB1TABLE01=[MemberInfo]
DB1TABLE02=[AvatarNameInfo]
DB1TABLE03=[GiftInfo]
DB1TABLE04=[SecretCardInfo]
DB1TABLE05=[RankInfo]
DB1TABLE06=[WorldInfo]
DB1TABLE07=[TribeInfo]
DB1TABLE08=[MemberAuth]
DB2TABLE01=[DefineMaxUserNum]
DB2TABLE02=[MasterInfo]
DB2TABLE03=[AvatarInfo]
DB2TABLE04=[DeleteAvatarInfo]
playUser[127.0.0.1]
playUserPot[10050]
mCENTER_COM[127.0.0.1]
mCENTERpot[10065]
its only in LOGIN.exe all other exe is fine.
Code:
SVR_NAME=[ts2_logind]
TNO_WORKER_PROCESS=[1]
TNO_STARTUP_WORKER_THREAD=[5]
TNO_MIN_SPARE_WORKER_THREAD=[2]
TNO_MAX_SPARE_WORKER_THREAD=[3]
TNO_MAX_ALLOWED_WORKER_THREAD=[20]
TEMPORARY_SPARE_THREAD_TIMEOUT=[60]
TIME_OUT_READ=[5]
LISTEN_PORT=[11091]
SOCK_SNDBUF=[8196]
SOCK_RCVBUF=[8196]
DATABASE_MAINTENANCE_TIME=[30]
WORKER_PROCESS_MAINTENANCE_TIME=[0]
WORKER_PROCESS_MAINTENANCE_REPLY_COUNT=[1000]
#Game DB
DATABASE_NAME=[ts2_gamedb]
DATABASE_ACCT=[root]
DATABASE_PW=[rafi441]
DATABASE_HOST_ADDR=[127.0.0.1]
DATABASE_HOST_ADDR2=[127.0.0.1]
DATABASE_HOST_PORT=[3306]
#Account DB
DATABASE2_NAME=[ts2_gamedb]
DATABASE2_ACCT=[root]
DATABASE2_PW=[rafi441]
DATABASE2_HOST_ADDR=[127.0.0.1]
DATABASE2_HOST_ADDR2=[127.0.0.1]
DATABASE2_HOST_PORT=[3306]
ISLAND_NUM=[1]
PARTITION_NUM=[1]
WORLD_NUM=[1]
VERSION=[90002]
IYOYO_AP_NUM=[1]
DB1TABLE01=[MemberInfo]
DB1TABLE02=[AvatarNameInfo]
DB1TABLE03=[GiftInfo]
DB1TABLE04=[SecretCardInfo]
DB1TABLE05=[RankInfo]
DB1TABLE06=[WorldInfo]
DB1TABLE07=[TribeInfo]
DB1TABLE08=[MemberAuth]
DB2TABLE01=[DefineMaxUserNum]
DB2TABLE02=[MasterInfo]
DB2TABLE03=[AvatarInfo]
DB2TABLE04=[DeleteAvatarInfo]
playUser[127.0.0.1]
playUserPot[10050]
mCENTER_COM[127.0.0.1]
mCENTERpot[10065]
:lul: :topnep:
09/13/2020 12:32 jobeth213#41
Quote:
Originally Posted by rafi441 View Post
create .bat file
Code:
@echo off
taskkill /f /im CENTER.exe
taskkill /f /im EXTRA.exe
taskkill /f /im PLAYUSER.exe
taskkill /f /im RELAY.exe
taskkill /f /im LOGIN.exe
start CENTER.exe
start EXTRA.exe
start PLAYUSER.exe
start RELAY.exe
start LOGIN.exe
You just created a .bat file
I still get the error
Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
I use mySQL 5.5.10
09/13/2020 12:39 rafi441#42
Quote:
Originally Posted by jobeth213 View Post
You just created a .bat file
I still get the error
Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
I use mySQL 5.5.10
why not change port to default ?

your port is 2525 while my port is 3306
and it worked for me
09/13/2020 13:14 sdefref#43
Quote:
Originally Posted by jobeth213 View Post
You just created a .bat file
I still get the error
Code:
![MyDB::Init] DB connect false().

[Error::mSERVER.Init()]-(2)
I use mySQL 5.5.10
Make sure you do have the currect password

When you installed MySQL then you had to create the password.
Use that password at lines:
18 and 25

//
Maybe your antivirus blocking it, make sure it is allowed.

At first it bloked for me and wasnt able to run, even when settings were correct.
When I allowed then all was fine.
09/13/2020 16:02 rafi441#44
Quote:
Originally Posted by [TG]Natzugen View Post
Total bullshit. Server side already has all needed. Just need to adapt client side by choosing right TwelveSky2.exe for the first time to activate most of missing features.
[Only registered and activated users can see links. Click Here To Register...]

maybe you are right :)
09/14/2020 06:05 keyrita#45
you account is still online it may be due to an abnormal client exit please try in approximately 10 minutes.
Prompt error