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

~~> Tibia FanSite ~~> Um bocadinho de tudo! | ©Guloso | ~~

PeakBux
vcBux

Você não está conectado. Conecte-se ou registre-se

Tutorial de como fazer o OT funcionar

+2
TuTu
Dinhu
6 participantes

Ir para baixo  Mensagem [Página 1 de 1]

1Tutorial de como fazer o OT funcionar Empty Tutorial de como fazer o OT funcionar Qua Nov 07, 2007 2:19 pm

Dinhu

Dinhu
Mapper
Mapper

Como faze um OT funcionar:[size=18]

1- Primeiramente voce vai precisar de um ot
2- Faça o download do ot e extraia o para onde vc quiser
3- Abra o Arquivo Config.lua usando Bloco de Notas ou WordPad
3.1 - dependendo do OT o config lua vai conter diferentes coisas
3.2 - dentro do config.lua voce ira encontrar:
-------- config.lua --------
-- Config file for OTServ --
----------------------------

-- data directory location
datadir = "data/"

-- map location
map = "data/world/test.otbm"

-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"

-- map store location (for XML only)
mapstore = "data/world/test-mapstore.xml"

-- house store location (for XML only)
housestore = "data/world/test-housestore.xml"

-- bans storage (for XML only)
banIdentifier = "data/bans.xml"

-- server name
servername = "Bondebola"

-- server location
location = "Brazil"

-- server ip (the ip that server listens on)
ip = "200.97.252.48"

-- server port (the port that server listens on)
port = "7171"

-- server url
url = "Otservlist.org"

-- server owner name
ownername = "GOD Brolly"

-- server owner email
owneremail = ""

-- world type
-- options: pvp, no-pvp, pvp-enforced
worldtype = "pvp"

-- exhausted time in ms (1000 = 1 second)
exhausted = 1000

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
exhaustedadd = 1200

-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
pzlocked = 60*1000

-- house rent period
-- options: daily, weekly, monthly
houserentperiod = "weekly"

-- motd (the message box that you sometimes get before you choose characters)
motd = "Bem-Vindos Ao Bondebola OTServ"
motdnum = "1"

-- login message
loginmsg = "Bem Vidos ao Bondebola OTServ"

-- how many logins attempts until ip is temporary disabled
-- set to 0 to disable
logintries = 15

-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 60*1000

-- how long the player need to wait until the ip is allowed again
logintimeout = 1000

-- allow clones (multiple logins of the same char)
-- options: 0 (no), 1 (yes)
allowclones = 0

-- max number of players allowed
maxplayers = "100"

-- SQL type
-- options: mysql, sqlite
sql_type = "mysql"

--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"

--- SQLite part (ignore if you are using MySQL)
sqlite_db = "db.s3db"

-------------------------------------------------------------------------------------------------
---------------------------- Evolutions Basic Configuration ----------------------------
-------------------------------------------------------------------------------------------------

-- world name (shows in the character list)
worldname = "Bondebola"

-- time to save the server (default = 5)
autosave = 10

-- do you want to enable cap system? (yes/no)
capsystem = "no"

-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15

-- how many summons player can have
maxsummons = 2

-- maximum items in depot
maxdepotitems = 1000

-- learn spells (yes/no)
learnspells = "no"

-- do you want everyone to have premium
freepremium = "no"

-- remove ammunation? (bolts/arrows)
removeammunation = "yes"

-- remove rune charges? (sd/hmm/gfb)
removerunecharges = "yes"

-- use item hotkeys? (yes/no)
itemhotkeys = "yes"

-- shoot trough battle window on players? (yes/no)
battlewindowplayers = "yes"

-------------------------------------------------------------------------------------
----------------------------------- Multipliers -----------------------------------
-------------------------------------------------------------------------------------

-- experience multiplier (how much faster you got exp from monsters)
expmul = 15

-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 2

-- monster lootrating (how much faster you get items from monsters)
lootmul = 2

-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 100

-- manaspent multiplier (another multiplier in data/vocations.xml)
manamul = 10

-- Price for each SQM when buying a house
houseprice = 1500

-- level to buy a house
houselevel = 50

-- maximum death entries per player
maxdeathentries = 10

-- how much % of {exp, mana, skill, eq, bp} do you lose when dying
diepercent = {"7", "7", "7", "7", "100"}

---------------------------------------------------------------------------------------
-------------------------- Skull System configuration -------------------------
---------------------------------------------------------------------------------------

-- time to lose a white skull (1 = 1 minute)
whitetime = 15

-- time to lose one frag (1 = 1 hour)
fragtime = 1

-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 6

-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 3

-- bantime, for how long the player is banned (1 = 1 hour)
bantime = 24*1

--------------------------------------------------------------------------------------
------------------------------- GM access rights --------------------------------
--------------------------------------------------------------------------------------

-- access to walk into houses and open house doors
accesshouse = 3

-- access to login without waiting in the queue or when server is closed
accessenter = 1

-- access to ignore damage, exhaustion, cap limit and be ignored by monsters
accessprotect = 3

