Original Source
- Original title: Graphical problems with Victors animated battlers script
- Original author: BlackRoseMii
- Original date: June 2, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/graphical-problems-with-victors-animated-battlers-script.62874/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
I've had this problem for a while, but I put it away, because it's not a game breaking problem. The problem I have is about the bow animation. While the animation of my archer attacking works perfectly, the animation when damaging an enemy is still the "hit physical". But I want it to be "pierce physical". I know that this seems to be a common problem and that you might already be tired of hearing this, but I've literally tried everything to get rid of this problem. But nothing works....
Archived First Post
The problem I have is about the bow animation. While the animation of my archer attacking works perfectly, the animation when damaging an enemy is still the "hit physical". But I want it to be "pierce physical".
I know that this seems to be a common problem and that you might already be tired of hearing this, but I've literally tried everything to get rid of this problem. But nothing works. I have been at least able to erase the animation completely.
Okay, here are the things you might need to have to solve this problem:
# Pose for the targets of 'Bow' attack
<action: arrow, reset>
throw: self, user, image 'Arrow', arc 10, angle 45, init x -6, init y -12;
wait: self, throw;
anim: targets, effect;
wait: 8;
effect: active, targets, 100%;
</action>
This is under all three modes: charset, kaduki and unspecific settings.
This is the screenshot of the weapon used:
Here's the original, unedited script: https://drive.google.com/file/d/0B0cSp2lASM9wdjMwNEMtMFlkR1k/view
I hope somebody can help with this, I've searched everywhere and nothing helped. TT.TT
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...