Difference between revisions of "Talk:RemoteCast - Spell"
Jump to navigation
Jump to search
imported>Cscottydont |
imported>Cscottydont |
||
Line 14: | Line 14: | ||
#Used console to check "player.isDualCasting" - returned 0.00 (flase) | #Used console to check "player.isDualCasting" - returned 0.00 (flase) | ||
<br> | <br> | ||
[[User:Cscottydont|Cscottydont]] ([[User talk:Cscottydont|talk]]) 2013-01-29T15:57:20 (EST) |
Revision as of 15:57, 29 January 2013
Uses akBlameActor's stats?
Does this function use akBlameActor's skills and perks for determining the efficacy of the spell cast?
If not, could it be made to do so?
Dragoon Wraith TALK 11:35, 23 January 2012 (EST)
Using this function will invalidate (cause it to return 0/false when it should return 1/true) any ongoing isDualCasting checks on akSource. So any mod that makes use of the RemoteCast - Spell function will conflict with any mod that utilizes the isDualCasting condition. The same is true of Cast - Spell.
Test Method
- Created a scripted ability to periodically fire a test spell using the RemoteCast function with the player as akSource.
- Continuously dual cast the Flames spell.
- Used console to check "player.isDualCasting" - returned 1.00 (true)
- Scripted ability fired the test spell.
- Used console to check "player.isDualCasting" - returned 0.00 (flase)
Cscottydont (talk) 2013-01-29T15:57:20 (EST)