Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
NetMaker
+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
Aldeia RPG :: RPG Maker :: Rpg Maker XP :: Netplays :: Links quebrados
Página 50 de 58
Página 50 de 58 • 1 ... 26 ... 49, 50, 51 ... 54 ... 58
Re: NetMaker
You probably tried using a Vocab translation to English from Kies.XFallSeane escreveu:I have transfer my maps into news ND files i have get a new error
[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 :
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
Re: NetMaker
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
[FIXE]
How to upgrade my old database to ND 1.0.1 ? Just unrar to the project folder ?
[FIXE]
How to upgrade my old database to ND 1.0.1 ? Just unrar to the project folder ?
XFallSeane- Iniciante
- Mensagens : 37
Créditos : 3
Re: NetMaker
Give me the file Map5.lua.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
[FIXE]
How to upgrade my old database to ND 1.0.1 ? Just unrar to the project folder ?
Open the file in text mode and give me what is written on it.
Re: NetMaker
It's fixe, problem with id an mobs !
I hava create event for tp player to other map with comments but no working ..
I hava create event for tp player to other map with comments but no working ..
_________________
Discover my projects
Nightmare | IntersectCMS Unleashed | Libreplay | My Portofolio | My Github | Intersect Connect
Nightmare | IntersectCMS Unleashed | Libreplay | My Portofolio | My Github | Intersect Connect
XFallSeane- Iniciante
- Mensagens : 37
Créditos : 3
Re: NetMaker
I did not understand. Did you say you fix-ed the problem?XFallSeane escreveu:It's fixe, problem with id an mobs !
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.XFallSeane escreveu:I hava create event for tp player to other map with comments but no working ..
Última edição por Valentine em Seg Ago 28, 2017 11:52 am, editado 2 vez(es)
Re: NetMaker
I have resolve a problem yes, a id for enemy was no good !
oh ok ! cool ! i test immediately !
oh ok ! cool ! i test immediately !
_________________
Discover my projects
Nightmare | IntersectCMS Unleashed | Libreplay | My Portofolio | My Github | Intersect Connect
Nightmare | IntersectCMS Unleashed | Libreplay | My Portofolio | My Github | Intersect Connect
XFallSeane- Iniciante
- Mensagens : 37
Créditos : 3
Re: NetMaker
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!
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!
_________________
Manticora- Membro Ativo
- Mensagens : 261
Créditos : 62
Ficha do personagem
Nível: 1
Experiência:
(0/0)
Vida:
(30/30)
Re: NetMaker
Thanks @Quimerra I have added the 001-fighter01_melee to match rmxp standard and an animation wont play
Página 50 de 58 • 1 ... 26 ... 49, 50, 51 ... 54 ... 58
Tópicos semelhantes
» Netmaker 1.0.2
» NetMaker 1.0.2 Modificado
» LM² - NetMaker Addons
» Ajuda com Script para NetMaker
» Novo Client para NetMaker 1.0.2 com RGSS3!
» NetMaker 1.0.2 Modificado
» LM² - NetMaker Addons
» Ajuda com Script para NetMaker
» Novo Client para NetMaker 1.0.2 com RGSS3!
Aldeia RPG :: RPG Maker :: Rpg Maker XP :: Netplays :: Links quebrados
Página 50 de 58
Permissões neste sub-fórum
Não podes responder a tópicos
|
|