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: MogHunter_ATB Edits!
- Original author: TheWhiteRose000
- Original date: January 11, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/moghunter_atb-edits.35782/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace) > RGSS3 Script Requests
Summary
I am using the Battle-EX Hud Lightning and I am not using TP instead I asked my friend to change the TP Bar to a ATB bar. which he was able to do but the ATB bar fills up almost instanly (only in appearance) and I need it to fill up at the proper rate. I don't like the Schala_ATB_Gauge but it provides a accurate look at my issue. My friends script is this.
Archived First Post
I am using the Battle-EX Hud Lightning and I am not using TP instead I asked my friend to change the TP Bar to a ATB bar.
which he was able to do but the ATB bar fills up almost instanly (only in appearance) and I need it to fill up at the proper rate.
I don't like the Schala_ATB_Gauge but it provides a accurate look at my issue.
My friends script is this.
class Game_Battler
def tp_rate
atb.to_f / atb_max
end
def tp
atb
end
end
class Scene_Battle
alias somethingsomethingdarkside_update_basic update_basic
def update_basic
somethingsomethingdarkside_update_basic
@status_window.refresh
end
end
The scripts I am using are.
https://www.dropbox.com/s/1aus5978qokxfvn/MOG_Battle_Command_EX.txt?dl=0
https://www.dropbox.com/s/p1f55w6a49tj0mk/Mog_Battle_Hud_EX.txt?dl=0
https://www.dropbox.com/s/7ntri1ri90guj8j/Mog_ATB.txt?dl=0
Or if you just want to download the hud here is the link to all of them.
http://www.atelier-rgss.com/RGSS/Battle/ACE_BAT23.html
which he was able to do but the ATB bar fills up almost instanly (only in appearance) and I need it to fill up at the proper rate.
I don't like the Schala_ATB_Gauge but it provides a accurate look at my issue.
My friends script is this.
class Game_Battler
def tp_rate
atb.to_f / atb_max
end
def tp
atb
end
end
class Scene_Battle
alias somethingsomethingdarkside_update_basic update_basic
def update_basic
somethingsomethingdarkside_update_basic
@status_window.refresh
end
end
The scripts I am using are.
https://www.dropbox.com/s/1aus5978qokxfvn/MOG_Battle_Command_EX.txt?dl=0
https://www.dropbox.com/s/p1f55w6a49tj0mk/Mog_Battle_Hud_EX.txt?dl=0
https://www.dropbox.com/s/7ntri1ri90guj8j/Mog_ATB.txt?dl=0
Or if you just want to download the hud here is the link to all of them.
http://www.atelier-rgss.com/RGSS/Battle/ACE_BAT23.html
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...