RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Translating a XAS script please

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 86
Utada you there??:P shining moon OWNZ
Spoiler for:
#----------#
# TUTORIAL #
#----------#
#----------------------------------------------------------------------------- 
# NOTA -> ID da ferramenta é igual a ID do evento do mapa de 
# ferramentas que por sua vez é igual a ID da SKILL no banco
# de dados.
# Resumindo, se a ID da ferramenta é 3, a ID da Skill e do
# Evento também serão 3.
#----------------------------------------------------------------------------- 
module Database_Bullet
  #----------------------------------------------------------------------------- 
  #ID da ferramenta.
  action_id = 1
  #-----------------------------------------------------------------------------   
  #Duração da posição do uso da ferramenta
  #(Personagem ficará parado.)
  SUFLAGS[action_id] = 10
  #-----------------------------------------------------------------------------   
  #Duração do efeito da ferramenta.
  DURATIONS[action_id] = 13
  #----------------------------------------------------------------------------- 
  #Definição do sufixo para nomear o char usando a ferramenta.
  #Exemplo de nomeação.
  #Nome orignal do Character.
  #
  #  ASHES.png
  #
  #Nome do personagem usando a ferramenta.
  #
  #  ASHES_SW_01.png
  #
  SELF_MOTIONS[action_id] = "_SWD_01"
  #----------------------------------------------------------------------------- 
  #Definição do tempo para ativar o efeito da ferramenta.
  #(Essa opção serve para criar ferramentas como as Bombas onde
  #o impacto ocorre após alguns segundos.)
  plan = []
  plan[6] = action_id
  ATTACK_ID_PLANS[action_id] =  plan
  #----------------------------------------------------------------------------- 
  #Definição do tipo da área de impacto.
  # LINE       = Área em linha reta.
  # RHOMBUS    = Área de um losango.
  # SQUARE     = Área de um quadrado.
  ATTACK_RANGE_TYPES[action_id] = SQUARE
  #----------------------------------------------------------------------------- 
  #Definição do tamanho da área de impacto.
  ATTACK_RANGE_PLANS[action_id] = [1]
  #----------------------------------------------------------------------------- 
  #Definição do poder de impacto ou recuo.
  BLOW_POWERS[action_id] = 1
  #----------------------------------------------------------------------------- 
  #Definição do tempo para ativar uma animação de batalha.
  #(Essa opção serve para criar ferramentas como as Bombas onde
  #a animação da explosão ocorre após alguns segundos.)
  #NOTA - Valores de tempo maiores que a duração do efeito da
  #ferramenta anulam a animação.
  #Para saber mais estude a customização da ferramenta Bomba.
  #------------------
  #plan = []
  #plan[A] = B
  #SELF_ANIMATION_PLANS[action_id] = plan
  #------------------
  #A = Tempo para ativar a animação.
  #B = ID da animação
  #
  #Se você não quiser ativar a animação, use o código abaixo
  SELF_ANIMATION_PLANS[action_id] = []
  #----------------------------------------------------------------------------- 
  #Causar dano no usuário da ferramenta.
  #(Bombas, Magias Suicidas, etc...)
  SELF_DAMAGES[action_id] = false
  #----------------------------------------------------------------------------- 
  #Causar dano apenas no herói.
  #(Magias de Cura, Potion, etc...)
  PLAYER_DAMAGES[action_id] = false
  #----------------------------------------------------------------------------- 
  #Ignorar invencibilidade.
  IGNORE_INVINCIBLES[action_id] = false
  #----------------------------------------------------------------------------- 
  #Ativa multiplos acertos, a quantidade de acertos depende
  #da duração da ferramenta no mapa.
  MULTI_HIT[action_id] = true
end

Can someone translate this please i don't know the language of this
« Last Edit: December 06, 2009, 03:08:41 PM by zarockfaith »

pokeball joyOfflineFemale
*
Rep:
Level 85
I heard the voice of the salt in the desert
2012 Best RPG Maker User (Mapping)Project of the Month winner for June 20092010 Best RPG Maker User (Creativity)2011 Best RPG Maker User (Mapping)2011 Best RPG Maker User (Creativity)Winner - 2011 Winter Project of the Season2010 Best RPG Maker User (Mapping)2010 Best RPG Maker User (Graphical)2010 Best Artist2014 Best RPG Maker User - Graphics2014 Best RPG Maker User - Mapping2014 Best Artist2013 Best RPG Maker User (Graphical)2013 Best RPG Maker User (Mapping)2010 Most Unsung Member2010 Most Attractive Female Member
Language = Portuguese

Most of this is simple enough you could slap it into google translate and understand how to use it.

http://translate.google.com/#pt|en|

**
Rep:
Level 86
Utada you there??:P shining moon OWNZ

*
Rep:
Level 97
2014 Best RPG Maker User - Engine2014 Most Unsung Member2013 Best RPG Maker User (Scripting)2012 Best RPG Maker User (Scripting)2012 Best Member2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Favourite Staff Member2011 Best Veteran2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member

**
Rep:
Level 86
Utada you there??:P shining moon OWNZ
THANKS Girl =='

***
Rep:
Level 83
X-PLAT!
@zarockfaith - check out http://xasabs.wordpress.com
there's a translated version of the 3.6 demo,
lots of helpful tutorials, and a killer PDF
that tackles the FAQ's ^,^


**
Rep:
Level 86
Utada you there??:P shining moon OWNZ
Thanks im pretty sure this will help