I'm opened game but when I try to connect server it gives me this error how can I fix it pls help!
Authserver.opt
S db.auth.server:5.181.174.232
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:CodingHard
S log.ip:5.181.174.232
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:0
N db.auth.md5_key:2011
GameServer.opt
S app.name:game001
S auth.server_idx:1
S auth.server_name:CodingHard
S db.game.ip:5.181.174.232
S db.c._password:
S db.c.account:sa
S db.c.name:Arcadia
S db.c.server:5.181.174.232
S db.user._password:
S db.user.account:sa
S db.user.name:Telecaster
S db.user.server:5.181.174.232
S game.iocp.active:1
S game.console.port:4502
S io.port:6686
S io.ip_address:5.181.174.232
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:25
S game.item_drop_rate:40
S game.gold_drop_rate:50
S game.chaos_drop_rate:50
S game.party_drop_rate:40
T game.use_login_logout_debug:0
T game.max_level:180
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:60
T game.PKServer:0
N game.item_hold_time:1800
S game.cash_item_dropable:0
T game.disable_dungeon_raid_siege:0
T game.limit_dungeon_enterable_level:0
T game.max_storage_item_count:400
T set_user_limit:100
N game.skip_loading_attribute:1
what this problem !! Really it is worth debating the subject ..
This will help you. Use this in SQL.
Sorry for my bad English.
Code:
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_drop_percentage] = 100 --> this will drop gold always
GO
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_min] = [gold_min] * 100 --> this will multiply minimum gold amount by 100,, so you will get 100x more gold at minimum value
GO
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_max] = [gold_max] * 100 --> same as above,,, but max gold will be multiplied by 100
GO
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_min_2] = [gold_min_2] * 100 --> same as above
GO
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_max_2] = [gold_max_2] * 100 --> same as above
GO
I have two things i was hoping to get some help with.
1.I want to have two different servers, i am able to get both of them to show on the server select screen. But this is my issue if i launch server A first i can only log in on server A and if i launch server B first i can only log in on server B. what can i do to fix this issue?
2.My world buffs are on potions which i am able to get to work great. but i would like to do them up by rank and having issues figuring out the right way to write the .lua any help would be great
Here is what ive tried for the buff to be done by rank
function get_module_name()
return "worldbuffs"
end
I have two things i was hoping to get some help with.
1.I want to have two different servers, i am able to get both of them to show on the server select screen. But this is my issue if i launch server A first i can only log in on server A and if i launch server B first i can only log in on server B. what can i do to fix this issue?
2.My world buffs are on potions which i am able to get to work great. but i would like to do them up by rank and having issues figuring out the right way to write the .lua any help would be great
Here is what ive tried for the buff to be done by rank
function get_module_name()
return "worldbuffs"
end
Those Levelbased Buff need to be in the on_level_up.lua and the on_login.lua. Otherwise there is no trigger.
Concerning those 2 Servers. I changed the server id and the console.port and game.port to another value on the second server. just set the id to 3 and change the portnumbers like +1 or +20 or something. this should work.
You need another copy of the arcadia and the telecaster at least!
Quote:
Originally Posted by falkenman
Wie krieg ich den Volcanus Boss angezeigt ? =D need kleine hilfe pls =D
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""