[RELEASE] WORKING Fixed Serverfiles+English gameclient!

02/16/2009 07:56 Wolfman45#826
Hello all,
I have a only 1 issue here it is

[Only registered and activated users can see links. Click Here To Register...]
02/16/2009 08:46 timebomb#827
Quote:
Originally Posted by Wolfman45 View Post
Hello all,
I have a only 1 issue here it is

[Only registered and activated users can see links. Click Here To Register...]
A session crash with a c++ error usually indicates that the computer it is hosted on can not handle the dekaron server.
02/16/2009 10:59 maxkalle#828
I dont know i start the server...!
02/16/2009 11:17 tommy4#829
VPS

what is that that how u get to work on vista and u can play it on your own pc
02/16/2009 23:16 Wolfman45#830
My Computer can handle it. It has 2 Quad Core Cpu's and 16 GB's of memory, 20 tb of hard drive space. 2 GeForce GTX 295.
02/17/2009 12:39 ElektroRZBR#831
Wolfman install Net FrameWork 3.5 =]
02/17/2009 21:35 xanigv#832
Quote:
Originally Posted by Wolfman45 View Post
Hello all,
I have a only 1 issue here it is

[Only registered and activated users can see links. Click Here To Register...]
hahahah
all u have to do is open SN.txt and add the text in Query Analyzer :)

1-st copy this and paste:

EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={S QL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'

Press Mark Icon Than Play Icon

than this:

exec sp_serveroption 'LSV_GHBILL','rpc out','true'
exec sp_serveroption 'LSV_GHBILL','rpc','true'
exec sp_serveroption 'LSV_DKRACNT','rpc out','true'
exec sp_serveroption 'LSV_DKRACNT','rpc','true'
exec sp_serveroption 'DKRCASH','rpc out','true'
exec sp_serveroption 'DKRCASH','rpc','true'
exec sp_serveroption 'LSV_DKRHELION','rpc out','true'
exec sp_serveroption 'LSV_DKRHELION','rpc','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc out','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc out','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc','true'
exec sp_serveroption 'LSV_DKRTEST','rpc out','true'
exec sp_serveroption 'LSV_DKRTEST','rpc','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc out','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc','true'
exec sp_serveroption 'LSV_DKRSTA','rpc out','true'
exec sp_serveroption 'LSV_DKRSTA','rpc','true'
exec sp_serveroption 'DKRACCOUNT01','rpc out','true'
exec sp_serveroption 'DKRACCOUNT01','rpc','true

again press mark icon than play icon on ur sql query analizer and done :)
02/18/2009 01:07 Wolfman45#833
Xanigv I did the Query Analyzer, before i posted it here.
02/18/2009 07:00 Wolfman45#834
ElektroRZBR i have the Net FrameWork 3.5 also before i posted here.
02/23/2009 01:06 Strandy#835
why is everybody telling ppl that their computer sucks when they have some errors :confused:, dont try to help when you dont know what you're talking about!!

FYI,i run my server on a crappy 2,5ghz (single core, 32bit) w 1,5gb ram (4gb vram) and it works like a charm with no lag :cool:, so you dont need any über computer to get it working just to play for fun, to have a "real" server then you probably need a good pc!!!


@ Wolfman45
Make sure you have written the right info in DATABASE_ACCOUNT and DATABASE_PASSWORD (in yourserver/sessions/config.ini), when i had wrong db-acc or pass written i got the same problem with error and exiting sessionserver..
castserver still starts if you have the wrong info but it doesnt work as its supposed to!!
if its a default install of mssql then the db acc is Sa and pass is the one you choosed, if you choosed win authorisation mode then its the same pass as you have on windows login ..

hope this helped you :)
02/24/2009 09:05 roflmaopmp#836
So..... I'm gonna give this a shot.

But.. Your video doesn't work. :x

Also... what does this...

$account_odbc = odbc_connect('account','DB SQL USER','DB SQL PASSWORD');
} elseif ($_POST[ZoneGroup]=="zone2") {
$account_odbc = odbc_connect('account2',DB SQL USER','DB SQL PASSWORD');

mean?

What do I put there? :x
02/24/2009 16:02 Bear Walken#837
Quote:
Originally Posted by roflmaopmp View Post
So..... I'm gonna give this a shot.

But.. Your video doesn't work. :x

Also... what does this...

$account_odbc = odbc_connect('account','DB SQL USER','DB SQL PASSWORD');
} elseif ($_POST[ZoneGroup]=="zone2") {
$account_odbc = odbc_connect('account2',DB SQL USER','DB SQL PASSWORD');

mean?

What do I put there? :x
Change the fields in red and have fun.

Code:
$account_odbc = odbc_connect('account','[b][color=red]DB SQL USER[/color][/b]','[b][color=red]DB SQL PASSWORD[/color][/b]');
} elseif ($_POST[ZoneGroup]=="zone2") {
$account_odbc = odbc_connect('account2','[b][color=red]DB SQL USER[/color][/b]','[b][color=red]DB SQL PASSWORD[/color][/b]');
02/25/2009 08:13 roflmaopmp#838
Zzz, can anyone post a video that actually works? Lol. :(

His says 403 forbidden, or someshit. :x
02/25/2009 17:45 asdfg9191#839
I got a question.How can I add to my server rb sistem?
02/27/2009 05:14 Spazman6117#840
i got a question to ask............

in the video it shows u putting the Account / Billing / Cash / Character back ups into the database.........

then after that he opens a text file names SN i think and copy's stuff to the query analyzer.

can some1 tell me where to get that text file he opened from pls?