Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Cogwheels RTAB help
#5
maybe a specific line in whichever script ur talking about perhaps?

there is no part that ets you decide the speed of when they run up to your characters on the configuration part for the minkoff animated battlers, there is just :

# Configuration
@speed = 6 # Framerate speed of the battlers
@frames = 4 # Number of frames in each pose
@poses = 11 # Number of poses (stances) in the template
@mirror_enemies = true # Enemy battlers use reversed image
@stationary_enemies = false # If the enemies don't move while attacking
@stationary_actors = false # If the actors don't move while attacking
@calculate_speed = true # System calculates a mean/average speed
@phasing = false # Characters fade in/out while attacking
@default_collapse = true # Restores the old 'red fade' effect to enemies
# Array that holds the id # of weapons that forces the hero to be stationary
@stationary_weapons = [17,18,19,20,21,22,23,24] # (examples are bows & guns)

# DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING
@frame, @pose = 0, 0
@last_time = 0
@last_move_time = 0
cbs_initialize(viewport, battler)
# self.mirror = !!battler and @mirror_enemies
viewport.z = 99
end

EDIT: ohh derVV, another quick question, for some reason SOMETIMES when the enemy attacks he changes to the skill using animation.. like i've got it so he only has a normal attack physical attack, however when he moves to my character and attacks, it plays the skill using animation.. why is this?
Reply }


Messages In This Thread
Cogwheels RTAB help - by sherper1 - 01-26-2010, 01:34 PM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-26-2010, 07:29 PM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-27-2010, 12:18 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-27-2010, 01:32 AM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-27-2010, 08:24 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-27-2010, 08:55 PM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-28-2010, 12:23 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-28-2010, 04:32 AM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-28-2010, 05:57 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-28-2010, 06:13 AM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-29-2010, 12:33 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-29-2010, 02:06 AM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-29-2010, 03:50 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-29-2010, 05:44 AM
[Resolved] Cogwheels RTAB help - by sherper1 - 01-29-2010, 08:51 AM
[Resolved] Cogwheels RTAB help - by DerVVulfman - 01-29-2010, 04:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,274 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   RTAB Compatibility Help! Flare Knight 6 8,210 04-10-2010, 04:10 AM
Last Post: DerVVulfman
   Issue with RTAB and battle event systems... samsonite789 4 6,924 11-08-2009, 07:21 AM
Last Post: Jaberwocky



Users browsing this thread: