Save-Point
Advantages & Charlie Fleed CTB problem - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: Advantages & Charlie Fleed CTB problem (/thread-3826.html)



Advantages & Charlie Fleed CTB problem - Yin - 12-05-2011

When using your advantages with Charlie Fleed's CTB, an error happens when you turn the messages off or put nil for any of the messages, when you start a battle, one enemy attacks and the turns don't go down. Nobody is able to do anything except for that one enemy. I also tried it in the CTB demo.


RE: Advantages! - DerVVulfman - 12-06-2011

Splitting off as this is a combined Advantages/Charlie CTB problem.

But please explain 'turning off messages' ? How and where you can turn off the message window if that's what you can do?


RE: Advantages! - Yin - 12-06-2011

(12-06-2011, 06:11 AM)DerVVulfman Wrote: Splitting off as this is a combined Advantages/Charlie CTB problem.

But please explain 'turning off messages' ? How and where you can turn off the message window if that's what you can do?
Up top in the config, where it says:
Code:
# Configure Message Window
  ADV_DISPLAY_MSG = true
When I switch that to false, it causes the glitch noted in my last post. Then when I leave these as nil :
Code:
# Configurable Messages  ADV_PARTY_MSG   = "You have the advantage!"  ADV_TROOP_MSG   = "They surprised you!"  ADV_OFFENSIVE   = "Fight!"  ADV_SURPRISED   = "Surprised each other!"  ADV_AB_PARTY    = "Snuck up on them!"  ADV_AB_TROOP    = "It's an ambush!"

It also causes the error noted in my last post.


RE: Advantages & Charlie Fleed CTB problem - DerVVulfman - 12-07-2011

Er, I turned messages off, and don't have an error. This for either enemies with the advantage or the party. Perhaps it is where you placed Advantages???

The instructions say to place it below both the battlesystem and Animated Battlers. I placed it here:

Code:
.
    4 - Misc Code
    5 - RTAB Patch

Animated Battler Formations
AnimBat patch for Window_Statu

Advantages!

CTB by Charlie - Game_Battler
CTB by Charlie - Game_Actor
CTB by Charlie - Altruismo, etc
CTB by Charlie - Damage and Colors



RE: Advantages & Charlie Fleed CTB problem - Yin - 12-07-2011

Nope, everything is in order, but it still has that one enemy attack and no turns are being used.


RE: Advantages & Charlie Fleed CTB problem - DerVVulfman - 12-08-2011

Okay, I don't get it. I nilled out the messages with the command you mentioned, so the 'Enemy has advantage" and like messages don't pop up... or cause an error.

And as to the one enemy attacking... Is that if the players have the advantage and the enemies don't? The 'panther' in the demo has a sort of 'return attack' feature. So if you hit him, he immediately hits back... even without initiative.

Ya may have to 'demo' me. If ya do... keep it small. Got dialup


RE: Advantages & Charlie Fleed CTB problem - Yin - 12-08-2011

Sure I can make a demo. Or if you have dropbox, I can invite you to my folder for a little while.


RE: Advantages & Charlie Fleed CTB problem - Yin - 12-12-2011

Yay! You did it! Thank you, I appreciate your help :)