[Guide] Setting up a server based on VSRO server files

09/17/2011 03:59 tmfpkendrick21#271
everytime i open smc_independent it closes, already did all the inis and configs right so i know its not that.

i type in sro_gm1:hn2006 then it comes up says smc_independent stopped working
09/17/2011 04:07 Dr.Abdelfattah#272
Writed By [Only registered and activated users can see links. Click Here To Register...]


So, some people might have problems even at such basic stuff as cracking a experience limit.

Gameserver reads rates as (real rate * 1000), it means, if you set rates to
35000, experience gain coefficent will be 35x. By default, gameserver forbidds making them more than 250 (2.5 x), but it's easy to crack.

So, open your SR_GameServer executable using OllyDBG, and patch the following addresses with following assembly codes.


================================================== ===========================
Individual experience ratio


PHP Code:
0042714C   F6C4 50          TEST AH,42 

================================================== ===========================
Party experience ratio


PHP Code:
004271F5   F6C4 42          TEST AH,42 

================================================== ===========================
Item drop rate


PHP Code:
004272A0   F6C4 42          TEST AH,42 

================================================== ===========================
Gold drop amount rate


PHP Code:
00427349   F6C4 42          TEST AH,42 

================================================== ===========================
HWLAN (berserker) gain factor


PHP Code:
004273CA  |. F6C4 44        TEST AH,42 


================================================== ===========================
Bypass creation of huge .dmp files (less lags)

PHP Code:
00964060     81EC 6C060000  SUB ESP,66C 
change command to

PHP Code:
jmp 009642FD 
================================================== ===========================




To do it, follow this screenshots. Open the file using OllyDBG (F3)

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

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

Double-click the line you were jumped to, and...
[Only registered and activated users can see links. Click Here To Register...]

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

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

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

Do same for all addresses.
09/17/2011 04:20 the_belgian#273
Quote:
Originally Posted by abdelfattah View Post
try bloodysro old media
I have c9 error with bsro pk2 now ...
09/17/2011 04:27 Dr.Abdelfattah#274
Quote:
Originally Posted by the_belgian View Post
I have c9 error with bsro pk2 now ...
u must patch it with the same ip u enter in database and server.cfg and ini folder
09/17/2011 04:52 Tazdingo7#275
Quote:
Originally Posted by abdelfattah View Post
u must patch it with the same ip u enter in database and server.cfg and ini folder
Dont work, alot of people have this problem with the correct configuration.

We need a correctly answer for this problem.

First i check my config, its all ok.

Second i check all the possible port, check it, but still c9 error

Third i check my client, now im downloading last bsro client (i have the old one and it didnt work)

And my last option is wait for one person who can share the really solution.

I think alot of persons still in the same point as me.

So wait and keep tuned for news.
09/17/2011 04:55 Dr.Abdelfattah#276
Use this query to clean out old data from VT_ACCOUNT tables.

PHP Code:
USE [SRO_VT_ACCOUNT]
GO
TRUNCATE TABLE 
[dbo].[TB_User]
TRUNCATE TABLE [dbo].[TB_User_Bak]
TRUNCATE TABLE [dbo].[SK_CharRenameLog]
TRUNCATE TABLE [dbo].[_Punishment]
TRUNCATE TABLE [dbo].[_ServiceManagerLog]
TRUNCATE TABLE [dbo].[Test_HN]
TRUNCATE TABLE [dbo].[_BlockedUser]
TRUNCATE TABLE [dbo].[_CasGMChatLog]
TRUNCATE TABLE [dbo].[_Notice]
TRUNCATE TABLE [dbo].[_SMCLog]
TRUNCATE TABLE [dbo].[QuaySoEpoint]
TRUNCATE TABLE [dbo].[SK_ITEM_GuardLog]
TRUNCATE TABLE [dbo].[SK_ItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PackageItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PK_UpdateLog]
TRUNCATE TABLE [dbo].[SK_ResetSkillLog]
TRUNCATE TABLE [dbo].[SK_Silk]
TRUNCATE TABLE [dbo].[SK_SilkBuyList]
TRUNCATE TABLE [dbo].[SK_SilkGoods]
TRUNCATE TABLE [dbo].[SK_SubtractSilk_VAS]
TRUNCATE TABLE [dbo].[SR_ShardCharNames]
TRUNCATE TABLE [dbo].[TB_Net2e]
TRUNCATE TABLE [dbo].[TB_Net2e_Bak]
TRUNCATE TABLE [dbo].[tb_paygate_trans
If you need to create your own GM account:
PHP Code:
1. You need a md5 hasher. (can google it)
2. Go to TB_Users table
3. Fill the form like this
:

    
JIDFills automatically
    StrUserID
Username
    password
password
    status
can leave blank
    GMRank
Set this to 1 (Server Dev(content administrator3  (content user(content marketer(content monitor(Content GM7  (content GM Leader)
    
sec_primary set it to 1 (3 is normal user)
    
sec_content set it to 1 (3 is normal user)


4. You can fill in the other neccesary fields like emailadress so onbut they're not really neccesary. 
This will clean up Log database instantly.

PHP Code:
USE [SRO_VT_LOG]
GO
TRUNCATE TABLE 
[dbo].[_LogCashItem]
TRUNCATE TABLE [dbo].[_LogEventChar]
TRUNCATE TABLE [dbo].[_LogEventItem]
TRUNCATE TABLE [dbo].[_LogEventSiegeFortress]
TRUNCATE TABLE [dbo].[_LogSchedule]
TRUNCATE TABLE [dbo].[_LogServerEvent
Use this to prune all old character data from shard.

PHP Code:
//..basically you need to delete these manually. 
---------------------------------------------------------------------------------------
Simple registration page for official server files (php)


Download



[Only registered and activated users can see links. Click Here To Register...]
09/17/2011 05:28 sroman45#277
nice guide man
09/17/2011 05:33 djhueso#278
Abdel pls can u help me with some problems ! Answer ur msn pls :( im Rocco_nl @ :D if u can obvious i have 1 question
09/17/2011 05:43 Dr.Abdelfattah#279
Quote:
Originally Posted by djhueso View Post
Abdel pls can u help me with some problems ! Answer ur msn pls :( im Rocco_nl @ :D if u can obvious i have 1 question
please post ur question here cuz i'm verry buzy doing many thing and can't speak via msn
09/17/2011 06:04 louislima#280
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Click on image ^^
if any one can help me
09/17/2011 06:08 djhueso#281
Quote:
Originally Posted by abdelfattah View Post
please post ur question here cuz i'm verry buzy doing many thing and can't speak via msn
u need see it maybe u can help for TeamVewier is Fast it pls :)
09/17/2011 06:20 Dr.Abdelfattah#282
Quote:
Originally Posted by djhueso View Post
u need see it maybe u can help for TeamVewier is Fast it pls :)
i support someone now via teamview and he pay $ :D andi can't open 2 team ..
09/17/2011 06:25 KALExenia#283
hey. can anyone help me?
everything is setup correct and running properly except sr_gameserver. just look at the pic.
i installed all kind of vcredist (6..2005..2008) tried with comp mode 2k, without.
with DEP on all exes, without.
absolutely no idea whats wrong.
[Only registered and activated users can see links. Click Here To Register...]

edit:
my spec.:
amd phenom x2 1100t @ 3,3ghz
4gb ddr3 1600mhz ram
win 7 ultimate x86 aka 32bit
09/17/2011 06:34 Dr.Abdelfattah#284
Quote:
Originally Posted by KALExenia View Post
hey. can anyone help me?
everything is setup correct and running properly except sr_gameserver. just look at the pic.
i installed all kind of vcredist (6..2005..2008) tried with comp mode 2k, without.
with DEP on all exes, without.
absolutely no idea whats wrong.
[Only registered and activated users can see links. Click Here To Register...]
try to reinstall C++ package library & it's maybe system error if reinstall C++ don't make sense so reinstall ur windows ;)
09/17/2011 06:59 louislima#285
[Only registered and activated users can see links. Click Here To Register...]
how much time for server online? anyone can help me with team viewer?