Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MultiSlots! / Charlie CTB Support
#11
That would be appreciated.

It is always easier to get to the bottom of these things when we see the problem firsthand rather than being told of the error. Nothing so grandious as a full demo, but a working demo of just the systems at hand and whatever 'necessary' resources for it to function.

You'd be surprised how many times someone sent me a demo that needed a TON of graphics that were never there. Always run into 'file not found' errors.
Reply }
#12
I got your demo, and I belive I found the problem.

In MultiSlots, you configured the switched weapons/armors as such:
Code:
# * Switched Equipment
  # * - First number indicates the fake displayed equipment
  # * - Second number indicates the replacement actual equipment
  #
  SWITCHED_WEAPONS  = [[nil]]   # Ids of switched weapons
  SWITCHED_ARMOR    = [[nil]]   # Ids of switched armors

Instead, remove the 'nil' value and have it look like this:
Code:
# * Switched Equipment
  # * - First number indicates the fake displayed equipment
  # * - Second number indicates the replacement actual equipment
  #
  SWITCHED_WEAPONS  = [[]]   # Ids of switched weapons
  SWITCHED_ARMOR    = [[]]   # Ids of switched armors

That fixed it in the demo you sent me. No more 'nil' problem. Cheery
Reply }
#13
Hey sorry its been sometime since I had a chance to test it out. I changed the [[nil]] to just [[]] and I still get the error. Even on my demo. I don't know what to say. You got it to work but for some reason it just is hating on me. I'll keep trying around but for right now I still get that dumb error.
Reply }
#14
Found it.

It was an unexpected and overlooked scenario in the Dual-Wielding/Sword&Shield system in the equip method. It tried to compare your armors that went up to a good 120 items to the names of matching weapons. And you didn't have 120 weapons but only 80. It could not find (for example) weapon #111 when trying to match it with armor #111 (your bracelet).

The glitch is fixed and now the system is updated to version 1.6... with your name in the credits section. Cheery
Reply }
#15
Hey, I don't know how I can thank you enough. You have done some great things for me. Thanks again, I appreciate everything and keep up the good work! I love your scripts!
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   The Self Data Suite support thread PK8 0 3,342 07-18-2015, 09:41 PM
Last Post: PK8
   Help with CTB by Charlie fleed bswi13 2 4,220 06-17-2014, 11:08 PM
Last Post: bswi13
   Charlie Fleed's CTB - Issue with party formation JackMonty 2 4,625 02-06-2013, 02:21 PM
Last Post: JackMonty
   Advantages & Charlie Fleed CTB problem Yin 7 10,611 12-12-2011, 03:45 PM
Last Post: Yin
   Charlie Fleed's CTB - Problem with dual wielding characters MegaPowerNinja 2 5,227 04-25-2011, 09:51 AM
Last Post: Charlie Fleed
   FFX Battle system by Charlie Fleed RosyPosy 11 15,243 10-21-2010, 04:06 PM
Last Post: Charlie Fleed
   Actual 'Printer' support? DerVVulfman 4 6,911 04-18-2009, 10:06 PM
Last Post: Zeriab



Users browsing this thread: