Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Database to MediaPK Tool

Initiate Mage
Joined
Nov 22, 2014
Messages
3
Reaction score
3
< DatabaseToMediaPK2 >

You can convert the long and complex table in Vsro database to media.pk2 file, easily.


Download:

Alternate:

Scan :

readme file:
Code:
< Created by ExtraGame.NET >

< DatabaseToMediaPK2 >

    You can convert the long and complex table in Vsro database to media.pk2 file, easily.

    _RefObjCommon    +    _RefObjItem    =    itemdata.txt // itemdata_xxx.txt
    _RefObjCommon    +    _RefObjChar    =    characterdata.txt // characterdata_xxx.txt
    _RefSkill                =    skilldataenc.txt // skildata_xxxenc.txt
    
    _RefPackageItem                =    refpackageitem.txt
    _RefPricePolicyOfItem            =    refpricepolicyofitem.txt
    _RefScrapOfPackageItem            =    refscrapOfpackageitem.txt
    _RefShopGoods                =    refshopgoods.txt

< db2pk2.exe >

    How to use?
    Go to Database Settings in Settings Menu;
    
    Host Name / IP    :    Write your computer name or IP address. 
    example        :    SamplePC\SQLEXPRESS / 255.255.255.255 / 255.255.255.255,1433

    Database User    :    Database user name to login.
    example        :    sa

    Database Pass    :    Database password to login.

    Database Name    :    Database name.
    example        :    SRO_VT_SHARD


    You can select target folder from "Export Folder" in Settings Menu.
    it generate textdata/ directory and files load here.


    
< db2pk2.exe.Config >

    Your settings keep here, if this file does not exist the program will not work. 

(Contents);
    
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings file="">
    <clear />
    <add key="dbHost" value="xxxPC\SQLEXPRESS" />
    <add key="dbUser" value="sa" />
    <add key="dbPassword" value="12345" />
    <add key="dbName" value="SRO_VT_SHARD" />
    <add key="exportDir" value="" />
  </appSettings>
</configuration>


< dec.exe >

    To encrypt folders, program "skilldataenc" is used as an assistant tool.

fixed enc files.
 
Last edited:
Initiate Mage
Joined
Nov 22, 2014
Messages
3
Reaction score
3
Re: Database to MediaPK

works all vsro database but if you have a problem in database will not works.

 

Attachments

You must be registered for see attachments list
Last edited:
Retired
Joined
Oct 28, 2013
Messages
536
Reaction score
103
You should change the enc for skilltext files.
Passing, alike my server, the count of 60,000 skills, those "encrypted" files won't work on the client side, if not parsed into the 35,000enc file.
Limit that one and it should work flawless.
Or is it even for vSRO 1.188?
Since 20k, 25k and 30k ain't de- and re-encryptable. No one does have the "key" for that one.
 
Back
Top