Could it be because i haven't used the partices and data pk2 files from isro? i just understood what the first step means in the guide. couldn't understand it at first. if so where can i download it isro gonna make me download whole client ...
Just use kSRO's Particles, Map and Data pk2 file, then use the vSRO file media pk2 and update the media with the icon's of 12D weapons/gear. everything works perfectly fine after doing that ^^
Also somehow with SMC i have HP/MP 2000+120% blue increase instead of 1700+100% blue.. but who's complaining its awesome lol. 80009 HP with vital increase at 110.
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
Just use kSRO's Particles, Map and Data pk2 file, then use the vSRO file media pk2 and update the media with the icon's of 12D weapons/gear. everything works perfectly fine after doing that ^^
Also somehow with SMC i have HP/MP 2000+120% blue increase instead of 1700+100% blue.. but who's complaining its awesome lol. 80009 HP with vital increase at 110.
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
To view the content, you need to sign in or register
(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..
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