temData with 12Degree

Re: [Share] ItemData with 12Degree

so i do everything what in first post, but after login client crashed... without isro particles/data.pk2 i can enter game, add item but no icon, and when i try to wear it client crash...any solution?

EDIT!
I solved it with iSRO particles/data...my account was wrong. But the icons still won't appear. Any idea?
rieljames - temData with 12Degree - RaGEZONE Forums
 
Last edited:
Re: [Share] ItemData with 12Degree

how can it be so hard.. i said use isro's data.pk2 and particles.pk2. it's on the first post... u guys need to learn how to read...

extract the icons from isro's media.pk2 and put inside your vsro's icon folder on media.pk2
 
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..

i 've added the D12 ... but the Image of the wepon in the inventory doesn't appear ... any suggestion ?
Message Me
 
Back