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
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