[Problem] auth.opt gameserver.opt password and gold drop rate

06/30/2012 11:59 zigomar#1
hi all, i have 2 problems with my private server.

My first problem is with :
S db.user._password:
S db.auth._password:
S db.c._password:

I have read and read topics for "how to put password in .opt"
I have put a normaly password on my mssql server ex : azerty
and when i put my password on my .opt files nothing work "
i have tried with normally pass , md5 pass , DES pass but the same error :
"start bd initializing... ERROR: AUTH DB INIT ERROR ..."
i recompress after all modifications.
someone can help me please :o

and the second problem is with gold rate drop

when i change " S game.gold_drop_rate:" on gameserver.opt
nothing changing in game i have test with

S game.gold_drop_rate:100
S game.gold_drop_rate:1000
S game.gold_drop_rate:10000
S game.gold_drop_rate:100000

(and recompress)

can someone help me please :)
thank you a lot






Problems resolved
sorry for my bad english but im french
06/30/2012 12:29 PetTrainer#2
you need the desGenerator ...
[Only registered and activated users can see links. Click Here To Register...]
06/30/2012 12:57 zigomar#3
thank you PetTrainer :) is working for the first problem !!!
06/30/2012 13:43 PetTrainer#4
Send me your Gameserver.opt pls
06/30/2012 14:23 zigomar#5
GAMESERVER.opt

S app.name:MyServer
S auth.server_idx:1
S auth.server_name:MyServer
S db.game.ip:127.0.0.1
S db.c._password:Mypass
S db.c.account:sa
S db.c.name:Arcadia
S db.c.server:127.0.0.1
S db.user._password:Mypass
S db.user.account:sa
S db.user.name:Telecaster
S db.user.server:127.0.0.1
S game.iocp.active:1
S game.console.port:4502
S console._password:Mypass
S io.port:4514
S io.ip_address:127.0.0.1
S blank.io.port:4502
S game.server_screenshot_url:
S game.guild_icon_base_url:
S log.disable:1
S log.working:0
S game.exp_rate:30
S game.item_drop_rate:100
S game.gold_drop_rate:1
S game.chaos_drop_rate:40
S game.party_drop_rate:200
T game.use_login_logout_debug:0
T game.max_level:170
T game.use_auto_jail:0
T game.use_auto_trap:0
T game.cash_usable_server:1
T game.no_collision_check:1
T game.no_skill_cooltime:0
T game.disable_huntaholic:0
N game.logout_timer:0
S memory.player_heap_size:760
T game.mem_usage_info_save_interval:0
T game.PKServer:0
N game.item_hold_time:1800
S game.cash_item_dropable:1
T game.disable_dungeon_raid_siege:0
T game.limit_dungeon_enterable_level:0
T game.max_storage_item_count:1000
T set_user_limit:1000
N game.skip_loading_attribute:1
S io.upload.ip:127.0.0.1
S io.upload.port:4616
06/30/2012 15:19 Azreil#6
Also....check your commands.opt. Look at what the rates are there also.
06/30/2012 17:01 zigomar#7
Commands.opt

S game.exp_rate:20
S exp_rate:20
S Game_exp_rate:20

i have replace this by that

S game.exp_rate:30
S game.item_drop_rate:100
S game.gold_drop_rate:1000
S game.chaos_drop_rate:40
S game.party_drop_rate:200

(recompress)

the same gold drop rate , nothing as changing

i have find the solution with gold_min gold_max in bdd thanks you all :)