|
Idea for No. 3:
Open your mapitemicon.ani file (in the ani folder) with a text editor. Find the potions with the help of the item numbers from the (decrypted) itemtype.dat file.
Make yourself a blank & transparent 64x64 pixel dds file with photoshop or gimp, name it blank.dds for example.
Now, in the mapitemicon.ani, at the potions' numbers, change the dds files to blank.dds
example:
stancher has number 1000000
mapitemicon.ani is like this:
[1000000]
frame amount =1
..... 1000000.dds
Don't edit the 1000000.dds file (or any other), because they are used by other, mostly quest items as well.
|