2026/04/25 Update
White Raven Hammer now has the correct description. Fixed Skulk non-detection DC for scrying. (Scrying is still broken) Removed heal VFX from scrying. Updated PRC8 version number. Added scry DC variable to Claritangent Hand. Glitterdust now obeys Mastery of Shaping. Recitation now follows PnP. Recitation's TLK entry was corrected. Sleet Storm now obeys Mastery of Shaping.
This commit is contained in:
@@ -120,16 +120,9 @@ void ApplyScryEffects(object oManifester)
|
||||
}}
|
||||
}
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
/*
|
||||
Spellcast Hook Code
|
||||
Added 2004-11-02 by Stratovarius
|
||||
If you want to make changes to all powers,
|
||||
check psi_spellhook to find out more
|
||||
|
||||
*/
|
||||
|
||||
if (!PsiPrePowerCastCode())
|
||||
{
|
||||
// If code within the PrePowerCastHook (i.e. UMD) reports FALSE, do not run this spell
|
||||
@@ -153,7 +146,8 @@ void main()
|
||||
|
||||
SetLocalInt(oManifester, "ScryCasterLevel", manif.nManifesterLevel);
|
||||
SetLocalInt(oManifester, "ScrySpellId", manif.nSpellID);
|
||||
SetLocalFloat(oManifester, "ScryDuration", fDur);
|
||||
SetLocalFloat(oManifester, "ScryDuration", fDur);
|
||||
SetLocalInt(oManifester, "ScrySpellDC", GetManifesterDC(oManifester));
|
||||
|
||||
StartDynamicConversation("prc_scry_conv", oManifester, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oManifester);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user