Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
This is the error message shown when a script run by an event has some error, but you haven't provided enough information for me to understand what is going on...
When you say you worked with the summons section, what exactly does it mean?
Reply }
well i changed the names of the summons and sprites and changed the common event to the appropriate script. that's all i did then i tried adding them in the class skills for lancer and now that error happens
Reply }
post the contents of the common events then
Reply }
it was: script: $game_party.summon(19)

and it goes to 22
Reply }
It will be a faroff dream to see this in VX...sigh...
I...have to use XP it seems... orz
Reply }
dkaelynd Wrote:it was: script: $game_party.summon(19)

and it goes to 22

There's your problem. The format is:

$game_party.summon(type,list of actors' names in square brackets,unique identifier(optional))

I guess you wanted to summon actor number 19, right? Then, assuming that you want a summon that replaces the party and fights alone, you must have a common event like this

$game_party.summon(2,["name of the actor"])

Read the instructions and ask me if there's something you can't figure out.

Archeia Wrote:It will be a faroff dream to see this in VX...sigh...
I...have to use XP it seems... orz

XP! XP! XP!
Reply }
ok it fixed it but now when i try to summon in battle the game crashes with this error

Script "Summons 0.7" line 821: NoMethodError occurred.
undefined method 'available' for nil:NilClass

how do i correct this
Reply }
You may have not configured the summon skills correctly.
Review the "Installation" and "Configuration of Summons" sections of the guide.
Also, remember that summons do not work in test battle mode.
Reply }
Hey!
I have another problem. I'm getting an error after a battle. After the battle is completed I get the victory sound and this error appears.

Script 'Window_BattleReport' line 110: ArgumentError occured.
wrong number of arguments (1 for 0)

I do have one other script installed which is the MOG Menu script. When I take that off the error stops appearing. I'd rather use both scripts that just yours, do you know how I can fix that? Any ideas? Please say yes haha.
Reply }
You should post the code or at least a link to the script so that Charlie or someone else can help. Doesn't MOG have like, 6 menus?
Reply }


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



Users browsing this thread: