[Guide] Custom certification errors , Privileged ip table / simple guide for newbies

02/01/2014 00:55 danger9#1
This is not a full guide on how to make a server , it's just critical points that must be taken care of in order to start the server properly (for newbies , whom Im considered one of them till the moment)

1- Database initial size :
- In most of the tutorials , the default initial size of the db was "3 mb" , but when I was making a new database , my default value was "2 mb" , dun know even it's importance , but i thought it's better to make it just like the tutorials say (till I know why we should change it to 3mb)
* before :
* after :

- Also you should go to (options tab) whilst restoring any database backup file (.bak) and select the option to "overwrite the existing database"

2- Hamashi ip \ static ip [Certification problems - CustomCertificationServer.bat closing suddenly \ showing error] :
- Most of the tutorials just skip this part and only mention that you should write down your ip , so most of people including me put their ipv4 which is usually 192.168.1.2 ~ 192.168.1.8 , and then they get the error during the certification process
So basically to solve this problem , you should either have a static ip (which is not an easy choice) or you use the free hamashi network
Then go to download hamashi through the normal way , install it normally , then you'll be able to get "YOUR REAL IP" that you are going to use in :
Code:
1- \CustomCertificationServer\bin\ini\srNodeType.ini
2- \server.cfg
3- \GameServer.exe [patch your ip through sr_patcher]
4- \AgentServer.exe [patch your ip through sr_patcher]
5- \MachineManager.exe [patch your ip through sr_patcher]
6- \smc\ServiceManager.cfg
7- \smc\smc_updater.cfg
8- \media.pk2 [patch it manually]
9- dbo._privilegedip
* To get your hamashi-ip , just do as the pic , and choose "Copy ipv4 address"

3- Privileged ip table :
In some DBs , you'll find that the privilegedip table is totally different from the tutorials , as it takes that look
and i didn't find any information about how to deal with that format of table , so i've worked out a solution through copying that table from any other clean account_db (attached below) , and here's the steps :
  1. Make a new database , and name it for ex : testdb
  2. Restore any normal account database (attached below)
  3. Head to your original db (usually SRO_VT_ACCOUNT) and delete the dbo._PrivilegedIp table
  4. Restart your mssql server
  5. Execute the following query - Change the XXXX to ur new db name (in our example it was "testdb") :
    Code:
    SELECT * INTO SRO_VT_ACCOUNT.dbo._PrivilegedIP from XXXX.dbo._PrivilegedIP
  6. Restart the mssql server once more , then restart the management studio , and voila :D

So here we go now , and just to remember , those tips are meant mainly to help newbies , so please no need for such brilliant replies like "useless" or "it's too easy" :D :D

press the Thanks button if i helped you out :)
02/01/2014 02:39 PortalDark#2
#Approved
02/01/2014 11:02 bxxb#3
Nice tutorial and easy to understand
02/01/2014 21:12 danger9#4
Quote:
Originally Posted by bxxb View Post
Nice tutorial and easy to understand
Thanks :)
02/02/2014 03:06 Justin1337*#5
Quote:
Originally Posted by bxxb View Post
Nice tutorial and easy to understand
I agree, I already knew that ^^ but it will be useful for "newbies" =P ,thanks. =)
02/02/2014 06:32 danger9#6
Quote:
Originally Posted by Justin1337 View Post
I agree, I already knew that ^^ but it will be useful for "newbies" =P ,thanks. =)
Yea :) , that's my pleasure ^^
02/05/2014 21:18 ronia123#7
i got a static ip but same thing.... look

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
02/08/2014 17:55 danger9#8
Quote:
Originally Posted by ronia123 View Post
i got a static ip but same thing.... look

Ummm Im not quite sure where's the error ..
but anyway are you sure that you followed the guide correctly ?

give me your feedback
02/08/2014 18:03 Justin1337*#9
Quote:
Originally Posted by danger9 View Post
Ummm Im not quite sure where's the error ..
I was going to ask the same thing. :P

Quote:
Originally Posted by ronia123 View Post
i got a static ip but same thing.... look

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
ya, we need some more info dude. =)
02/13/2014 01:06 esam01#10
Sorry but , where do i find a Sr_Patcher? :O
Thanks in advanced
02/13/2014 02:55 Justin1337*#11
Quote:
Originally Posted by esam01 View Post
Sorry but , where do i find a Sr_Patcher? :O
Thanks in advanced
Here you go
Full credit to Chern0byl:

Edit: You must have .NET Framework 4.0 at least, to run this version.