Aldeia RPG

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Suporte ao desenvolvimento de jogos


+75
TheLordOctopus
Laukang
iceflux
helthor001
felippeon
Gumg
Soaresdk
nevermorec1
Soubi92
Veyrk
Sudn
XFallSeane
vvvmh
eluedes
KevinTuron
rushmima
KielHyre
urbios
whitespirits
Processinho
Kenshiro
LeonM²
Hayato_Katsuo
xKyan
mochorro
GallighanMaker
joaopaulo98
Darkio
HAWK
Tobi S2
Soul*Knight
snaker15
AvilaMan
Cenourinha404
Daniel Carvalho
jria
DragonicK
Azin
Felix Blayder
xurana321
Trpino
Duel
Valentine
matheus180
vinishow
Haseo
Zodiac322
Dumsol
Haizen
takub088
Manticora
thiagus
Komuro Takashi
NowaDraco
Swordsman
JuanCollin
Empoleon
gerrakina
Shiy
Labrador
StormAD
Lief
makergame2000
glauberzin
Kaitro
renan-vieira
Jonny
Kies
Caio Juan
Pablo Kawan
lucasrpg55
Satheios
Dingiswayo
Kincy
Paulo Soreto
79 participantes

    NetMaker

    Valentine
    Valentine
    Administrador
    Administrador


    Medalhas : NetMaker   - Página 50 ZgLkiRU
    Mensagens : 5336
    Créditos : 1163

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por Valentine Seg Ago 28, 2017 10:18 am

    XFallSeane escreveu:I have transfer my maps into news ND files i have get a new error 

    NetMaker   - Página 50 Captur11

    [FIXE] 

    Change in Windows Option L17 to

    Código:
    draw_title(Vocab::OPTION)

    and Scene_map L17 to

    Código:
       @options_icon = Icon.new(nil, 742, 575, 'Options', '', ["#{Vocab::OPTION} (O)"]) { $windows[:option].trigger }

    This problem here was "s" at "option".

    When server is offline i have this error :

    NetMaker   - Página 50 Captur13
    You probably tried using a Vocab translation to English from Kies.

    Use this:
    Código:
    #==============================================================================
    # ** Vocab
    #------------------------------------------------------------------------------
    # Este módulo trata do vocabulário.
    #------------------------------------------------------------------------------
    # Autor: Valentine
    #==============================================================================

    module Vocab
     
      # Entrada e registro
      USERNAME            = 'User'
      PASSWORD            = 'Password'
      EMAIL              = 'Email'
      REMEMBER            = 'Remember?'
      REGISTER            = 'Register'
      CONNECT            = 'Connect'
      ONLINE              = 'Server online'
      OFFLINE            = 'Server offline'
     
      # Criação de personagem
      NAME                = 'Name'
      SEX                = 'Sex:'
      CLASS              = 'Class:'
      GRAPHIC            = 'Graphic:'
      POINTS              = 'Points:'
      MALE                = 'Man'
      FEMALE              = 'Woman'
     
      # Personagem
      LEVEL              = 'Level:'
     
      # Bate-papo
      MAP                = 'Map'
      GLOBAL              = 'Global'
      PRIVATE            = 'Private'
      INVALID_NAME        = 'Invalid name!'
      NOT_PVP            = 'You can not attack this player or in this place!'
      NOT_ENOUGH_MONEY    = 'Insufficient money!'
      INVALID_COMMAND    = 'Invalid command!'
     
      # Alerta
      SERVER_OFFLINE      = 'The server is offline!'
      INSUFFICIENT        = '%s must be at least 3 characters!'
      FORBIDDEN_CHARACTER = 'Forbidden character!'
      INVALID_USERNAME    = 'Invalid or logged in user!'
      INVALID_PASSWORD    = 'Invalid password!'
      INVALID_EMAIL      = 'Invalid email!'
      REGISTER_SUCCESSFUL = 'Account registered successfully!'
      ALREADY_EXISTS      = 'This user already exists!'
      CHAR_EXIST          = 'This name is already being used!'
      OLD_VERSION        = "This version is old. Please upgrade!"
      KICKED              = 'You were kicked out of the game.!'
      BANNED              = 'You have been banned!'
      TELEPORTED          = 'You have been teleported!'
      ACCOUNT_BANNED      = 'You have been banned!'
      IP_BANNED          = 'Your IP has been banned!'
      SERVER_FULL        = "The server is full! Try again later!"
     
      # Escolha
      ASK                = 'Are you sure?'
      TRADE_REQUEST      = 'Invited you to an trade. Accept?'
     
      # Ajuda
      CONSUMABLE          = 'Consumable:'
      HP_RECPOINTS        = 'Rec. HP:'
      SP_RECPOINTS        = 'Rec. SP:'
      SP_COST            = 'Cost of SP:'
      POWER              = 'Power:'
      HIT                = 'Hit (%):'
      EQUIPABLE          = 'Can be equipped by'
      NOT_EQUIPABLE      = 'Can not be equipped by'
     
      # Opções
      LOGIN              = 'Back to login'
      EXIT                = 'Exit game'
     
      # Troca
      TRADE_DECLINED      = 'Declined the trade.'
      TRADE_COMPLETE      = 'want to complete the trade. Accept?'
      IN_TRADE            = 'This player is already on an trade.'
     
      # Botões
      OK                  = 'Ok'
      CANCEL              = 'Cancel'
      YES                = 'Yes'
      NO                  = 'No'
      ACCEPT              = 'Accept'
      DELETE              = 'Delete'
      CREATE              = 'Create'
     
      # Menus
      MOTD                = 'News'
      LOGIN_ACC          = 'Login'
      REGISTER_NEW_ACC    = 'Account creation'
      CREATE_CHAR        = 'Character creation'
      ALERT              = 'Alert'
      CHARACTER          = 'Character'
      OPTIONS            = 'Options'
      SHOP                = 'Shop'
      AMOUNT              = 'Amount'
      TRADE              = 'Trade'
     
      # Batalha
      MISS                = 'Miss!'
      CRITICAL            = 'Critical!'
      LEVEL_UP            = 'Level up!'
     
    end
    I'm working on an English version too.
    avatar
    XFallSeane
    Iniciante
    Iniciante


    Mensagens : 37
    Créditos : 3

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por XFallSeane Seg Ago 28, 2017 10:45 am

    No i have translate to french it's work now, i have edit two map and i have a error when i launch a server
    NetMaker   - Página 50 Captur14
    [FIXE]

    How to upgrade my old database to ND 1.0.1 ? Just unrar to the project folder ?
    Valentine
    Valentine
    Administrador
    Administrador


    Medalhas : NetMaker   - Página 50 ZgLkiRU
    Mensagens : 5336
    Créditos : 1163

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por Valentine Seg Ago 28, 2017 11:05 am

    XFallSeane escreveu:No i have translate to french it's work now, i have edit two map and i have a error when i launch a server
    NetMaker   - Página 50 Captur14
    [FIXE]

    How to upgrade my old database to ND 1.0.1 ? Just unrar to the project folder ?
    Give me the file Map5.lua.

    Open the file in text mode and give me what is written on it.
    avatar
    XFallSeane
    Iniciante
    Iniciante


    Mensagens : 37
    Créditos : 3

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por XFallSeane Seg Ago 28, 2017 11:42 am

    It's fixe, problem with id an mobs !

    I hava create event for tp player to other map with comments but no working .. 

    NetMaker   - Página 50 Captur15


    _________________
    Discover my projects

    Nightmare | IntersectCMS Unleashed |  Libreplay | My Portofolio | My Github | Intersect Connect
    Valentine
    Valentine
    Administrador
    Administrador


    Medalhas : NetMaker   - Página 50 ZgLkiRU
    Mensagens : 5336
    Créditos : 1163

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por Valentine Seg Ago 28, 2017 11:48 am

    XFallSeane escreveu:It's fixe, problem with id an mobs !
    I did not understand. Did you say you fix-ed the problem?


    XFallSeane escreveu:I hava create event for tp player to other map with comments but no working ..
    You no longer need to create teleportation with comments. Now you create teleportation normally. See how teleporters were created in version 1.0.1 sample maps.


    Última edição por Valentine em Seg Ago 28, 2017 11:52 am, editado 2 vez(es)
    avatar
    XFallSeane
    Iniciante
    Iniciante


    Mensagens : 37
    Créditos : 3

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por XFallSeane Seg Ago 28, 2017 11:50 am

    I have resolve a problem yes, a id for enemy was no good !

    oh ok ! cool ! i test immediately !


    _________________
    Discover my projects

    Nightmare | IntersectCMS Unleashed |  Libreplay | My Portofolio | My Github | Intersect Connect
    avatar
    whitespirits
    Iniciante
    Iniciante


    Medalhas : NetMaker   - Página 50 1add79
    Mensagens : 54
    Créditos : 0

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por whitespirits Seg Ago 28, 2017 2:05 pm

    How do we enable animations for abs?
    Manticora
    Manticora
    Membro Ativo
    Membro Ativo


    Mensagens : 261
    Créditos : 62

    Ficha do personagem
    Nível: 1
    Experiência:
    NetMaker   - Página 50 Left_bar_bleue0/0NetMaker   - Página 50 Empty_bar_bleue  (0/0)
    Vida:
    NetMaker   - Página 50 Left_bar_bleue30/30NetMaker   - Página 50 Empty_bar_bleue  (30/30)

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por Manticora Seg Ago 28, 2017 4:36 pm

    whitespirits escreveu:How do we enable animations for abs?

    For abs animation you have to create an animation and for the name of the skin and then this name "_melee"

    For ex: archer_melee

    You have to have a skin with the name archer and one with the name arqueiro_melee

    I hope I have helped!


    _________________
    NetMaker   - Página 50 Sem_tz10
    avatar
    whitespirits
    Iniciante
    Iniciante


    Medalhas : NetMaker   - Página 50 1add79
    Mensagens : 54
    Créditos : 0

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por whitespirits Seg Ago 28, 2017 5:28 pm

    Thanks @Quimerra I have added the 001-fighter01_melee to match rmxp standard and an animation wont play
    avatar
    takub088
    Iniciante
    Iniciante


    Mensagens : 41
    Créditos : 0

    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por takub088 Ter Ago 29, 2017 4:19 pm

    i dont delete character error  help me

    Conteúdo patrocinado


    NetMaker   - Página 50 Empty Re: NetMaker

    Mensagem por Conteúdo patrocinado


      Data/hora atual: Qui Mar 28, 2024 8:48 am