BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!


BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!

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

BGamesEntrar

Fórum de Desenvolvimento de Jogos e Programação


[Tutorial] Colocando NO-IP

+7
Kozzie
nath.eufrazio
DarkNight
Thiagosice
canelinha
Freza
Cassianoero
11 participantes

description[Tutorial] Colocando NO-IP Empty[Tutorial] Colocando NO-IP

more_horiz
Colocando NO-IP


Bom galera...Estive dando uma olhada,e percebi que alguns usuários estão com problemas em por seu servidor online pelo NO-IP .Então resolvi postar este tutorial para ver se ajuda vcs...Vamos ao que realmente interessa!!

1- Tenha um servidor ... Caso nao tenha procure um tutorial...Que você pode encontrar aqui mesmo na BG-games!

2- Baixe o NO-IP
[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

3- Crie uma conta no NO-IP

No-IP - Dynamic DNS, Static DNS for Your Dynamic IP

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

4- Logue em sua conta no site e clique em Host/Redirects


5- Crie um host ex: L2exemplo.no-ip.biz, escolha a extençao que lhe agrade: no-ip.biz , servegame ...

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

6- Instale o NO-IP

7- Entre no programa e coloque sua conta e sua senha, a q vc registrou no passo 3-...

8-Clique na carinha q tem o nome do seu servidor igual ao do exemplo do passo 5- : L2exemplo.no-ip.biz

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

9- Vá na pasta GameServer/Config/server e configure oq estiver escrito CONFIGURE AKI COM SEU NO-IP

# This is the server configuration file. Here you can set up the connection for your server.

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? => http:\\l2dot.info\forum\

#

# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"

# **= If you want to get you WAN IP, visit What Is My IP Address - Shows Your IP Address

# ================================================== =================================================



# ================================================== ==============

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================== ==============



# Bind ip of the gameserver, use * to bind on all available IPs

GameserverHostname = *

GameserverPort = 7777



# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# If this ip is resolvable by Login just leave *

ExternalHostname = CONFIGURE AKI COM SEU NO-IP



# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

# If this ip is resolvable by Login just leave *

InternalHostname = CONFIGURE AKI COM SEU NO-IP



# The Loginserver host and port

LoginPort = 9014

LoginHost = CONFIGURE AKI COM SEU NO-IP



# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

# If set to true, the login will give an other id to the server if the requested id is allready reserved

AcceptAlternateID = True



# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login = root

Password =

MaximumDbConnections = 100



# Datapack root directory, defaults to current directory from which the server is started

# DatapackRoot = C:/Work/tmp/DataPack



# Define character name template

# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*

# will allow names with first capital letter, next three small letters,

# and any (capital or not) letter or number, like ZbigN1eW

# Most rational to have CnameTemplate=[A-Z][a-z]*

# meaning names only of letters with first one capital, like Zbigniew

# Default .* - any namy of any symbols

CnameTemplate = .*

PetNameTemplate = .*



# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])

CharMaxNumber = 7



# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 1000





# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740

MaxProtocolRevision = 746



#================================================= ===

# L2Dot #

# EXTRA fuctions #

# before you set them up ready carefully the info #

# Thanks Dimis4 #

#================================================= ===

# Activate Protection for unknownPacket flooding

PacketProtection = True

# How much unknown packets before punishment.

# If the player send more than 5 unknownPackets per second, the player get punished.

UnknownPacketsBeforeBan = 5

# Punishments

# 1 - broadcast warning to gms only

# 2 - kick player (default)

# 3 - kick & ban player (Accesslevel -100)

UnknownPacketsPunishment = 2

10- Depois de ter configurado a pasta GameServer vá ateh a pasta LoginServer/Config/loginserver e configure assim :

# This is the server configuration file. Here you can set up the connection for your server.

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? => L2j Server Project

#

# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"

# **= If you want to get you WAN IP, visit What Is My IP Address - Shows Your IP Address

# ================================================== =================================================



# ================================================== ==============

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================== ==============



# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname = CONFIGURE AKI COM SEU NO-IP



# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname = CONFIGURE AKI COM SEU NO-IP



# Bind ip of the LoginServer, use * to bind on all available IPs

LoginserverHostname = CONFIGURE AKI COM SEU NO-IP

LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned

LoginTryBeforeBan = 10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)

LoginBlockAfterBan = 600

GMMinLevel = 100



# The address on which login will listen for GameServers, use * to bind on all available IPs

