Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
#36
ok, within the Superart script page at around line 300, replace the Window_Status code with this:
Code:
class Window_Status
  alias sa_refresh refresh
  def refresh
    sa_refresh
    # Superarts
    actor=@actor
    return if !actor.has_superarts?
    x=300
    y=0
      temp_fontsize=self.contents.font.size
      temp_fontbold=self.contents.font.bold
      self.contents.font.size = 12
      bar_sa=Bar.new(x,y+16,200,4,self.contents)
      bar_sa.back_opacity=200
      bar_sa.bar="bar"
      bar_sa.bar_background="bar_hp_bg"
      bar_sa.highlight_complete = true
      bar_sa.bar_complete = "bar complete - superarts"
      bar_sa.refresh(actor.super_arts_points,SUPER_ARTS_MAX)
      self.contents.draw_text(x,y,200,24,"SUPERARTS GAUGE")
      self.contents.draw_text(x,y+16,200,24,"SUPERARTS TYPE: "+actor.superart_type_s)
      self.contents.blt(x+140,y+20,RPG::Cache.picture("shift"),Rect.new(0, 0, 28, 12))
      self.contents.draw_text(x+170,y+16,60,24,": change")
      self.contents.font.size=temp_fontsize
      self.contents.font.bold=temp_fontbold
  end
end
Reply }


Messages In This Thread
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - by Charlie Fleed - 03-18-2009, 10:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 856 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 83,006 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,638 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,025 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,940 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,233 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,062 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,533 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,477 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,543 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: