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

Rye CBS + Blizzard Party Switcher

Question

Heeeeeey!

Well guys, Finally, I can't manage to use ENU SBS and Blizzard Party Switcher (during the battle) together so I decided to use another battle system and I found Rye CBS which is very good and compatible with that party switcher, I hope. I just found an error. I appreciate any help, Even a small hint is nice to me. I'm really tired of searching for a good and compatible battle system :ehh:

Well if you want to see the error, first add Rye CBS + Blizzard Party Switcher to a blank project. then make a new class and call it whatever you like and create an actor with that class. Then start a battle and switch that new actor between your active party in battle and attack enemies. You'll see this error: Script "CBS" line 1074: TypeError occurred. cant dup NilClass.

Here is a demo:

http://speedy.sh/nvw3y/Project2.rar

Note: if you're going to use a blank project, make sure you have 33 weapon slots.

Thank you. I'm waiting for your answer.

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I tried it with the download you sent and a work-around I've found, is that you have to give the actors weapons. If you give them a weapon, the error won't appear. Probably has something to do with how animations are done but I can't find a quick solution to that. Except for giving everyone a weapon.

Share this post


Link to post
Share on other sites
  • 0

Oh yes! I can't believe...I was blind and I couldn't see! Thank you so much for your hint! I couldn't make it without you! :dance:

I've got the solution. Go to line 144 in Party Switcher and add this :

 for i in 0...$game_party.actors.size
      if $game_party.actors[i].weapon_id == 0
        $game_party.actors[i].weapon_id = 33;
      end

then add "end" to line 155 and you are done :shock:

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...