RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] CCOA's battle error

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
I'm using the CCOA´s side view script and I'm getting this error


The arrow is upside down and I dont get any anything on the battle menu, but I can still use the battle options. How can I solve this?
« Last Edit: May 08, 2007, 10:53:41 PM by Zeriab »

********
Hungry
Rep:
Level 96
Mawbeast
2013 Best ArtistParticipant - GIAW 11Secret Santa 2013 ParticipantFor the great victory in the Breakfast War.2012 Best Game Creator (Non-RM Programs)~Bronze - GIAW 9Project of the Month winner for December 2009Project of the Month winner for August 20082011 Best Game Creator (Non RM)Gold - GIAW Halloween
grab Blizzard's Tons of Addons, and turn on the Ultimate Font Override
(and shaded text if you'd like)

that should work.

as for the arrow, it's the windowskin, either the arrow will be up or down, it depends on the windowskin that you use.
try looking for one that has down arrows (but it'll be down on the enemies too)

FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

*
A Random Custom Title
Rep:
Level 96
wah
as for the arrow, it's the windowskin, either the arrow will be up or down, it depends on the windowskin that you use.
try looking for one that has down arrows (but it'll be down on the enemies too)
Or... just open up the windowskin in paint and then just flip it. XD

***
Rep:
Level 87
I try that but now i get this error when i choose fight in the battle
 ??????'Add-ons by Blizzard'?2947??? NoMethodError ????????
 undefined method ' actor='for:NillClass

Edit: ok i delete this from the add-on:
#==============================================================================
# Scene_Battle
#==============================================================================

class Scene_Battle
 
  alias phase3_setup_command_window_unique_command_later phase3_setup_command_window
  def phase3_setup_command_window
    phase3_setup_command_window_unique_command_later
    @actor_command_window.actor = @active_battler
    @actor_command_window.setup_command_name
  end
 

and now this ok... tks for the help
« Last Edit: May 05, 2007, 07:31:10 PM by Joaocarlos »