These are the patches I have installed:
http://img51.imageshack.us/img51/9015/mcp1.jpg
http://img691.imageshack.us/img691/1346/mcp2.jpg
http://img641.imageshack.us/img641/3653/mcp3i.jpg
And here's the script tied to the goblet:
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->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->ModCurrentHealth 32000
player->ModCurrentMagicka 32000
player->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->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->ModCurrentHealth 32000
player->ModCurrentMagicka 32000
player->ModCurrentFatigue 32000
StartScript VH_DecHunger2
set VH_ChoosedContainer to 4
StartScript VH_RemoveContainer
endif
end
Anyone have an idea which one I should uncheck?