Skip to content

This tool is designed to simplify the process of creating new items for Knight Online v1298 servers.

Notifications You must be signed in to change notification settings

brzezinski-grzegorz/item-creator-v1298

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Item Creator v1298

This tool is designed to simplify the process of creating new items for Knight Online v1298 servers. It allows user to create new items without the need to edit each .tbl file and database records separatly, instead it goes through each section filling in information automatically, and by using pre-sets of items.

Usage

Before you start creating a weapon/armor what you will need is the *.npmesh & icon numbers for the model and icon, then everything you need is an idea what exactly you want. It's pretty simple, first of all you put all the info required by Item_org_us.tbl as below:

1 2

As you can see some of the values are pre-defined by me, some I have made as "Read Only" because they are not very well known/or used in this version of the game, so better not mess with them. After you've put neccesary infromation you just press the button and it saves the Item_Org table as plain TXT file which we can later convert to *.tbl by table editor. In the next section we have Item_Ext table:

3

In this section you can put all the neccesary information for each upgrade of item from +0 to +10, as you can see above some information have been already passed from the first section, like items name, number, animation etc. so you don't have to do it again, and focus on setting things like damage, defenses etc.

Very important thing here is to set the Item Ext Index Number which goes later to Item_ext table in client.

If you notice anything wrong from first section you can always go back with the button and fix it and come back. If everything is set we go to the last section of creator which is ITEM table in database, and it looks like this:

4

Once again here the information about item are imported from previous sections, here we have to set only Damage, Hitrate, Evansion Rate, Drop Rate and we can save the item. By default the items are saved as *.txt & .sql (for the ITEM table) in application folder. If you hit finish then you can do either two things, go back to begginng and start adding new item or just close the app:

5

And that's it. Please note that it's still application in beta mode if you run into troubles or you catch something please notify me asap! I will do my best to fix everythin and make the tool complete and fully operational.

The app requires .Net Framework 4 or higher!

About

This tool is designed to simplify the process of creating new items for Knight Online v1298 servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published