Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

►Make Your Private Server For Beginners(Part 2)◄

Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
Hello For Part 1 Click Here
Videos



IIS And FTP
1-From Control panel -> Program and Features -> Turn Windows features on or off
Picture 1 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

And Check Like Picture
Picture 2 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Picture 3 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Click Ok
2-Now Open CGI_InternalTest.rar and Extract files to C:\inetpub\wwwroot
Picture 4 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

go C:\inetpub\wwwroot and edit DBConnect.asp
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YOURPCNAME\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=Your Passowrd;"
DBConnA.Open strConnectA

%>
Then Search For IIS
And Click directory browser right click open feature
Picture 5 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

and click Enable
Picture 6 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

now right click Default Web site and click Edit Bindings
And Change Port From 80 to 8080
Picture 7 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Picture 8 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

And Click Start
Picture 9 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

3-FileZilla Setup Normaly
then
Picture 10 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

choose user
Picture 11 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Click Add
Picture 12 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

write your username
Picture 13 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

and password
Picture 14 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Go (C:) And Create SRO_CREST FOLDER
And Click Shared Folders then add
Picture 15 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums
__________________________________________________ ________________________
Setup Server Data
now Extract Blitzkrieq_Bin_Data And SMC And Server.cfg And Latest Cert And Cracked Agent server (no Xtrap)
Open bin -> ini -> srGlobalService.ini
[global]
count=1
[entry0]
operation_type=22
name=your server name
query=DRIVER={SQL Server};SERVER=name\SQLEXPRESS Name;DSN=SRO_VT_ACCOUNT;UID=sa;PWD=password;DATA BASE=SRO_VT_ACCOUNT
global_manager_node_id=697
then edit srNodeType.ini
[global]
count=1
[entry0]
id=335
operation_type=22
name=SRO Vietnam TestLocal
wip=Your IP
nip=Your IP
machine_manager_node_id=699
Change ip to ur static or Hamachi
then edit srShard.ini
[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=server name
query=DRIVER={SQL Server};SERVER=name\SQLEXPRESS
name;DSN=SRO_VT_SHARD;UID=sa;PWD=password;DATABASE=SRO_VT_SHARD
query_log=DRIVER={SQL Server};SERVER=name\SQLEXPRESS
name;DSN=SRO_VT_SHARDLOG;UID=sa;PWD=password;DATABASE=SRO_VT_SHARDLOG
capacity=20
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0
change all red to your information
now go bin -> compile.bat
and wait this message
Picture 1 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

now open CustomCertificationServer.bat
Picture 2 :
LeMbo - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Now Edit Server.cfg
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 "Your IP", 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 "Your IP", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 0
IBUVCharacterSet "ABCDEF1234567890"
}

DownloadServer {
Certification "Your IP", 15880
}
FarmManager {
Certification "Your IP", 15880
}

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

MachineManager {
Certification "Your IP", 15880
CERTIFICATION_IP_BIND "Your IP"
}

SR_GameServer {
Certification "Your IP", 15882
SockTCPCount "500000"
ExpRatio "250000"
ExpRatioParty "300000"
DropItemRatio "10000"
DropGoldAmountCoef "20000"
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 "Your IP", 15882
BILLING_SERVER_URL "http://Your IP:8080/"
CREST_FTP_URL "ftp://id:pw@127.0.0.1/"
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
}
Change all red to your ip
and
search for this in server.cfg
CREST_FTP_URL "ftp://id:password@127.0.0.1/SRO_CREST/"
and write filezilla id and password
Open ServiceManager.cfg you will find it in SMC file
and change ip to you ip
and now extract your v188 client
and change client ip to your ip by IPINPUT
and change Language to english by english text data use pk2 editor
now open your server

1. From bin -> CustomCertificationServer.bat
2. Blitzkrieq_Bin_Data -> Global Manager
3. Blitzkrieq_Bin_Data -> Machine Manager
4. Blitzkrieq_Bin_Data -> smc_independent >>> Login with your gm id and pw
5. Blitzkrieq_Bin_Data -> GatewayServer
6. Blitzkrieq_Bin_Data -> DownloadServer
7. Blitzkrieq_Bin_Data -> FarmManager
8. Blitzkrieq_Bin_Data -> AgentServer(noxtrap)
9. Blitzkrieq_Bin_Data -> SR_ShardManager
10. Blitzkrieq_Bin_Data -> SR_GameServer
now open client with loader or use xtrap sro_client and open it
i stay 2 hours to make this thread
if i helped you Click Like

