Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
Trickster Wrote:hahaha without even looking at the script and recalling from memory if you get a stack too deep after F12ing your game

what happens is that a hidden method was aliased

and when you F12 it goes back through all of your scripts and reloads them all if you alias a method with the same new name twice what happens is an infinite loop hahaha owned

but its easily fixed just check to see if the new method name you created exists if so then don't alias it again else alias it.

do you mean something like

Code:
unless self.method_defined?(:ctb_initialize)
  alias_method(:ctb_initialize,:initialize)
end

?

EDIT: it looks like this does not work...
EDIT2: I found that someone uses "unless $@" ... it seems to work, but i don't get it.

Bndbyplyrply Wrote:I've got everything working now. Exept in the battle. The Skills tab won't show up. Does anyone else have this problem? Thanks!

:cheery:

-------------------------------------
Link2Games The Ultimate Gaming And Comedy Website!

www.link2games.webs.com

Read the Configuration of Individual Battle Commands.

ciccio92 Wrote:I have some troubles with the script "summons 0.8" in the line 840 and he say that: " undefined method 'available' for nil:NilClass "
So, I configured all summons with the guide that you've done, and I can't find where the problem is. Can you give me a help?

You must have missed something. Check carefully the whole procedure.

sawai159 Wrote:
ciccio92 Wrote:I have some troubles with the script "summons 0.8" in the line 840 and he say that: " undefined method 'available' for nil:NilClass "
So, I configured all summons with the guide that you've done, and I can't find where the problem is. Can you give me a help?

I had the same problem,you did something wrong. Also,Charlie said he forgot to update the guide,so,you have to do everything like in the demo.. Take a closer look at Common Events,maybe there's the problem.


Btw,Charlie,thanks for the help,now everything is working fine! ^^

Let me clarify that the update I forgot to do is only limited to the names of the two skills Trincea and Altruismo, now named differently. As regards the rest, the guide has indeed been updated.
Reply }


Messages In This Thread
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - by Charlie Fleed - 01-02-2010, 01:56 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,013 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,063 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,535 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,478 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,549 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: