O TEMA DO FÓRUM ESTÁ EM MANUTENÇÃO. FEEDBACKS AQUI: ACESSAR

Shake Fix [RGSS3]

Iniciado por Lotmaker, 12/03/2014 às 16:31

12/03/2014 às 16:31 Última edição: 12/03/2014 às 17:31 por Vash
ShakeFIX
2012.01.17
.:Fênix:.



Resumo



Corrige o erro que você SEMPRE tem que esperar caso esteja acontecendo um efeito tremor.




#===============================================================================
# ** ShakeFIX
#   (only for RPG Maker VX Ace)
#-------------------------------------------------------------------------------
#   @version 2012.01.17
#   @author  .:Fênix:. <bmotamer@gmail.com>
#   @brief   Fixes the bug that you always need to wait if the screen is shaking
#===============================================================================

class Game_Interpreter
  
  def command_225
    screen.start_shake(@params[0], @params[1], @params[2])
    wait(@params[2]) if @params[3]
  end
  
end
Conteúdos novos sempre, o trem nunca para.


Zombie  Misty!

By:Zombie

Eu nem havia reparado isso antes do Fenix apresentar o script, apesar foi um erro grave da enterbrain essa parte junto com o bug de variáveis. O que faz a falta de alguém para testar essas coisas u_u, bom script Lot para trazer :)