Closed KnightCa closed 11 months ago
This is because possession can't be applied while sneaking
if (possessor.isSneaking()) {
return false;
}
But you can sneak first to start casting, release sneak while the spell is charging up and then it works. There isn't much I can do and this applies to other similar spells. The workaround should work, just requires better coordination
@WinDanesz While the work around does indeed work, it's difficult to cast a concentration spell in the middle of a intense fight with multiple mobs. The keybind suggestion for casting a spell with the Spell Blade would solve this sort of situation.
The hope would be to have these options:
This would make casting similar to how it has worked with Spell Blade in the past (left-click to attack, right-click to cast) while allowing Runic Shield blocks (casting with Spell Blade becomes a keybind).
Possible actions I can imagine:
Is there an existing issue for this?
Observed behaviour
When holding a Runic Shield and fully upgraded Spell Blade, and trying to cast Possession on a target (sneak right-clicking).. the spell acts as if casting but no Possession is made of target.
Using a Wand with Possession works fine on the same target.
Expected behaviour
I expected the Possession spell to work just as it does from the Wand.
Steps to reproduce
Crashlog
No response
Environment (Singleplayer/Server, etc.)
Issue present on both sides
Mod version
1.5.11-PreRelease-54bfadc
Forge version
1.12.2-forge-14.23.5.2860
Other mods
No response