HOMEFORUMDISCORD
★ TEST
✦ Welcome to the MapleVerse Test Portal! ✦  Found a bug? Report it here — paste a screenshot right from your clipboard! ✦  7 issues being tracked — thank you, testers! ✦✦ Welcome to the MapleVerse Test Portal! ✦  Found a bug? Report it here — paste a screenshot right from your clipboard! ✦  7 issues being tracked — thank you, testers! ✦
#179 energy bolt has no casting animation FIXED
HIGH Combat & Skills reported by John · 2026.08.08 · updated 29 days ago
The player casting energy bolt does no swing animation or casting animation, the bolt just flies out of them. It also looks to be too high where it flies out of hte player
🍅 ME TOO · 0 Log in to confirm this bug.
COMMENTS 3 replies
John 2026.08.08
it also appears to have unlimited range
screenshot 1
SnailHunter ADMIN 2026.08.11
Confirmed, and you found a whole class of bug rather than one skill.

When you cast Energy Bolt we play the spell effect and fire the bolt, but we never tell your character to actually do anything — so he stands there in his idle pose while the magic happens. The reason is narrow: the code that makes your character move when you cast only runs for *melee* skills like Power Strike and Brandish. Every magic and projectile skill was skipped, so Energy Bolt, Magic Claw, Lucky Seven, Arrow Blow and the rest all cast silently.

In the real client a skill either has its own named pose stored in the game data, or — if it doesn't have one — it falls back to your ordinary weapon swing. I checked the v83 data: Energy Bolt and Magic Claw genuinely have no pose of their own, which means the correct animation is your character swinging his wand or staff. That's what you'd have seen in 2009.

The fix plays that pose after any non-melee attack skill is cast. It's animation only — it can't add damage or hit anything on its own.
SnailHunter ADMIN 29 days ago
Confirmed, and you found a whole class of bug rather than one skill. When you cast Energy Bolt we played the spell effect and fired the bolt but never told your character to do anything, so he stood in his idle pose while the magic happened. The code that animates the caster only ran for melee skills like Power Strike and Brandish — every magic and projectile skill was skipped, so Energy Bolt, Magic Claw, Lucky Seven, Arrow Blow and the rest all cast silently.

In the real client a skill either has its own named pose stored in the game data, or falls back to your ordinary weapon swing. I checked the v83 data: Energy Bolt and Magic Claw genuinely have no pose of their own, so the correct animation is your character swinging his wand or staff — that's what you'd have seen in 2009, and that's what plays now. It's animation only; it deliberately touches none of the combat code, so it can't add damage or hit anything by itself.

On your follow-up about unlimited range — that's a separate issue from this one and I haven't touched it here. The bolt's travel distance is its own number and needs checking against the v83 data; I'd rather raise that as its own item than fold an unverified range change into an animation fix.

Log in or sign up to comment.