#Edit:English textdata files Re-uploaded

Credits To :
1-hectormousa
2-RevoLand
3-Chern0byl

Regards
Lembo
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
Yo LemBo, nice tut. Worked everything fine until I got this error. error - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums I almost read the whole forum and saw that a guy had the same error but didnt even tell how he fix it. Maybe u can help, would appreciate that.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 24, 2012
Messages
181
Reaction score
7
you need make clear db... account and shard.. this error have your char invertory loading false...
 
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
I already did like in the video...thats why im little bit confused

//EDIT Btw, I watched the video tut again and something is different... when he restores the DB's and chosed the DB' like SRO_BT_ACCOUNT from the Databse folder then 2 things appears but not when i do, is there anything different from what DB's he used ?
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
I have 6gb
Maybe u wann add me ? skype or something otherwise we will have short conversations : D If you can help me and we find a solution i will post it.
skype mortainrls
 
Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
try to close all towns expect janan from
SRO_VT_SHARD--> _RefRegionBindAssocServer
make like it!
CHINA 1
TQ 0
West_China 0
Oasis_Kingdom 0
Thief Village 0
Roc 0
Eu 0
Am 0
Ca 0
SD 0
KingsValley 0
Pharaoh 0
DELTA 0
TEMPLE 0
FORT_JA_AREA 0
FORT_DW_AREA 0
FORT_HT_AREA 0
FORT_CT_AREA 0
FORT_SK_AREA 0
FORT_BJ_AREA 0
FORT_HM_AREA 0
FORT_ER_AREA 0
ARENA_OCCUPY 0
ARENA_FLAG 0
ARENA_SCORE 0
SIEGE_DUNGEON 0
ARENA_GNGWC 0
GOD_TOGUI 0
GOD_WRECK_IN 0
GOD_FLAME 0
GOD_WRECK_OUT 0
EVENT_GHOST 0
JUPITER 0
PRISON 0
GM_EVENT 0
 
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
Nope, got the same error here u go shard - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums Untitled - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums

Btw, i just need to close the areas in DB i dont need to make new ODBC right or anything else ?

//Edit: Added u in skype...
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
C:\inetpub\wwwroot
open this and edit DBConnect.asp
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YourName\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=YourSQLID;password=YourSQLPassword;"
DBConnA.Open strConnectA

%>
 
Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
the same problem ?

reinstall sql then restart ur Pc
and install it again and restart again :D
 
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
I'll reinstall my whole system anyways right now : D ^^. I will try it again and hopefully it works then....thank you for helping me so far
 
Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
and try to use any another database ! :D
 
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
Sup ; ) When i use another Database, do i have to change anythign else then ? like a media and data who fits ? Well im off right now...happy new year Sir ! ; )
 
Experienced Elementalist
Joined
Sep 11, 2012
Messages
241
Reaction score
35
yea if you got new database you will need new client
 
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
Sup ; D Yow i made everything new....now my gameserver closes after 4 second without any error hahahah ^^ Well i try to fix it already cloed everything except china and stuff and yea....

//Edit: I managed to do a fix screenshot after it closed here it is any idea ? Untitled - ►Make Your Private Server For Beginners(Part 2)◄ - RaGEZONE Forums
//EDIT: OMFG FFS I got it how stupid is this XD When GamerServer.exe crashes ppl always check if u got ur data folder in server files and check that there is not another folder called "data" in which are the files xD
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2012
Messages
25
Reaction score
1
Server Works just need to edit stuff......
If anyone still got problems feel free to ask, will help where i can!

LeMBo accept my friend request : D wann ask u something...
 
Initiate Mage
Joined
Dec 12, 2012
Messages
3
Reaction score
0
Server Works just need to edit stuff......
If anyone still got problems feel free to ask, will help where i can!

LeMBo accept my friend request : D wann ask u something...

i two have added you on skype for some help
 
Back
Top