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!

[Release] Jade Dynasty Extra Tools

Joined
Jun 10, 2012
Messages
557
Reaction score
131
Here I will add all tools and maybe their translations if needed which are useful for the JD servers.

#=============================================>
Name: Zhu Xian Tools
Version: 1.5 (Beta)
Information: This tool is exactly same as iwebs, actually if we compare this tool with iwebs 2.7.4 this tool have more options, also there is a option to choose which version jd server you are running.
Credits: mcncc.com
Risk: May corrupt your game database(same issues as iwebs).

Download:
Translations:
- Tab 1 :
#=============================================>

#=============================================>
Name: WinPCK
Version: 1.20.8
Information: This tool give you access to browse,edit,open,view all files which are compressed into a .pck file without decompressing it.
Credits: duowan.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Rate Editor
Version: All JD Versions
Information: This tool allow you to edit the rates, you need the GS file which is located in gamed folder.
Credits: Ricco
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Icon Viewer
Version: 2.0
Information: This tool allow you the view the in-game icons and get their ID's, actually after playing around with it I found that it gives wrong ID's :x
Credits: mcncc.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Kuqoi Ski View
Version: 1.0
Information: This tool allow you to open .ski files (to view the models of any weapon,fashion,armor, etc...)
Credits: mcncc.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: ZX Tools
Version: 1.0
Information: This is a pack of all JD Tools. Elements,GShop,Task,NPC,AI, etc...
Credits: comper ; DNC ; ronny(dont know exactly his nickname)
Risk: There is not risk.
I hope DNC dont mind for publishing the tools.
Password: RaGEZONE
Download:
#=============================================>

#=============================================>
Name: AIPolicy Editor Delux Version
Version: 0.1.8.2
Information: This tool allow you to edit aipolicy.data (mob,npc,events speaking/mobs skills.). This tool can also edit aipolicy.data for Forsaken World and Perfect World.
Credits: mcncc.com;
Risk: Actually I dont know for any risk, so always make a backup after using it
Download:
#=============================================>

#=============================================>
Name: Server Patcher/Launcher
Version: 1
Information: This patcher is made in C#, you have to load the solutions and edit the config. I havent tested the patcher, but from the code I see it can do the following things: pack,unpack .pck files, download .data files and place them into element/data.
Credits: mcncc.com;
Risk: Im sure that there is no risk with it, but before make it your public patcher test it on test server! :)
Download:
#=============================================>
 
Last edited:
Experienced Elementalist
Joined
Feb 16, 2012
Messages
271
Reaction score
24
Here I will add all tools and maybe their translations if needed which are useful for the JD servers.

#=============================================>
Name: Zhu Xian Tools
Version: 1.5 (Beta)
Information: This tool is exactly same as iwebs, actually if we compare this tool with iwebs 2.7.4 this tool have more options, also there is a option to choose which version jd server you are running.
Credits: mcncc.com
Risk: May corrupt your game database(same issues as iwebs).

Download:
Translations:
- Tab 1 :
#=============================================>

#=============================================>
Name: WinPCK
Version: 1.20.8
Information: This tool give you access to browse,edit,open,view all files which are compressed into a .pck file without decompressing it.
Credits: duowan.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Rate Editor
Version: All JD Versions
Information: This tool allow you to edit the rates, you need the GS file which is located in gamed folder.
Credits: Ricco
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Icon Viewer
Version: 2.0
Information: This tool allow you the view the in-game icons and get their ID's, actually after playing around with it I found that it gives wrong ID's :x
Credits: mcncc.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: Kuqoi Ski View
Version: 1.0
Information: This tool allow you to open .ski files (to view the models of any weapon,fashion,armor, etc...)
Credits: mcncc.com
Risk: There is not risk :D
Download:
#=============================================>

#=============================================>
Name: ZX Tools
Version: 1.0
Information: This is a pack of all JD Tools. Elements,GShop,Task,NPC,AI, etc...
Credits: comper ; DNC ; ronny(dont know exactly his nickname)
Risk: There is not risk.
I hope DNC dont mind for publishing the tools
Download:
#=============================================>

#=============================================>
Name: AIPolicy Editor Delux Version
Version: 0.1.8.2
Information: This tool allow you to edit aipolicy.data (mob,npc,events speaking/mobs skills.). This tool can also edit aipolicy.data for Forsaken World and Perfect World.
Credits: mcncc.com;
Risk: Actually I dont know for any risk, so always make a backup after using it
Download:
#=============================================>

