temData with 12Degree

Junior Spellweaver
Joined
Oct 25, 2007
Messages
120
Reaction score
16
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)

v5 update:
complete itemdata with all normal/Sox 12 Degree items

note: incase it doesnt work u can overwrite it with v4.. havnt tested it if it will work SMC..
v4 update:
-should fix everything now, but i havnt tested on each item, dont have much time xD
-should work with both SMC and media.pk2
-just tell me if you're still having errors because everything is working fine on my end
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..
 
Last edited:
Re: [Share] ItemData with 12Degree

hmmm.. normal items for china are included btw, if i'm able figure out how to edit cap to 120 then i guess ill add those for euro.. too lazy to do some more copy pastin atm.. xD
 
Re: [Share] ItemData with 12Degree

your database is not lost media.pk2 share your truth with your
shard database
 
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



all you need to do is
-*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..

file will activate 12th degree rare weapons,garms,protector,armor for both euro and chinese i did not include the normal 12degs because u need to be over 110 to be able to wear them

rieljames - temData with 12Degree - RaGEZONE Forums


please tell me if i missed somthing..

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
 
Re: [Share] ItemData with 12Degree

someone share to me pls, silkroad database file pls
i want try it:D:
sure, but now im trying to activate all 12D on Artuuro_lv clean database

Thanks, do we need to do anything else to make these drop?

yes, im still trying to figure it out.. i got only few hours in week to work with the files .. xD
 
Re: [Share] ItemData with 12Degree

sure, but now im trying to activate all 12D on Artuuro_lv clean database



yes, im still trying to figure it out.. i got only few hours in week to work with the files .. xD

Cool keep us updated, I have added everything and it works. I will also search for if anything must happen for drop.
 
Re: [Share] ItemData with 12Degree

Thanks for the SMC update. So there are no 12D rare acc?

Edit: SMC still crashes on 12d for me.
 
Last edited:
Re: [Share] ItemData with 12Degree

is it the v2 you copied.?

edit: update the first post.. i uploaded the wrong file .. sorry XD
 
Last edited:
Back