first of all thank you for your attention 'm Brazilian and use a translator if not you guys enteder nothing I talk me disculpem
if you guys enteder come I was wondering if any of you could adapt this script to the blizz abs
class Map_Battler
alias luke_speed_states_update update
def update
luke_speed_states_update
self.battler.states.each {|id|
if LUKConfig::SLOW_STATES.include?(id)
@move_speed = @normal_speed - 1
elsif LUKConfig::HASTE_STATES.include?(id)
@move_speed = @normal_speed + 1
end}
end
end
error line self.battler.states.each {|id|: ocurred NoMethodError undefined method ` states ' for nil : nilclass
This script he adds The state rate for the group and tabem has an offensive state Leaving Slow Enemy as que no error blizz abs if you guys can me the hum Another similar script que make What Not THAT I will be grateful and Thanks