temData with 12Degree

Re: [Share] ItemData with 12Degree

I already put all the itemdata.txt files into the media. and im using the data.pk2 and particles from isro. I also ran the script inthe database. The server loads up fine, but the client once the logo comes out, it just closes.

Doesnt not even open. It opened fine before i did this.
 
Re: [Share] ItemData with 12Degree

very very thx but i have Some problem in Media.pk2 when i add somthink in my media.pk2 i got [Fital memory] and give me sro_client Error idk what i can do so i need know what wrong with me, and my Request if u can uplode your pk2 tools for me
maybe my pk2 is old
so uplode it for me plz thx

Probably the reason of your problem is this that u have something in ur media.pk2 what not exist in your database. Check out if all what u have included in ur media file existing as well in ur db.

I already put all the itemdata.txt files into the media. and im using the data.pk2 and particles from isro. I also ran the script inthe database. The server loads up fine, but the client once the logo comes out, it just closes.

Doesnt not even open. It opened fine before i did this.

Same as a guy who i made quote up in my post. Your media.pk2 have included something what not exist in your database.
Hope it helps You. You shuld re-read all ur texdata files and check out with db if there not missing anything.

Greetz
 
Re: [Share] ItemData with 12Degree

all you need to do is
-copy data.pk2 and particles.pk2 from isro and

sorry i have noob Question ( data.pk2 and particles.pk2 )
isro = Orginal Silkroad Online right ?
vsro file = u mean the Blitzkrieq_Bin_Data or u mean the Folder game v1.188 !!
************
i have my server runing without problem, but i have some Qestion if u can asnwer.

1- i can't login by Account GM in Other Computer [but i can Login in same computer runing server]
2- when i make account for my friend and make him GM too he can't login [but when i make him normal user he login ]
3- are u have any idea about [ let any one login game without setup hamachi !! i know i still noob xD :*: and sorry about my english i know it's very bad :blushing:
 
Re: [Share] ItemData with 12Degree

SET Service = 0
WHERE ID BETWEEN 8994 AND 9005

why ?

sorry i have noob Question ( data.pk2 and particles.pk2 )
isro = Orginal Silkroad Online right ?
vsro file = u mean the Blitzkrieq_Bin_Data or u mean the Folder game v1.188 !!
************
i have my server runing without problem, but i have some Qestion if u can asnwer.

1- i can't login by Account GM in Other Computer [but i can Login in same computer runing server]
2- when i make account for my friend and make him GM too he can't login [but when i make him normal user he login ]
3- are u have any idea about [ let any one login game without setup hamachi !! i know i still noob xD :*: and sorry about my english i know it's very bad :blushing:

Are u a Chinese ? offer your QQ please,Maybe I can help you .
 
Re: [Share] ItemData with 12Degree

@chichi
there are some entries on database that will cause your shardmanager to crash if activated..
 
Re: [Share] ItemData with 12Degree

never noticed that.. maybe the fact i dont play sro.. btw, what are the seals on d12.?
SOS <--- Magic.?
Moon <--- ??
Sun <--- Legend.??
can only work on tuesdays on this xD



SOS <---> RARE
Moon <---> Magic
Sun <---> Legend

 
Re: [Share] ItemData with 12Degree

was able to get my server workin and it is because of you people so i am sharing this for those who are struggling to activate 12D on there servers

OR (password: ragezone)

all you need to do is
-make a backup on your original text datas just in case
-copy data.pk2 and particles.pk2 from isro and paste it to your vsro folder*
-open pk2 editor and import all three files to server_dep\silkroad\textdata*
-and make sure you activated the files server side*
(go to SRO_VT_SHARD - dbo._RefObjCommon and put "1" on service column on all 12D item)
-*and last, make sure import icons to your media.pk2 as well.. you can find the icons inside media pk2... i believe all of you can take it from here..


rieljames - temData with 12Degree - RaGEZONE Forums



and here is a query where you can automatically update your services from "0" to "1"
right click on SRO_VT_SHARD and then New Query
Query Script: (i know it's a noob script but it will help some)
UPDATE [dbo].[_RefObjCommon]
SET Service = 1
WHERE CodeName128 like '%ITEM_EU%'

UPDATE [dbo].[_RefObjCommon]
SET Service = 1
WHERE CodeName128 like '%ITEM_CH%'

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 8994 AND 9005

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9008 AND 9025

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9028 AND 9045

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9048 AND 9065

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9068 AND 9085

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9088 AND 9105

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9114 AND 9125

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9134 AND 9145

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID BETWEEN 9154 AND 9225

UPDATE dbo._RefObjCommon
SET Service = 0
WHERE ID = 38620


rieljames - temData with 12Degree - RaGEZONE Forums


please tell me if i missed somthing..
can you make video guide how to make this
cuz i think i have problems with media or something
 
Re: [Share] ItemData with 12Degree

I have a problem with SMC , if i try to load Plugins smc close


I copyd Particle and Data from Isro
Past itemdata_5000,10000,15000 to my Media.pk2 in vsro and vsro-server directory and smc directory :/


All problems solved !
no i only need Icons :huh:
 
Last edited:
Re: [Share] ItemData with 12Degree

Yes it works pretty well, im also misssing the icons, i'd appreciate if someone could explain what exactly has to be done to have proper icons.

thx rieljames !

EDIT:

And anyone can tell me the purpose of 20dg entries in database ? game cap supposed to be 140 anyway...
 
Last edited:
Re: [Share] ItemData with 12Degree

Yes it works pretty well, im also misssing the icons, i'd appreciate if someone could explain what exactly has to be done to have proper icons.

thx rieljames !

EDIT:

And anyone can tell me the purpose of 20dg entries in database ? game cap supposed to be 140 anyway...

export the icons from isro or ksro media.pk2, and put in your client's media, it is not that hard :)
 
Back