Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Question

I am getting an error when I start up my game with CMS can anyone help me?

 

Here is a list of scripts I am using and the error.

 

 

 

MAWS - Modified Advanced Weather System / Ccoa

Mouse Map Menu / Nathmatt

Jackolas Advance GameOver Script / Jackolas

Final Fantasy Tactics Advance Shop System / Mac

Game Play Help script / Mr. Wiggles

Item Storage / game_guy

Tornado Quest Book / Storm

Emoticon on Event for RMXP / Nechigawara

Universal Message System / Ccoa

MOG_Location_Name / Moghunter

MOG_Treasure_Name / Moghunter

MOG Item Limit / Moghunter

Ton of Addons / Blizzard

RMX - OS options / Blizzard

RMX - OS script / Blizzard

Global switches&variables / blizzard

Versioning / Blizzard

BABS / Blizzard

BABS HUD / Nathmatt

ABS Controller / Blizzard

Critical Sounds ABS / Blizzard

Auto Targeting ABS / Blizzard

ATES / Blizzard

Global ATES / Blizzard

Guild Office / Blizzard

Mouse controller / Blizzard

Mouse controller enchacement / Nathmatt

Mouse drop down menu / Nathmatt

RMX-OS Main / Blizzard

 

 

Here is a picture of the error that is getting returned and the part of code it is coming from.

 

86382585.png

 

Line Five (5)

 

#--------------------------------------------------------------------------
# * Cursor Rectangle Update
#--------------------------------------------------------------------------
 def update_cursor_rect
   if @index >= 0
     n = $game_temp.choice_start + @index
     self.cursor_rect.set(8, n * 32, @cursor_width, 32)
   else
     self.cursor_rect.empty
   end
 end
end

 

Edited by jporter917

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Well, if Coao (?) didn't remove at least the compatibility list, I could solve this...To be honest, there is a good chance 8 of these other scripts are causing it :/

Share this post


Link to post
Share on other sites
  • 0

Copyright issues. A forum was bought by someone and she removed it. I think I know a site -- lemme check it now.

 

You can see if the instruction manual has it:

http://www.rmxpunlimited.net/scripts/rmxp/item/ccoas-ums

Edited by CrimsonInferno

Share this post


Link to post
Share on other sites
  • 0

I am getting an error when I start up my game with CMS can anyone help me?

 

Here is a list of scripts I am using and the error.

 

 

 

MAWS - Modified Advanced Weather System / Ccoa

Mouse Map Menu / Nathmatt

Jackolas Advance GameOver Script / Jackolas

Final Fantasy Tactics Advance Shop System / Mac

Game Play Help script / Mr. Wiggles

Item Storage / game_guy

Tornado Quest Book / Storm

Emoticon on Event for RMXP / Nechigawara

Universal Message System / Ccoa

MOG_Location_Name / Moghunter

MOG_Treasure_Name / Moghunter

MOG Item Limit / Moghunter

Ton of Addons / Blizzard

RMX - OS options / Blizzard

RMX - OS script / Blizzard

Global switches&variables / blizzard

Versioning / Blizzard

BABS / Blizzard

BABS HUD / Nathmatt

ABS Controller / Blizzard

Critical Sounds ABS / Blizzard

Auto Targeting ABS / Blizzard

ATES / Blizzard

Global ATES / Blizzard

Guild Office / Blizzard

Mouse controller / Blizzard

Mouse controller enchacement / Nathmatt

Mouse drop down menu / Nathmatt

RMX-OS Main / Blizzard

 

 

Here is a picture of the error that is getting returned and the part of code it is coming from.

 

86382585.png

 

Line Five (5)

 

#--------------------------------------------------------------------------
# * Cursor Rectangle Update
#--------------------------------------------------------------------------
 def update_cursor_rect
   if @index >= 0
     n = $game_temp.choice_start + @index
     self.cursor_rect.set(8, n * 32, @cursor_width, 32)
   else
     self.cursor_rect.empty
   end
 end
end

 

 

Check line 277 of the script !

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...