plz help me adding d13

02/13/2012 00:36 mokamax#1
i love x-silkroad server i wish i could make one like it is it db avalible

or can i only add d13 items to my server which is running d11 dgree only

i cant either make more than +8 by gm commands i need a better db even if d11 too

i am using mysql 2008 rc2

plz help
02/13/2012 05:44 BestOnWorld#2
Quote:
Originally Posted by mokamax View Post
i love x-silkroad server i wish i could make one like it is it db avalible

or can i only add d13 items to my server which is running d11 dgree only

i cant either make more than +8 by gm commands i need a better db even if d11 too

i am using mysql 2008 rc2

plz help
hmmmmmm
use this is query
PHP Code:
use SRO_VT_SHARD
UPDATE 
[dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%13_C%%'
UPDATE [dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%13_B%%'  
UPDATE [dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%13_A%%'   
UPDATE [dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%12_C%%'   
UPDATE [dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%12_B%%'  
UPDATE [dbo].[_ReObjCommon]
SET Service 1
WHERE CodeName128 like 
'%12_A%%' 
02/13/2012 14:30 mokamax#3
i have x-silkroad media which have d13 should this works?

another problem i cant makeitem more than +8

give me that error

Msg 208, Level 16, State 1, Line 2
Invalid object name 'dbo._ReObjCommon'.

what should i do after restoring to another datebase ??????

just edit _PrivilegedIP ??????????

up

up