LoginHostname = *



# The port on which login will listen for GameServers

LoginPort = 9014



# If set to true any GameServer can register on your login's free slots

AcceptNewGameServer = true



# If false, the licence (after the login) will not be shown

# It is highly recomended for Account Seciurity to leave this option as defalut (True)

ShowLicence = True



# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login = root

Password =

MaximumDbConnections = 10



# Useable values: "true" - "false", use this option to choose whether accounts will be created

# automatically or not.

AutoCreateAccounts = True



# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

IpUpdateTime = 15





# ================================================== ============

# Test server setting, shoudnt be touched in online game server

# ================================================== ============



Debug = False

Assert = False

Developer = False



# Enforce GG Authorization from client

# Login server will kick client if client bypassed GameGuard authentication

ForceGGAuth = False



#FloodProtection. time in ms

EnableFloodProtection = True

FastConnectionLimit = 15

NormalConnectionTime = 700

FastConnectionTime = 350

MaxConnectionPerIP = 50

11- Pronto depois de ter configurado o servidor vá ateh sua system.

12- Baixe a ferramenta Editor L2 Ini segue o download:

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

13- Cole-o em sua system e o abra.

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

14- Procure a linha q tenha escrito ServerAddr=


[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

15- Coloque o seu NO-IP nessa linha! igual a esse exemplo : ServerAddr=l2exemplo.no-ip.biz

16- Feche e salve
17- Curta seu servidor

OBS:Peço desculpas a todos por não colokar o scan do Editor L2 mas podem ficar tranquilos ele é de fonte confiavel!!

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Cara ganhou meu +, foi você quem fez este tutorial ? ficou legal. E realmente tava precisando ;D

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
coloque os créditos: JoystiQ-, =/, mas é um bom post XD

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Sem duvidas é um ótimo tuto, mas é uma pena que ta na area errada, pois isso deveria ser postado em Line Age II, e nãi na area de wow, se possivel, faça um desses pra WoW, pois muiota gente tem dificuldade de colocar o server on.

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
muito bom verry good

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Thiagosice escreveu:
Sem duvidas é um ótimo tuto, mas é uma pena que ta na area errada, pois isso deveria ser postado em Line Age II, e nãi na area de wow, se possivel, faça um desses pra WoW, pois muiota gente tem dificuldade de colocar o server on.


O l2 serviu como Exemplo fera! [Tutorial] Colocando NO-IP 2540208936

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
man como no wow naum tem a pasta system o que faço ?

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Ai o meu aki n tem nada disso escrito Os unicos lugares q eu achei q da pra edita é worldserver , authserver é algum dos dois q configura obg pela resposta

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Thiagosice escreveu:
Sem duvidas é um ótimo tuto, mas é uma pena que ta na area errada, pois isso deveria ser postado em Line Age II, e nãi na area de wow, se possivel, faça um desses pra WoW, pois muiota gente tem dificuldade de colocar o server on.


Percebi que nao tem nada disso no wow [Tutorial] Colocando NO-IP 4154836724
Ou seja provavelmente ele copiou de algum lugar pensando que ia ser igual :S [Tutorial] Colocando NO-IP 2635445951

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Tbm acho que seria melhor vc ter feito com suas próprias mãos...
Por q isso tá errado. SEM ZUERA
Abaixo é só um exemplo...
LoginPort = 9014


Vc devia ter pelomenos ter colocado os créditos.

Eu só dei uma olhadinha por cima, se eu tiver errado desculpa. Jajá vou ler tudo!

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Belo tutorial ganhou meu +

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Ele colocou o tutorial na área de wow, pode mover para outra area pq aqi esta errada .

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Ai mano tipo no caso quando eu vou fazer isso no repack do wow quais eu devo mudar pro ip do no-ip tipo os host name dentro do repack essas coisas ???

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Quando eu vou entrar no site que eu criei pede pra eu fazer login, mais não é o login do site, é do que ????

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Ola,um amigo meu tem net compartilhada ele quer saber como ponhem o host no-ip no serve dele eu disse

cria seu host no site no-ip
libera as portas
ponhem o ip do host no relmlist

e pronto

mas nao deu certo alguem pode me falar como e

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
To querendo saber isso também ^^

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

more_horiz
Onde Fica Essa Pasta "GameServer/Config..." Não To Achando Ake o.O

description[Tutorial] Colocando NO-IP EmptyRe: [Tutorial] Colocando NO-IP

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