Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 [XP] Minkoff/DerVVulman ANIMATED BATTLER
#1


I have a very small problem with the animated battler, I'm using both the "animated battler" and "skills that consume item (non-RTAB)". (both are DerVVulman's)


When using the movement array for the skill (MNK_MOVING_SKILL), my hero battler doesn't move to the enemy battler, somehow the "skills that consume item" script prevents it from doing that because whenever I remove that script, MNK_MOVING_SKILL does its job.

Is there a way to fix this??
Reply }
#2
I read this and did a little study.

The RTAB and like battlesystem scripts tend to perform rewrites to the default scripts. That is... they perform rewrites when necessary, attach code to default scripts by way of the 'alias' command when possible. But most of the time, scripts by cogwheel (and this non-RTAB variation) rewrites a few methods within Scene_Battle. In this case, it was the 'make_skill_action_result' and 'update_target' methods.

My Animated Battlers script performs almost no rewrites and uses the 'alias' command to add new code to the battlesystem in use. To my surprise, it worked well with a few battlesystems by accident. So, you will want to have Animated Battlers placed below most battlesystem scripts.

And by placing 'Skills that Consume Items (non-RTAB) above Animated Battlers, you will solve your problem.

Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#3
Oh great, I will definitely try that.
I'm using ParaDog's CBS.
I didn't thought of that, thought it should always be placed below the animated battler.
Although I might have to tweak other system scripts as well because it might have conflicts with others when placing it above them.

Well thanks very much
I think that will solve the problem Blushing + Cheery
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Moonpearl script Animated Battlers help!! x(( Starmage 11 13,773 05-21-2016, 05:34 AM
Last Post: Starmage
   Enemy Transform w/ Minkoff Animated Battlers Kain Nobel 1 3,739 06-01-2014, 05:41 PM
Last Post: MechanicalPen
   [Resolved] DerVVulfman Animated Battlers - Physical attacks result in looping Samven 2 5,667 07-07-2012, 10:56 AM
Last Post: Samven
   Animated story on New Game... KDawg08 3 5,712 03-31-2010, 03:52 AM
Last Post: KDawg08
   Edit Mogs Animated Title Ace 9 10,875 03-21-2010, 03:19 AM
Last Post: DerVVulfman
   Animated Battlers Problem: They are too close. Yin 5 9,024 03-19-2009, 05:22 AM
Last Post: DerVVulfman



Users browsing this thread: