[Guide] Most of vsro files problem solved here

10/28/2011 22:01 TheSoulTrack#2251
Quote:
Originally Posted by hexcode View Post
Check this arguments in config files :

line: query=DRIVER={SQL Server};SERVER=MYUSER\SQLEXPRESS01;DSN=SRO_VT_ACCOUNT;UID=sa;PWD=PASSWORD;

You must use computer name or IP not a User.

SERVER=MYUSER\SQLEXPRESS01; -> SERVER=PC_Name\SQLEXPRESS;(or SERVER=.\SQLEXPRESS; if you start Cert and SQL on same PC)

Check and make correction in all files.
Regards
I used MYUSER 'cause i don't want to show my PCName

EDIT: Solved edit line:

query=DRIVER={SQL Server};SERVER=MYUSER\SQLEXPRESS01;DSN=SRO_VT_SHAR D;UID=sa;PWD=PASSWORD;DATABASE=SRO_VT_SHARD

To

query=DRIVER={SQL Server};SERVER=MYUSER\SQLEXPRESS01;DSN=SRO_VT_SHAR D_INIT;UID=sa;PWD=PASSWORD;DATABASE=SRO_VT_SHARD_I NIT
10/28/2011 22:34 el_pronto#2252
my server is check
how i can put it easy ?
10/28/2011 23:02 TheSoulTrack#2253
Quote:
Originally Posted by el_pronto View Post
my server is check
how i can put it easy ?
Same problem now :/
Hope someone can help us xD
10/28/2011 23:09 MR5#2254
i need help
this : for path 1 ?
GlobalManager => 32001
GatewayServer => 32000
MachineManager => 32000
FarmManager => 32000
DownloadServer => 32000
SR_ShardManager => 32004
AgentServer => 32004
SR_GameServer => 32004
i found it in red me in patch 1 but when i change it in Server.c
GlobalManager dosn't work
but when i make it GlobalManager=32000 work but the other file dosn't work i need the
right one plz :(
10/28/2011 23:18 TheSoulTrack#2255
Quote:
Originally Posted by MR5 View Post
i need help
this : for path 1 ?
GlobalManager => 32001
GatewayServer => 32000
MachineManager => 32000
FarmManager => 32000
DownloadServer => 32000
SR_ShardManager => 32004
AgentServer => 32004
SR_GameServer => 32004
i found it in red me in patch 1 but when i change it in Server.c
GlobalManager dosn't work
but when i make it GlobalManager=32000 work but the other file dosn't work i need the
right one plz :(
Code:
Common {
debug_option_debugger_present{
DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
DEBUG_OPTION_ASSERT_CANCEL_EXIT
}
debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_debugger_present{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}

}

////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
Certification "192.168.1.100", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 0
IBUVFailureBlockTimeMin 0
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
}

GatewayServer {
LastFullVersion_SR_Client 130
Certification "192.168.1.100", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}

DownloadServer {
Certification "192.168.1.100", 15880
}
FarmManager {
Certification "192.168.1.100", 15880
}

AgentServer {
Certification "192.168.1.100", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}

MachineManager {
Certification "192.168.1.100", 15880
CERTIFICATION_IP_BIND "192.168.1.100"
}

SR_GameServer {
Certification "192.168.1.100", 15882
SockTCPCount "5000"
ExpRatio "35000"
ExpRatioParty "35000"
DropItemRatio "5000"
DropGoldAmountCoef "15000"
HwanGainFactor "250"
ShowFormulaDetail "1"

//WINTER_EVENT_2009 EVENT_ON
//EUBUSINESS_EVENT EVENT_ON
//GOLDEN_PIG_FEBRUARY_EVENT EVENT_ON
//THANKS_GIVING_EVENT EVENT_ON
//LIBERATION_EVENT EVENT_ON
LOCALE LOCALE_VIETNAM

//#ifdef OPEN_MARKET_SYSTEM
SET_FEE_RATE "0,5,5,5"
SELL_FEE_RATE "0,10,10,10"
//#endif OPEN_MARKET_SYSTEM
//RE FTW

DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL "OFF"
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED "OFF"


}

SR_ShardManager {
Certification "192.168.1.100", 15882
BILLING_SERVER_URL "http://192.168.1.100:8080/"
CREST_FTP_URL "ftp://id:password@127.0.0.1/SRO_CREST/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1

HourForMeterRateLevelFirst 22
HourForMeterRateLevelSecond 23

BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
Just change 192.168.1.100 to your IP
And edit this line:
Code:
CREST_FTP_URL "ftp://id:password@127.0.0.1/SRO_CREST/"
10/29/2011 01:11 MR5#2256
I am sorry to spaming :$
But can anyone uploud his file (SRO_VT_ ACCOUNT And Shar and sharlog) working and don't miss anything ?
10/29/2011 03:28 el_pronto#2257
Quote:
Originally Posted by el_pronto View Post
my server is check
how i can put it easy ?

helppppp
10/29/2011 04:17 nitrogino#2258
2011-10-28 02:49:44 [GlobalManager] Query Error!!! Query Result : -1, Query : exec _QueryActivePunishmet
2011-10-28 02:49:44 [GlobalManager] SQL Error State:42000, Native Error Code: AFC, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure '_QueryActivePunishmet'.
2011-10-28 02:49:44 [GlobalManager] exec _QueryActivePunishmet PLEASE HELPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
10/29/2011 04:18 TheSoulTrack#2259
Quote:
Originally Posted by el_pronto View Post
helppppp
After SRGameServer load go to SMC in Server control them right click on SHARD and select Start Service but i got this error and SRGamerServer dissapear (closed):

[Only registered and activated users can see links. Click Here To Register...]

anyone has idea?
10/29/2011 06:18 el_pronto#2260
Quote:
Originally Posted by TheSoulTrack View Post
After SRGameServer load go to SMC in Server control them right click on SHARD and select Start Service but i got this error and SRGamerServer dissapear (closed):

[Only registered and activated users can see links. Click Here To Register...]

anyone has idea?
srshard and gameserver got "cert" it never gone :(
10/29/2011 11:45 prometeus#2261
Please HELP !!!
Every 5 minutes - 10min DC
[Only registered and activated users can see links. Click Here To Register...]
10/29/2011 13:38 berkomu#2262
when i click loadplugin @smc nothing on screen help me please.
10/29/2011 20:43 TheSoulTrack#2263
Quote:
Originally Posted by TheSoulTrack View Post
When i try to start service in SMC Shard SrGameServer doesn't start and i get this error + SrGameServer Close:

[Only registered and activated users can see links. Click Here To Register...]

anyone has idea?
HELPPPPPPP
10/29/2011 22:34 berkomu#2264
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]
after runtime error help please.
10/30/2011 01:06 menagamil95#2265
how change this picture help plz[Only registered and activated users can see links. Click Here To Register...]