• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Temporary solution for green/red/black book

Joined
Jul 23, 2011
Messages
391
Reaction score
664
So, since vsro has such a "nice" thing like green/red/black books, i've made a simple solution for this, temporary, through.

So, You have to open your GlobalManager.exe, and search for this HEX code

Code:
7570646174652054425F555345522073657420416363506C617954696D65

Which means
Code:
update TB_USER set AccPlayTime

Now just change AccPlayTime part to a some another name, for example, OnlineTime. After you are done, save the file, and open sql server management studio, open SRO_VT_ACCOUNT database, TB_User table, set all AccPlayTime field values to 0, and create a new column named "OnlineTime" (int).

Simple as that, but not the best solution. Users will have to relogin in order to be able to gain experience once green book appears (it will just reset).

You can use nearly any hex editor for this. I'd preffer Hex Workshop, or XVI32.
 
Last edited:
Newbie Spellweaver
Joined
Sep 6, 2011
Messages
51
Reaction score
39
Re: [Tutorial] Temporary solution for green/red/black book

oh good idea, thanks
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Re: [Tutorial] Temporary solution for green/red/black book

Thank you for this. Now testing, but you are right, not funny if you are in the middle of something, and need to logout. But this is better then nothing.

regards
rogan12
 
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
36
Reaction score
3
Re: [Tutorial] Temporary solution for green/red/black book

Thanks Chirnobyl ;)
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Re: [Tutorial] Temporary solution for green/red/black book

The server starts fine now, only the client hangs during loading of X-trap.
Must be something with the new collum i created then.

You don't tell if it should be int, or whatever, allow null or not.

regards
rogan12
 
Last edited:
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Re: [Tutorial] Temporary solution for green/red/black book

Started it all over again, and still the same problem. X-trap hanging. Didn't had that problem before hexing global manager and adding that collum.

weird.....

Anyone else having problems after doing this ?
 
Last edited:
Junior Spellweaver
Joined
Apr 18, 2007
Messages
127
Reaction score
32
Re: [Tutorial] Temporary solution for green/red/black book

client hangs during loading of X-trap.
Because Silkroad.dat that u have is connecting to >xtrap update server 123.30.200.70 and its down off today,you can check in firewall logs if not believe
you need silkroad.dat from Synx i'ts working atm


this if you can encode u can see the ip 123.30.200.6 update xtrap server edit this in silkroad.dat
PHP:
660970B4E849D93EE63C6D9849CFED62CBFA91FB2C16EABFBFB6ACFCBB61A163A3200BB3E32873D8393323E3D4104B38282A1FA80D51B4121660FCF8DFB2BCB40F7D04245246E456F726430D8B1E255D3D358890
//Brought to you by Synx
just edit this in ur... u can open .dat with notepad
 
Last edited:
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Re: [Tutorial] Temporary solution for green/red/black book

Could you post a link for silkroad.dat Synx ?

It doesn't work either, still x-trap loading error.

regards
rogan12
 
Last edited:
Initiate Mage
Joined
May 12, 2005
Messages
4
Reaction score
0
Re: [Tutorial] Temporary solution for green/red/black book

Started it all over again, and still the same problem. X-trap hanging. Didn't had that problem before hexing global manager and adding that collum.

weird.....

Anyone else having problems after doing this ?


It is X-trap related error in general nothing to do with server files even official server (D-SRO/B-SRO) doesnt work..
It is a new problem with xtrap servers perhaps i have no idea
 

s2k

Newbie Spellweaver
Joined
Sep 12, 2011
Messages
29
Reaction score
17
Re: [Tutorial] Temporary solution for green/red/black book

are you sure you are using the AgentServer with Xtrap and not the cracked one? ;)
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Re: [Tutorial] Temporary solution for green/red/black book

Yes i know.
Seems like someone doesn't like the idea that we can connect to our servers.
I kind of expected something like that.
A solution could be a bypass of x-trap.

@s2k
Yes i'm sure, i use the untouched one that was part of the serverfiles.

regards
rogan12
 

s2k

Newbie Spellweaver
Joined
Sep 12, 2011
Messages
29
Reaction score
17
Re: [Tutorial] Temporary solution for green/red/black book

well i tried and for me it is working normally. using SRO11 client, bloody media.pk2 and this silkload.dat
(with hamachi)

playing magic pop local:
Chern0byl - Temporary solution for green/red/black book - RaGEZONE Forums
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Re: [Tutorial] Temporary solution for green/red/black book

Yes i know.
Seems like someone doesn't like the idea that we can connect to our servers.
I kind of expected something like that.
A solution could be a bypass of x-trap.

@s2k
Yes i'm sure, i use the untouched one that was part of the serverfiles.

regards
rogan12

I will release cracked server/client Xtrap soon.
 
Newbie Spellweaver
Joined
Nov 28, 2010
Messages
68
Reaction score
14
Re: [Tutorial] Temporary solution for green/red/black book

hmmm... what about to add in SQL Server Agent "job" which will auto-restart "AccPlayTime" ?

Code:
UPDATE TB_USER
SET AccPlayTime='0'

or

Code:
UPDATE TB_USER
SET AccPlayTime='0'
WHERE AccPlayTime<10670

Chern0byl what do you think?
 
Last edited:
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
36
Reaction score
3
Re: [Tutorial] Temporary solution for green/red/black book

when i edit things using xiv32 hex editor, it doesn't run after this got "Not valid windows 32 app" error message :(
 
Newbie Spellweaver
Joined
Sep 17, 2011
Messages
17
Reaction score
1
Re: [Tutorial] Temporary solution for green/red/black book

I tested this

ALTER TABLE dbo.TB_User
ADD OnlineTime varchar(int);

And This

ALTER TABLE dbo.TB_User
ADD OnlineTime (int);


But doesnt work where is my Fail? (im not a mssql Pro)
 
Newbie Spellweaver
Joined
Jan 29, 2009
Messages
23
Reaction score
1
Re: [Tutorial] Temporary solution for green/red/black book

I tested this

ALTER TABLE dbo.TB_User
ADD OnlineTime varchar(int);

And This

ALTER TABLE dbo.TB_User
ADD OnlineTime (int);


But doesnt work where is my Fail? (im not a mssql Pro)

i didnt get the server files work for me, but if is about time, u should to choose datetime as data type.
 
Newbie Spellweaver
Joined
Aug 2, 2011
Messages
9
Reaction score
12
Re: [Tutorial] Temporary solution for green/red/black book

Try this:

update TB_USER set AccPlayTime='0'
ALTER TABLE dbo.TB_User
ALTER COLUMN OnlineTime int
 
Newbie Spellweaver
Joined
Sep 17, 2011
Messages
17
Reaction score
1
Re: [Tutorial] Temporary solution for green/red/black book

@ekizde & FantasyDesign

Doesn't work :(
 
Back
Top