Name: ZX Tools
Version: 1.0
Information: This is a pack of all JD Tools. Elements,GShop,Task,NPC,AI, etc...
Credits: comper ; DNC ; ronny(dont know exactly his nickname)
Risk: There is not risk.
I hope DNC dont mind for publishing the tools
Download: Click me hard
what's pass?
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
*SNIP*
#=============================================>
Name: AIPolicy Editor Delux Version
Version: 0.1.8.2
Information: This tool allow you to edit aipolicy.data (mob,npc,events speaking/mobs skills.). This tool can also edit aipolicy.data for Forsaken World and Perfect World.
Credits: mcncc.com;
Risk: Actually I dont know for any risk, so always make a backup after using it
Download:
#=============================================>
*SNIP*

Actually, this is an older version of AIPolicy Editor I've released here as well as on MCNCC.
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
What do you mean load the solutions

In visual studio? this is what I see

Code:
using System;

public class Config
{
    // 登录器版本文件
    public static string LOGIN_VS_URL = "";

    // 补丁版本文件
    public static string VS_URL = "";

    // 新版登录器
    public static string NEW_LOGIN_URL = "";

    // 补丁路径
    public static string BD_MAIN_URL = "";

    // 7z文件路径
    public static string MAIN_7Z_URL = "";

    // 注册
    public static string REGISTER_URL = "";

    // 元宝充值
    public static string CHARGE_URL = "";

}

Translated
Code:
public class Config
{
    // Log version File
    public static string LOGIN_VS_URL = "";

    // Patch version File
    public static string VS_URL = "";

    // The new registrar (First time logins?)
    public static string NEW_LOGIN_URL = "";

    // Patch path
    public static string BD_MAIN_URL = "";

    // 7z file path
    public static string MAIN_7Z_URL = "";

    // Registration Url
    public static string REGISTER_URL = "";

    // Jaden Url (Where people can donate)
    public static string CHARGE_URL = "";

}

When building the solution, it requires bd.7z


Ok so this seems important
Code:
            // 获取补丁版本号
            WebClient web = new WebClient();
            web.DownloadFile(Config.VS_URL, GameForm.DIRECTORY + @"\tmp\vs.txt"); (Zilla Note: Downloads version file from your server)

            // 读取更新版本号列表
            string versions = File.ReadAllText(GameForm.DIRECTORY + @"\tmp\vs.txt");  (Zilla Note: Reads version file)

            // 获取最新的版本号
            string[] vsArray = versions.Split(new Char[] { ',' }); (ZIlla Note: Creates a string array of all versions)
            string lastVs = vsArray[vsArray.Length - 1]; (Zilla Note: Moves pointer to last element of vsArray)

Ok I think I figured out how to make this work.
 
Last edited:
Joined
Jun 10, 2012
Messages
557
Reaction score
131
I have never worked over this one and really don't know the fix, but yea when i firstly saw the code you need bd.7z
probably is for client check you know there is a check system and if you are missing something the launcher download it.
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
I have never worked over this one and really don't know the fix, but yea when i firstly saw the code you need bd.7z
probably is for client check you know there is a check system and if you are missing something the launcher download it.
This whole thing is bugged, its missing allot more than that.
 
Joined
Oct 27, 2012
Messages
112
Reaction score
12
Here I will add all tools and maybe their translations if needed which are useful for the JD servers.

#=============================================>
Name: Rate Editor
Version: All JD Versions
Information: This tool allow you to edit the rates, you need the GS file which is located in gamed folder.
Credits: Ricco
Risk: There is not risk :D
Download:
#=============================================>
Untitled-2 - [Release] Jade Dynasty Extra Tools - RaGEZONE Forums
can you translate for me? :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 30, 2016
Messages
19
Reaction score
0
Anyway, first of all I thank you for sharing your wonderful tools, such as these that I myself am not able to develop due to my lack of knowledge, I would like to ask for you a new editing tool for elements.data, some more updated and with more functions , well we are practically in the year 2018 and my tool is 2014, if you have something and can share thank you right now, a happy new year from a curious Brazilian.
 
Junior Spellweaver
Joined
Mar 1, 2012
Messages
144
Reaction score
11
Would you stop spaming every thread with this question?
Can anyone help me to open this? (elements.data)



I don't have the config file (JD_*_ v138.cfg) for that file :<

Many many thanks :eek:tt:
 
Newbie Spellweaver
Joined
Oct 18, 2018
Messages
14
Reaction score
0
some could pass me all the editors of version 1.5.5

Thank you
 
Back
Top