#=================================================
# ** Módulo User_Edit - Permite o usuário editar o material.
#-------------------------------------------------
# Author Shark_Tooth and Me™
# Modified Marlos Gama
# Version 2.0
# Date 22-09-05
# Thanks Goldenaura3
#================================================================
module User_Edit
#---------------------------Conexão----------------------------
SERVERON = "Online"
SERVEROFF = "Offline"
SERVERERR = "Error"
CONNFAILTRY = 3
SERVERREFRESH = 300
# IP # Port # Display
SERVERS = [["127.0.0.1" ,50000 , "Servidor Local"]]
[["127.0.0.1" ,50000 , "Aqui esta outro Server"]]
#---------------------------------------------------------------
#----------------------Ativar Scene_Connect---------------------
ACTIVE_SCENE_CONNECT = true
#---------------------------------------------------------------
#------------------------------Início---------------------------
ATIVAR_INICIO = false
TEMPO_INICIAL = 6
IMAGEM_INICIAL = "Inicio"
#---------------------------------------------------------------
#------------------------Evento Global--------------------------
Evento_Global = true
#---------------------------------------------------------------
#----------------------------Debug------------------------------
# Não Ative
PRINTLINES = false
#---------------------------------------------------------------
#-------------------------Full Screen---------------------------
FULL_SCREEN = false
#---------------------------------------------------------------
#----------------------------Loading----------------------------
# Ativar ou desativar o Loading
LOADING_ACTIVE = false
# Gráficos do Loading
LOADING = "Loading"
LOADING2 = "Loading3"
LOADING3 = "Loading2"
#---------------------------------------------------------------
#-----------------------Global Visual Equip---------------------
VISUAL_EQUIP_ACTIVE = true
#---------------------------------------------------------------
#----------------------------Cor do Nome------------------------
# Eventos
EVENT_COLOR = Color.new(250, 250, 0)#(0, 200, 0)
# Monstros
MONSTER_COLOR = Color.new(250, 250, 0)#(0, 200, 0)
# Administrador
ADM_COLOR = Color.new(250, 250, 0)
# Guild
GUILD_COLOR = Color.new(0, 255, 255)
# Jogador
PLAYER_COLOR = Color.new(255, 255, 255)
#---------------------------------------------------------------
#----------------Cor dos Botões e das Caixas de Mensagem--------
BORDA = Color.new(152,152,152)
COR1 = Color.new(152,152,152)
COR2 = Color.new(212,212,212)
COR3 = Color.new(202,202,202)
COR4 = Color.new(182,182,182)
#---------------------------------------------------------------
#------------------Nome do Admin Com a Cor Diferente------------
COLOR_ADMIN = true
#---------------------------------------------------------------
#-------------------------Proibir Carácters---------------------
# Proibi alguem criar um avatar com os caracters: GM, GOD, ADM,
#[ADM] e entre outros (Para evitar falsos GM's)
PROIBIR = true
#---------------------------------------------------------------
#-----------------Nome da Guild em Cima dos Jogadores-----------
GUILD_NAME = true
#---------------------------------------------------------------
#------------Jogador Poder Atacar um Membro da mesma Guild------
ATTACK_MEMBER = false
#---------------------------------------------------------------
#-----------------HP e MP Embaixo de Todos os Jogadores---------
HP_MP = true
#---------------------------------------------------------------
#-----------------------------Hud da Party----------------------
HUD_PARTY = false
#---------------------------------------------------------------
#-----------------------------Mapas NO PVP----------------------
# Mapas em que o jogador não pode atacar o outro
MAP_NO_PVP = [3, 4]
#---------------------------------------------------------------
#-------------------------Tecla de Ataque-----------------------
# Você pode escolher o "Ctrl" , "S" e também "Mouse"
ATTACK = "Ctrl"
#---------------------------------------------------------------
#-----------------------Exp perdida ao Morrer-------------------
# Calcula-se o valor configurado aqui, vezes o nível do personagem
GAME_OVER_EXP = 10
#---------------------------------------------------------------
#---------------------Distribuição de Pontos--------------------
DISTRIBUIR_ACTIVE = true
#---------------------------------------------------------------
#------------------------Mover com o mouse----------------------
PATHFIND_ACTIVE = true
#---------------------------------------------------------------
#-----------------------------PVP-------------------------------
MUPLEVDIFF = 5 # How many LOWER may thew other's level be?
MDOWNLEVDIFF = 5 # How many HIGHER may the other's Level be?
BONUSDAM = [100,10,30] # X / Y + Z
ALLOWBONUSDAM = true
#---------------------------------------------------------------
#---------------------Client------------------------------------
VERSION = 1.7
#---------------------------------------------------------------
#------------------Bandwith Config------------------------------
# 0 = Very Low => Only sends X and Y and Map ID and Character Name (image) (NOT Recommed)
# 1 = Low => Sends ^^0^^ and Increase Steps and Name (Actor) (NOT Recommed)
# 2 = Medium => Sends ^^1^^ and Direction (Lowest Recommend)
# 3 = High => Sends ^^2^^ and Move Speed (Recommend)
# 4 = Very High => Sends ^^3^^ and Pattern
Bandwith = 3
STARTNETSWITCH = 1000 # All switches larger then << are netglobal
STARTNETVAR = 1000 # All variable larger then << are netglobal
GLOBAL_SELF = ["A", "B"] #Global Self Switches, to add;
# ["A", "B", "C"] simple
#USENUM = true #uses <0> (true) or (false)\
#---------------------------------------------------------------
#----------------Register and Login-----------------------------
REGISTER_TITLE = ""
REGISTERING_TITLE = ""
REGISTER_STATUS = ""
REGISTER_ERROR = "Preencha todos os campos."
REGISTER_DENIED = "Nome de usuário já existe."
REGISTERED = "Obrigado por se registar."
REGISTER_BUTTON = "Registrar"
LOGIN_BUTTON = "Entrar"
EXIT_BUTTON = "Sair"
RETURN_BUTTON = "Retornar"
USERNAMETXT = "Usuário:"
PASSWORDTXT = "Senha:"
VER_ERROR = "Erro: Versão não disponível!"
MOD_ERROR = "Erro: Mensagem do dia não disponível!"
UNEXPECTLOGERR = "Erro inesperado Login"
NOTAUTH = "Não Autenticado"
USERTFAIL = "Conexão falhou, tente mais tarde!"
LOGIN_TITLE = ""
LOGIN_USERERROR = "Usuário Incorreto ou Logado."
LOGIN_PASSERROR = "Senha Incorreta."
LOGIN_STATUS = "Conectando ao Servidor..."
LOGIN_STATUS2 = "Autenticação Completa!"
LOGIN_FILLERROR = "Preencha todos os campos."
BLINK = true
BLINKBUT = true
NOMOTD = "Bem-Vindo ao Netplay Master v3"
#---------------------------------------------------------------
#---------------Connection Scenes-------------------------------
# 0 => Use a List to display Servers, Need SERVERS!
# 1 => Input Connection
CONNTYPE = 0
#---------------------------------------------------------------
# Only if CONNTYPE is 0, if set to tru, tests servers
TESTSERVER = true
#---------------------------------------------------------------
# Only if CONNTYPE is 1.
# INPUT 0 = Only IP, DEFAULTPORT is used as port
# INPUT 1 = Port and IP
#INPUT = 1
# INPTP 0 = Numbers Only
# INPTP 1 = Text Only
# INPTP 2 = Both
#INPTP = 2
#---------------------------------------------------------------
#---------------------------------------------------------------
# Name #map #x #y
WORLDS = [["Chicken-World" , 11, 10, 10],
["Burger King World" , 24, 12, 10],
["Meat World" , 21, 9, 10],
["Macdonalds World" , 22, 10, 10],
["Kentucky-World" , 25, 10, 10],
["Water World" , 6, 10, 10]]
#---------------------------------------------------------------
#----------Chat System------------------------------------------
#Avialbe Chat Systems;
#Chat[0] => No Chat
#Chat[1] => Netplay Style
#Chat[2] => RuneScape Style - Dynamic on map
CHAT_SYSTEM = 'Chat[2]'
ENABLE_PC = true # Enables Private Chat
ENABLE_MC = false # Enables Map Chat and disables all chat
#-----------Admin Control Panel---------------------------------
SCENE_ADMIN1 = 'A Player'
SCENE_ADMIN2 = 'All Players'
SCENE_ADMIN3 = 'Raise Monsters'
#---------------------------------------------------------------
#----------PvP System------------------------------------------
#Avialbe PvP Systems;
#Pvp[0] => ABS Compatible,
#Pvp[1] => ABS un-compatible,
PvP_SYSTEM = "Pvp[0]"
#-----------Storage---------------------------------------------
STOREADD = 'Armazenar'
STORECANCEL = 'Sair'
STOREGET = 'Obter'
SMAX_STORAGE = 0 #0 is unlimited, doesn't apply to money.
SMAX_ITEMS = 0 #0 is unlimited
SMAX_WEAPONS = 0 #0 is unlimited
SMAX_ARMORS = 0 #0 is unlimited
#---------------------------------------------------------------
SENDBUT = "Enviar"
NEXTBUT = "Próximo"
PREVBUT = "Anterior"
NEWBUT = "Novo"
PNEWTEXT = "quer conversar com você..."
DONTGOTTRADE = "Você não tem esse item!"
NOTENOUGHTRADE = "Você não tem o suficiente de que o item."
TRADEADDB = "Adicionar"
TRADECANCELB = "Cancelar"
TRADEREMOVEB = "Remover"
TRADETRADEB = "Trocar"
ADMKICKALL = "Todo mundo foi expulso"
ADMKICK = "Você foi expulso"
PVPMAPS = [1]
end
if $game_exists
Network::Main.close_socket
exit
end
$game_exists = true