I am stuck on getting the gameserver.opt correct.
The authemulator.exe is running...just the herlock gameserver clicks on and immediatly goes off.
If someone could have a look at the .opts, it would really help me a lot.
Auth. opt:
#Database configuration
auth.db.server:127.0.0.1
auth.db.port:1433
auth.db.name:auth
auth.db.account:sa
auth.clients.maxpublicserveridx:10
#Server Index Offset Column Name
sql.db_account.column.serveridxoffset:server_list_ mask
#include config in common.opt
%include:common.opt
---------------------------------------------------------------------------------------------
Common.opt :
#Write trace log messages to file and show only info log messages on console
core.log.level:trace
core.log.consolelevel:info
#Enable traffic dump, will be in traffic_log folder (default off)
#trafficdump.enable:true
#The password is in plain text if you have one
auth.db.password:rappelz
auth.db.salt:2011
#You can make auth.dbo.Accounts.[password] by visiting:
#

(KEY+PASSWORD = hashed password)[No spaces between KEY and PASSWORD]
# Copy the resulting md5 into the password field of your account entry
#Where clients will connect (this is default values)
auth.clients.ip:127.0.0.1
auth.clients.port:58422
auth.clients.des_key:MERONG
#Where the gameserver will connect (this is default values)
auth.gameserver.ip:127.0.0.1
auth.gameserver.port:4502
#Upload configuration, use "upload" directory for guild icons
upload.dir=upload
upload.clients.ip=127.0.0.1
upload.clients.port=32214
#Use port 5000 for the guild icon mini webserver (the listen ip is also upload.clients.ip)
upload.clients.webport:5000
#Where the gameserver will connect (this is default values)
upload.gameserver.ip:127.0.0.1
upload.gameserver.port:4616
#Only for SQL Server: speed up selects with NOLOCK
sql.db_account.query:SELECT * FROM Accounts WITH(NOLOCK) WHERE login_name = ? AND password = ?;
-------------------------------------------------------------------------------------------------
S:app.name:Game001
T:auth.server_idx:1
S:auth.server_name:RappelzFamily
S:db.c.server:127.0.0.1
S:db.c.name:Arcadia
S:db.c.account:sa
# same password at Common.opt but use Pyrok tool to hash it
S:db.c._password:455600000300c7116081957c4f62b8be6 31be642ba9e9e9e990585109e
S:db.user.server:127.0.0.1
S:db.user.name:Telecaster
S:db.user.account:sa
# same password at Common.opt but use Pyrok tool to hash it
S:db.user._password:455600000300c7116081957c4f62b8 be631be642ba9e9e9e990585109e
N:io.port:15574
S:io.auth.ip:127.0.0.1
S:io.ip_address:127.0.0.1
S:log.chat.ip:127.0.0.1
S:log.ip:127.0.0.1
T:log.chat.working:0
T:log.working:0
T:log.disable:1
N:console.port:44554
S:console.allow_ip:127.0.0.1
# same password at Common.opt but use Pyrok tool to hash it
S:console._password:455600000300c7116081957c4f62b8 be631be642ba9e9e9e990585109e
S io.upload.port:4616
S io.upload.ip:127.0.0.1
T:game.update.version:24
T:game.max_level:180
T:game.PKServer:0
T:game.AdultServer:0
T:game.cash_usable_server:1
S:game.local_flag:128
T:game.min_global_chat_usable_level:10
T:game.use_auto_trap:0
T:game.use_auto_jail:0
T:game.ServiceServer:0
T:game.disable_trade:0
T:game.disable_booth:0
S:game.enhance_fail_type:2
T:game.monster_pathfinding:1
T:game.monster_wandering:1
T:game.no_collision_check:0
T:game.no_skill_cooltime:0
N:game.item_hold_time:2500
T:db.user.thread:4
S game.guild_icon_base_url:

S:game.url_list:guild.url|
S:game.server_screenshot_url:

S:game.helpdesk_url:

S:game.newbiehelp_asura_url:

S:game.newbiehelp_deva_url:

S:game.newbiehelp_gaia_url:

S:game.local_setting_list:log.ip|log.chat.ip|io.au th.ip|io.ip_address|db.c.server|db.user.server|N game.periodical_npc_adjustment
S:game.mem_usage_info_save_interval:9999999
F:game.base_ethereal_durability_consumption_on_dam age:.30
F:game.base_ethereal_durability_consumption_on_ski ll_attack:.40
F:game.base_ethereal_durability_consumption_on_nor mal_attack:.10
F:game.pvp_damage_rate_for_summon:.12
F:game.pvp_damage_rate_for_player:.08
S game.exp_rate:5
S game.item_drop_rate:1
S game.gold_drop_rate:2
S game.chaos_drop_rate:2
T game.apply_stamina_bonus_in_premium_pcb:0
F game.premium_pcbang_bonus_rate:.30
F game.premium_pcbang_chaos_bonus_rate:.30
F game.premium_pcbang_gold_bonus_drop_rate:.30
F game.premium_pcbang_item_bonus_drop_rate:.30
F game.premium_pcbang_chaos_bonus_drop_rate:.30
F game.ally_pcbang_bonus_rate:.30
S game.ally_pcbang_chaos_bonus_rate:.30
------------------------------------------------------------------------------------------------
Thank you for any help.
Auth emu is working.....herlock just immediately shuts off ..I am not sure why.