ItemtypeRAWEditor

03/26/2010 09:19 BEanErzzz#1
Allows for the easy formatting of Itemtype.dat for custom items etc.
If you need help using this, you probably shouldn't be fucking with itemtype at all.

This was never meant to do itemtype to show tokens and things of that nature, it was built for private servers so that you may add items to itemtype or remove them as desired.

To use it simply download and run, click the open button change whichever values you want to change and save.

Automatically encrypts and decrypts.
Uses .NET 2.0

To change the configuration for columns open the DataColumns.xml file and edit any of the values I have highlighted in green for whichever column you wish to change:
Code:
  <Column>
    <ID>colName</ID>
    <HeaderText>[COLOR="Green"]Name[/COLOR]</HeaderText>
    <DefaultValue>[COLOR="Green"]ItemName[/COLOR]</DefaultValue>
    <Visible>[COLOR="Green"]true[/COLOR]</Visible>
  </Column>
Changelog:

3.28.10 [44 downloads]:
Added XML file specifying config of datacolumns...allows you to change which columns are seen and their names and default values.
03/26/2010 16:30 fuss#2
It looks good, but it didn't work - tried to exchange ids and it ended up producing a 150kb bigger output; also things got screwed up (char got naked, items didn't have their id's swapped)
Anyway, looks like a promising clean tool. ^^

TL;DR - Encryption needs some fixing.
03/27/2010 12:30 BEanErzzz#3
Quote:
Originally Posted by fuss View Post
It looks good, but it didn't work - tried to exchange ids and it ended up producing a 150kb bigger output; also things got screwed up (char got naked, items didn't have their id's swapped)
Anyway, looks like a promising clean tool. ^^

TL;DR - Encryption needs some fixing.
What did you do? I'm able to add items to my itemtype without error.
03/27/2010 14:53 tere12#4
Could u change Min and Max to MinAtk and MaxAtk :P
03/28/2010 15:11 GrizzlyMatt#5
o.O isn't itemtype only working with weapons and talis now?
03/28/2010 19:22 fuss#6
Quote:
Originally Posted by BEanErzzz View Post
What did you do? I'm able to add items to my itemtype without error.
Changed DB's id for SoulPill's id and vice-versa.
03/28/2010 21:06 BEanErzzz#7
Quote:
Originally Posted by GrizzlyMatt View Post
o.O isn't itemtype only working with weapons and talis now?
It's meant mostly as a tool for people who do client modification on private servers, hence the reasoning behind using a grid view instead of just the basic design of other editors. You can add or delete items and change every attribute as you see fit.

Quote:
Originally Posted by fuss View Post
Changed DB's id for SoulPill's id and vice-versa.
Did you try changing it then just decrypting the file and seeing what might have gone wrong? I've done a couple tests and it encrypts and decrypts the files fine, unless maybe there's a new encryption key for the newer clients?