<img src="/ubbthreads/images/graemlins/devil.gif" alt="" />
I may post verbose information I extracted to hex edit my favourite weapons including the names!
If that is not practical for many of you out there I would spend some time creating an ultimate item editor for those who love to reconstruct items in a more favourable way, (some people out there call it cheating and it may be if you misuse such editors).
One thing though, must be a manual hex edit and is very difficult, is to append a new image for an item to be associated with it. I really do not recommend that level of manipulation for the majority of you because crashing the program would be almost guaranteed. <img src="/ubbthreads/images/graemlins/biggrin.gif" alt="" />
The items.000 file Hex-editing should be quite sufficient for most item editing purposes.
The data structure of an item includes an indexing number that follows capital letter �G� such as
__G2576, repeated four times within the structure.
If all what you need is to increase the charm level of your item to level 5, then find your item first by a unique name or else you may edit an item that you do not have.
Next, find the third index number of that set of four and count exactly 16 bytes to skip after the last ASCII of the third index number; the byte that follows IS the byte that holds the number of the charm level.
Cheers.
<img src="/ubbthreads/images/graemlins/wave.gif" alt="" />