-- access to broadcast messages and talk in colors (#c blabla - in public channels)
accesstalk = 1

-- access to move distant items from/to distant locations
accessremote = 3

-- access to see id and position of the item you are looking at
accesslook = 2
4- Agora vamo as mudanças:
-------- config.lua --------
-- Config file for OTServ --
----------------------------

-- data directory location
datadir = "data/"

-- map location
map = "data/world/test.otbm"

-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"

-- map store location (for XML only)
mapstore = "data/world/test-mapstore.xml"

-- house store location (for XML only)
housestore = "data/world/test-housestore.xml"

-- bans storage (for XML only)
banIdentifier = "data/bans.xml"

-- server name
servername = "Bondebola" Nome do seu servidor

-- server location
location = "Brazil" De onde o servidor eh

-- server ip (the ip that server listens on)
ip = "200.97.252.48" Va em www.meuip.com.br e veja qual o seu ip, entao no lugar do 200.97.252.48 adicione o que mostrou la

-- server port (the port that server listens on)
port = "7171" aqui eh soh a porta do server nao eh necessario mexer

-- server url
url = "Otservlist.org" site do server

-- server owner name
ownername = "GOD Brolly" dono do server

-- server owner email
owneremail = "" email do dono

-- world type
-- options: pvp, no-pvp, pvp-enforced
worldtype = "pvp" server pvp, no pvp ou pvp enf, soh mude para o q quiser, para pvp coloque pvp, para no pvp coloque no-pvp, para pvp enf coloque pvp-enforced.

-- exhausted time in ms (1000 = 1 second)
exhausted = 1000 quanto tempo o player fica sem pode fala / soltar magia apos falar alguma coisa

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second) quanto tempo de exhaust eh adicionado c o player tenta falar / soltar spell se ele esta exhausted.
exhaustedadd = 1200

-- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
pzlocked = 60*1000 nao mexa, tempo de battle mode

-- house rent period
-- options: daily, weekly, monthly
houserentperiod = "weekly" periodo de pagamento das casa, para diario coloke daily, para semanal coloke weekly, para mensal coloke monthly

-- motd (the message box that you sometimes get before you choose characters)
motd = "Bem-Vindos Ao Bondebola OTServ" qd vc loga na sua acc aparece uma mensagem, soh modifique
motdnum = "1"

-- login message
loginmsg = "Bem Vidos ao Bondebola OTServ" qd vc entra no seu char, la na janela de chat aparece uma mensagem, soh modifique

-- how many logins attempts until ip is temporary disabled
-- set to 0 to disable
logintries = 15 quantos erros de senha/acc serao tolerados para nao disabilitar ( diz q o teu ip esta impossibilitado de logar durante tal tempo) colocar 0 para nao ter isso.

-- how long the retry timeout until a new login can be made (without disabling the ip)
retrytimeout = 60*1000 nao mexa

-- how long the player need to wait until the ip is allowed again
logintimeout = 1000 tempo desabilitado ( tempo sem poder logar apos errar mtas vezes a senha / acc

-- allow clones (multiple logins of the same char)
-- options: 0 (no), 1 (yes)
allowclones = 0 pode mais de uma pessoa logar no mesmo char?

-- max number of players allowed
maxplayers = "100" numero maximo de pessoas permitidas no server

-- SQL type
-- options: mysql, sqlite
sql_type = "mysql" nao mexa

--- MySQL part (ignore if you are using SQLite) nao mexa
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"

--- SQLite part (ignore if you are using MySQL) tb nao mexa
sqlite_db = "db.s3db"

-------------------------------------------------------------------------------------------------
---------------------------- Evolutions Basic Configuration ----------------------------
-------------------------------------------------------------------------------------------------

-- world name (shows in the character list)
worldname = "Bondebola" o nome do mundo q aparece do lado do nome dos chars

-- time to save the server (default = 5)
autosave = 10 d quanto em quantos minutos o server eh salvo?

-- do you want to enable cap system? (yes/no)
capsystem = "no" habilitar sistema de capacidade?

-- anti-afk - maximum idle time to kick player (1 = 1min)
kicktime = 15 quanto tempo apos um char nao se mexer e sem fazer qualquer reacao ele eh kickado?

-- how many summons player can have
maxsummons = 2 quantos summons um player pode ter?

-- maximum items in depot
maxdepotitems = 1000 maximo de itens no depot

-- learn spells (yes/no)
learnspells = "no" vc quer q os chars precisam fala com o npc para aprender os spells?

-- do you want everyone to have premium
freepremium = "no" todos players tem premmy?

-- remove ammunation? (bolts/arrows)
removeammunation = "yes" remover sistema de cargas de bolts e arrows?

-- remove rune charges? (sd/hmm/gfb)
removerunecharges = "yes" remover cargas das runas?

-- use item hotkeys? (yes/no)
itemhotkeys = "yes" poe usar itens pelas hotkeys?

-- shoot trough battle window on players? (yes/no)
battlewindowplayers = "yes" pode atirar runas pela janela de battle?

-------------------------------------------------------------------------------------
----------------------------------- Multipliers -----------------------------------
-------------------------------------------------------------------------------------

-- experience multiplier (how much faster you got exp from monsters)
expmul = 15 quantas vezes o xp eh multiplicado

-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 2 quantas vezes o xp eh multilicado apos matar um plater

-- monster lootrating (how much faster you get items from monsters)
lootmul = 2 qual a facilidade de ganhar item dos monstros?

-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 100 quantas vezes as skills ( shielding, dist, sword, axe, ... ) sao multiplicadas?

-- manaspent multiplier (another multiplier in data/vocations.xml)
manamul = 10 quantas vezes a skill Magic eh multiplicada?

-- Price for each SQM when buying a house
houseprice = 1500 preco por "piso" ( chao ) das casas

-- level to buy a house
houselevel = 50 level minimo para poder comprar casa

-- maximum death entries per player
maxdeathentries = 10 nao necessario mexer

-- how much % of {exp, mana, skill, eq, bp} do you lose when dying
diepercent = {"7", "7", "7", "7", "100"} nao precisa mexer

---------------------------------------------------------------------------------------
-------------------------- Skull System configuration -------------------------
---------------------------------------------------------------------------------------

-- time to lose a white skull (1 = 1 minute)
whitetime = 15 quanto tempo para perder white skull? ( por kill )

-- time to lose one frag (1 = 1 hour)
fragtime = 1 tempo para perder frag (kill injusta)

-- ban unjust, how many frags you need to get banned (1 = 1 frag)
banunjust = 6 vc eh banido apos mata quantos chars? ( nao pks )?]

-- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
redunjust = 3 qts vc precisa matar pra pegar red skull

-- bantime, for how long the player is banned (1 = 1 hour)
bantime = 24*1 n necessario mexer

--------------------------------------------------------------------------------------
------------------------------- GM access rights --------------------------------
-------------------------------------------------------------------------------------- NAO MEXA NISSO!!!

-- access to walk into houses and open house doors
accesshouse = 3

-- access to login without waiting in the queue or when server is closed
accessenter = 1

-- access to ignore damage, exhaustion, cap limit and be ignored by monsters
accessprotect = 3

-- access to broadcast messages and talk in colors (#c blabla - in public channels)
accesstalk = 1

-- access to move distant items from/to distant locations
accessremote = 3

-- access to see id and position of the item you are looking at
accesslook = 2
5- Agora faça um atalho do executavel ( no caso desse ot, o Evolutions-XML, right click criar atalho )
6- agora execute ele, duplo click ou right click executar
7- espera tudo carregar ateh falar " server running on Host ( nome do seu server )

Liberando Porta 7171


Va Em Painel De Controle
Firewall Do Windows
Exceções
Adicionar Porta
No nome vc bota Ot Server
Na Porta vc bota 7171 e Dps Marca a TCP
Vai fica assim:
Nome:Ot Server
Porta:7171
Tcp
Flw Espero Que Gostem!

TuTu

TuTu
Iniciante

ee ta + ou - esplicadinhu ta legal pelo ou menos =)

http://www.mauricioserver.page.tl

3Tutorial de como fazer o OT funcionar Empty Re: Tutorial de como fazer o OT funcionar Sáb Dez 08, 2007 8:21 am

Fubu

Fubu
Web Designer
Web Designer

essa de como liberar a porta eu nom sabia o0

vlws =D

aki nunka deu problem com a porta xD

Cya

http://fubucars.netfirms.com

4Tutorial de como fazer o OT funcionar Empty Re: Tutorial de como fazer o OT funcionar Sáb Dez 29, 2007 4:41 am

Uchiha

Uchiha
Supremo

xD fiko rox

5Tutorial de como fazer o OT funcionar Empty Re: Tutorial de como fazer o OT funcionar Sáb Dez 29, 2007 9:20 am

Fubu

Fubu
Web Designer
Web Designer

liberei a porta em um pc em rede no trampo

o tibia non funfava
mas com a porta liberada funfo oO
xD

Cya

http://fubucars.netfirms.com

6Tutorial de como fazer o OT funcionar Empty Re: Tutorial de como fazer o OT funcionar Sáb Dez 29, 2007 1:39 pm

Uchiha

Uchiha
Supremo

o.O
Laughing

swatblade

swatblade
Iniciante

liberei eu entro so que paras os outros aparece que ele esta off... o q pode ser?

http://www.freewebs.com/swatblade

8Tutorial de como fazer o OT funcionar Empty Re: Tutorial de como fazer o OT funcionar Sex Fev 22, 2008 12:03 am

Guloso

Guloso
Administrador
Administrador

Bom Tuto, útil, obrigado, continue assim ; ]
Cya

https://guloso.forumeiros.com

Dinhu

Dinhu
Mapper
Mapper

swatblade

simplesmente pode ser que sua net seja compartilhada se for vc me diga seu modem que postariei como liberar a porta no seu modem!

Conteúdo patrocinado



Ir para o topo  Mensagem [Página 1 de 1]

Permissões neste sub-fórum
Não podes responder a tópicos