CTD when drinking ancient goblet from Vamp Hunger.

Post » Sun Apr 14, 2013 2:50 am

I can drink it once just fine and it works, but when you go back for a second helping, all subsequent drink attemtps result in a CTD. I suspect that after you have drunk one ancient blood goblet, some residue script remains and crashes upon any further attempts for drinking.

After i started CTD-ing, i removed all VH related mods and compatiiblity patches, cleaned the save, then loaded them again. I was able to drink another goblet, but after waiting until it wears off i , again, start crashing when i try to drink another.

Here's the script to the item:
Spoiler
begin VH_Local_Goblet

short OnPCEquip

if ( PCVampire != 1 )
if ( OnPCEquip == 1 )
set OnPCEquip to 0
endif
return
endif

if ( OnPCEquip == 1 )
set OnPCEquip to 0
player-&--#62;PlaySound3D VH_Drinking
MessageBox "Your have gained the temprorary ability to walk in the sunlight."
set VH_VampireBonusHandler.tim_sunprotection to 24
set VH_DrinkedPackedBlood to ( VH_DrinkedPackedBlood + 3000 )
player-&--#62;ModCurrentHealth 32000
player-&--#62;ModCurrentMagicka 32000
player-&--#62;ModCurrentFatigue 32000
StartScript VH_DecHunger2
set VH_ChoosedContainer to 4
StartScript VH_RemoveContainer
endif

end

Any ideas?

Cheers
User avatar
Wayland Neace
 
Posts: 3430
Joined: Sat Aug 11, 2007 9:01 am

Return to III - Morrowind