• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] SoulHunterZ Development Kit & Source Code

Joined
Mar 11, 2007
Messages
904
Reaction score
1,254
its easy to set VC90?
can you make a fast tuto?
cmb - [Release] SoulHunterZ Development Kit & Source Code - RaGEZONE Forums


make sure all of your projects are using the 2008 toolset. You may or may not have to fix the Project Dependencies, to get everything in the correct build order for it to successfully build everything.
 
Newbie Spellweaver
Joined
Dec 24, 2012
Messages
16
Reaction score
0
Hello everyone!
I can not open the archive DevKit...
Tried various archivers, WinRar, 7z, etc.
Error, the archive is corrupt or has an unknown format.
Download the archive (DevKit) 2 times. But it was no use.
Help please .
 
Last edited:
Newbie Spellweaver
Joined
Dec 18, 2013
Messages
57
Reaction score
55
Oh. so sorry i'am overread something it my mistake
cmb - [Release] SoulHunterZ Development Kit & Source Code - RaGEZONE Forums



Hi some question i has build all server and client done.

my problem is when i start the game the Server Name not come up.

i has change all ip to my public for the server side client side and in the MSSQL

what did i do wrong. please give me some help @
cmb
@Jose Lucas
 
Last edited:
Joined
Mar 11, 2007
Messages
904
Reaction score
1,254
i use visual studio 2013 and i see lot of errors almost all the projects like that any idea?

I didn't fully set up VS2013 suppport for this release. I have a couple fixes I will commit to the public SVN soon. Client should be able to be compiled though through VS2013, the servers not yet.
 
Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,227
Reaction score
162
@cmb
i am using your files i dont know if i configare it right
and i got in the client login server busy
MasterServer:
; MasterServer server.ini

[SERVER_INFO]
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[CONFIG]
PORT = 7500
WINDOW_VISIBLE = 1

[ACCOUNTDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[PATH]
SYSTEM = "system"
FIELD = "field"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = false
AUTO_SAVE_TICK_HOUR = 0

[DEBUG]
PACKET_DELAY = 0;
FULL_DUMP = 0;

GameServer:
; GameServer server.ini

[SERVER_INFO]
NAME = "GameServer"
SERVER_ID = 1
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
GAMEGUARD_ENABLE = 1;
SOCKET_POOL_SIZE = 2000
SEND_PENDING_LIMIT_COUNT = 10000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[NETWORK_CARD]
COUNT = 0
;CARD_IP_1 = "192.168.0.6"
;CARD_IP_2 = "192.168.0.169"

[CONFIG]
PUBLIC_IP = "5.189.133.90"
NETWORK_CARD = 1
PORT = 7201
WINDOW_VISIBLE = 1
STAND_ALONE = 0
LOG_TIME_ELAPSED=1
ENABLE_HEART_BEAT = 1
HEART_BEAT_TICK = 30000
HEART_BEAT_TIMEOUT = 600000

[NET]
NETWORK_CARD = 1
MASTER_SERVER_IP = "5.189.133.90"
MASTER_SERVER_PORT = 7500

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[EXPORT]
UPDATE_DB=0
WRITE_FILE=0
EXPORT_LOCALE = "ko_KR"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command_game"
LOG_FILE_MASTER_SERVER = "profile_command_game_master"
LOG_FILE_APP_SERVER = "profile_command_game_app"
AUTO_START = 0
AUTO_SAVE = 0
AUTO_SAVE_TICK_HOUR = 0

[DEBUG]
PACKET_DELAY = 0
DUMP_ENABLE = 1
FULL_DUMP = 0
DUMP_DEST_SERVERIP = "127.0.0.1"
DUMP_DEST_SERVERPORT = 21
DBTASK_COUNT = 0

[GAMEGUARD]
ENABLE = 0
DEBUG_LOG = 1
INIT_NUM_ACTIVE = 50
TIME_LIMIT = 30
CONDITION = 50
AUTH_INTERVAL = 300 ; (´ÜÀ§: ÃÊ), 5ºÐ ±ÇÀå

[DEVELOP]
MOVESECTOR_WITHOUT_COPY_SECTORVECTOR = 0

[RATES]
MonsterXPRate = 1
QuestXPRate = 1
QuestGoldRate = 1
GoldRate = 1
ItemDropRate = "1.0"

LoginServer:
; LoginServer server.ini

[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[NETWORK_CARD]
COUNT = 0
;CARD_IP_1 = "192.168.0.6"
;CARD_IP_2 = "192.168.0.169"

[CONFIG]
NETWORK_CARD = 1
PORT = 7501
STAND_ALONE = 0

[MASTER_SERVER]
NETWORK_CARD = 1
IP = "5.189.133.90"
PORT = 7500

[ACCOUNTDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[CONST]
MOVE_SERVER_TIMEOUT = 300000
COMMAND_TIMEOUT = 300000
WINDOW_VISIBLE = 1
ALLOW_INSERT_NEW_ACCOUNT = 0

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = 0
AUTO_SAVE_TICK_HOUR = 0

[PMANG]
SERVER_KEY = ""
TOLERANCE_SECONDS = 3600

AppServer:
; AppServer server.ini

[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000

[NETWORK_CARD]
COUNT = 0
;CARD_IP_1 = "192.168.0.6"
;CARD_IP_2 = "192.168.0.169"

[CONFIG]
NETWORK_CARD = 1
PORT = 7502
WINDOW_VISIBLE = 1

[MASTER_SERVER]
NETWORK_CARD = 1
IP = "5.189.133.90"
PORT = 7500

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[PATH]
SYSTEM = "system"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = false
AUTO_SAVE_TICK_HOUR = 0

please help me :)
 
Joined
Mar 11, 2007
Messages
904
Reaction score
1,254
@cmb
i am using your files i dont know if i configare it right
and i got in the client login server busy
please help me :)

I think you have the network configurations incorrectly set up. I see you set it up to use network cards I think, but I've never used that configuration so I don't know if that is the reason its messing up. It could also be how you have your servers trying to connect to the master server, if all the servers are on the same box just have everything as localhost except the Public IP in the gameserver config.
 
Experienced Elementalist
Joined
Sep 4, 2013
Messages
259
Reaction score
34
I think you have the network configurations incorrectly set up. I see you set it up to use network cards I think, but I've never used that configuration so I don't know if that is the reason its messing up. It could also be how you have your servers trying to connect to the master server, if all the servers are on the same box just have everything as localhost except the Public IP in the gameserver config.

I love you cmb <3 don't ever forget that.
 
Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,227
Reaction score
162
i recompile the launcher with my own ip to connect to the server and i got Cannot Access to the server

this is the settings:

MasterServer

Code:
; MasterServer server.ini

[SERVER_INFO]
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[CONFIG]
PORT = 7500
WINDOW_VISIBLE = 1

[ACCOUNTDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[PATH]
SYSTEM = "system"
FIELD = "field"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = false
AUTO_SAVE_TICK_HOUR = 0

[DEBUG]
PACKET_DELAY = 0;
FULL_DUMP = 0;

AppServer:
Code:
; AppServer server.ini

[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000

[NETWORK_CARD]
COUNT		= 0
;CARD_IP_1	= "192.168.0.6"
;CARD_IP_2	= "192.168.0.169"

[CONFIG]
NETWORK_CARD = 0
PORT = 7502
WINDOW_VISIBLE = 1

[MASTER_SERVER]
NETWORK_CARD = 0
IP = "5.189.133.90"
PORT = 7500

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[PATH]
SYSTEM = "system"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = false
AUTO_SAVE_TICK_HOUR = 0

LoginServer:

Code:
; LoginServer server.ini

[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
SOCKET_POOL_SIZE = 2000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[NETWORK_CARD]
COUNT = 0
;CARD_IP_1 = "192.168.0.6"
;CARD_IP_2 = "192.168.0.169"

[CONFIG]
NETWORK_CARD = 0
PORT = 7501
STAND_ALONE = 0

[MASTER_SERVER]
NETWORK_CARD = 0
IP = "5.189.133.90"
PORT = 7500

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[ACCOUNTDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[CONST]
MOVE_SERVER_TIMEOUT	= 300000
COMMAND_TIMEOUT = 300000
WINDOW_VISIBLE = 1
ALLOW_INSERT_NEW_ACCOUNT = 0

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 1

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command"
AUTO_START = 0
AUTO_SAVE = 0
AUTO_SAVE_TICK_HOUR = 0

[PMANG]
SERVER_KEY = ""
TOLERANCE_SECONDS = 3600

GameServer:

Code:
; GameServer server.ini

[SERVER_INFO]
NAME = "GameServer"
SERVER_ID = 1
WORLD_ID = 100
PMANG_SSN = 339
PMS_ENABLE = 0
PMANG_DBENCRYPT = 0
ODBC = "SQL Server Native Client 11.0"
GAMEGUARD_ENABLE = 1;
SOCKET_POOL_SIZE = 2000
SEND_PENDING_LIMIT_COUNT = 10000
SERVER_MODE = 0; 0 - Normal, 1 - GStar

[NETWORK_CARD]
COUNT = 0
;CARD_IP_1 = "192.168.0.6"
;CARD_IP_2 = "192.168.0.169"

[CONFIG]
PUBLIC_IP = "5.189.133.90"
NETWORK_CARD = 0
PORT = 7201
WINDOW_VISIBLE = 1
STAND_ALONE = 0
LOG_TIME_ELAPSED=1
ENABLE_HEART_BEAT = 1
HEART_BEAT_TICK = 30000
HEART_BEAT_TIMEOUT = 600000

[NET]
NETWORK_CARD = 0
MASTER_SERVER_IP = "5.189.133.90"
MASTER_SERVER_PORT = 7500

[DB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[LOGDB]
SERVER = ".\HUNTERZ"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123qq**123"

[EXPORT]
UPDATE_DB=0
WRITE_FILE=0
EXPORT_LOCALE = "ko_KR"

[LOG]
LOG_PATH = "log"
LOG_FILTER = ""
; 0 - debug, 1 - info, 2 - warning, 3 - error
LOG_LEVEL = 0

[COMMAND_PROFILER]
LOG_FOLDER = "log"
LOG_FILE = "profile_command_game"
LOG_FILE_MASTER_SERVER = "profile_command_game_master"
LOG_FILE_APP_SERVER = "profile_command_game_app"
AUTO_START = 0
AUTO_SAVE = 0
AUTO_SAVE_TICK_HOUR = 0

[DEBUG]
PACKET_DELAY = 0
DUMP_ENABLE = 1
FULL_DUMP = 0
DUMP_DEST_SERVERIP = "127.0.0.1"
DUMP_DEST_SERVERPORT = 21
DBTASK_COUNT = 0

[GAMEGUARD]
ENABLE = 0
DEBUG_LOG = 1
INIT_NUM_ACTIVE = 50
TIME_LIMIT = 30
CONDITION = 50
AUTH_INTERVAL = 300 ; (´ÜÀ§: ÃÊ), 5ºÐ ±ÇÀå

[DEVELOP]
MOVESECTOR_WITHOUT_COPY_SECTORVECTOR = 0

[RATES]
MonsterXPRate = 1
QuestXPRate = 1
QuestGoldRate = 1
GoldRate = 1
ItemDropRate = "1.0"

P.S. i using the file server_rel.ini

i think i miss something cmb can you try assist me?
 
Back
Top