Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Yanfly's Battle Symphony and another script
- Original author: Zero0018
- Original date: January 17, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/yanflys-battle-symphony-and-another-script.36019/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
It's conflicting with Hime's auto script. Here is the battle symphony script: Hime's auto script: What the auto-position script does is change the enemy's starting position so that what you see in the troop editor screen matches what you see in-game (based on proportional scaling).
Archived First Post
It's conflicting with Hime's auto script.
Here is the battle symphony script:
https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/battle-symphony-116e.rb
Hime's auto script:
What the auto-position script does is change the enemy's starting position so that what you see in the troop editor screen matches what you see in-game (based on proportional scaling).
http://himeworks.com/redirect.php?type=script&name=BattleSprite_AutoPosition
Making the arrow fly. Add this tag to a shoot skill (just a copy of attack).
<target action>icon create: user, weaponicon: user, weapon, angle, 45icon: user, weapon, cur_x 12wait: 4icon create: user, arrow, hand, 4297icon: user, arrow, rotate, 45icon throw user: target, arrow, 10, 24, waiticon delete: user, arrowattack animation: target, waitskill effect: wholeicon delete: user, weaponHime had a look at it and said: "This looks like an issue in the way the animations are done: if the sprite goes further than where it should, then instead of just finishing the animation, it will continue to try to animate until it gets where it should go."
Anyone familiar with this battle symphony and what would be causing this issue?
Here is the battle symphony script:
https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/battle-symphony-116e.rb
Hime's auto script:
What the auto-position script does is change the enemy's starting position so that what you see in the troop editor screen matches what you see in-game (based on proportional scaling).
http://himeworks.com/redirect.php?type=script&name=BattleSprite_AutoPosition
Making the arrow fly. Add this tag to a shoot skill (just a copy of attack).
<target action>icon create: user, weaponicon: user, weapon, angle, 45icon: user, weapon, cur_x 12wait: 4icon create: user, arrow, hand, 4297icon: user, arrow, rotate, 45icon throw user: target, arrow, 10, 24, waiticon delete: user, arrowattack animation: target, waitskill effect: wholeicon delete: user, weaponHime had a look at it and said: "This looks like an issue in the way the animations are done: if the sprite goes further than where it should, then instead of just finishing the animation, it will continue to try to animate until it gets where it should go."
Anyone familiar with this battle symphony and what would be causing this issue?
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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.
0
replies
1
view
Topic Summary
Loading summary...