Finally figured out hot to extract the files. These are the two potions I have used so far. Both have the same non effect.
Cheers again for the help. You have no idea how much I appreciate it.
Something has removed the whole functionality from the item... I expect it to be a mod incompatibility such as one make the potion to cast a spell and another that removes that from all spells(the use of the opcode 146) from items for what ever reason.
Run these commands using either the command console, or just make a new .txt file, open it with Notepad, paste this text to it, use the "Save As" command and save it as something such as "potiondebug.bat":
mkdir change-log
WeiDU.exe --log nul --change-log potn08.itm >change-log/change-log.txt --out change-log
And then run the .bat or the command lines in the cmd.exe in the game directory.
This will allow us to reduce the possible mods to the ones that effect the item, and give you backups you can check even your self to find which mod screws you over... welll.
Some mod has removed all effects from your potn08, especially this one
Type: Current HP bonus (17)
Target: Self (1)
Power: 4
Value: 9
Modifier type: Increment (0)
Heal flags: ( Heal normally )
Timing mode: Instant/Permanent until death - 1
Dispel/Resistance: Dispel/Not bypass resistance (1)
Duration: 90
Probability 1: 100
Probability 2: 0
Unused: 00 45 78 70 69 72 61 74 h
# dice thrown/maximum level: 0
Dice size/minimum level: 6
Save type: ( No save )
Save bonus: 0
Special: 0
Now the potion has only one effect - disappear after use
You also have another mod in your installation that replaces this oriiginal potion by one that uses a spell Potn08.spl instead of the effect, but this spell is also removed from the item you posted.
PS @Imp - changelog may not help much as those mods do not change but overwrite the files.
Edited by Roxanne, 11 February 2016 - 01:39 AM.