[Encerrado] Não Consigo Entrar No Meu Proprio Ot

jhon992
em Tópicos Sem Resposta

jhon992

Dono JhonBot
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 30/06/11Posts: 631Char no Tibia: Warrior of Mort

Até ontem eu entrava no meu servidor normalmente, mas hoje abri o servidor, cliente e ao tentar logar abre a character list normalmente mais não consigo entrar em nenhum character. Ja tentei mudar database de accounts, ja pesquisei em tudo quante forum mais não achei nada. Todas as minhas portas estão desbloqueadas, ja tentei utilizar o ip padrão, como eu disse loguei normalmente ontem e hoje jah não consigo logar. O unico geito que deu pra logar foi assim: abro o server, abro cliente, abro character list, dae eu feixo o servidor e abro denovo e depois aperto enter no cliente que eu não tinha feichado, sóh assim conseigo logar. Estou precisando muito de ajuda, todos que puderem me ajudar darei rep+++. Eu uso tfs 8.54.

dragonfight

Sometimes I can't believe it
avatar
Barão
Barão

INFOS

Grupo: BarãoRegistrado: 12/09/10Posts: 249

Esse seu otserver está em um dedicado?

tumblr_mbtch9L7iC1r2wtdzo1_500.jpg

Mimizinha

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 07/12/06Posts: 53

Se não for dedicado , tente desbloquear as portas do seu computador, seria elas as 7171 7272, e se tiver site 8090 ( ai depende da porta que seu apache ou programa do gênero está usado )

 

Beijos espero ter ajudo se o erro persistir poste aqui e tentaremos ajuda-lo :* s2

pessoa93

avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 20/10/10Posts: 911Char no Tibia: Felipe Pessoa

Creio que você use um modem que mude o ip da net. Você tem que atualizar no programa do no-ip.

 

Se for net compartilhada, você que tem abrir a porta de novo com o novo IP local.

---------------

 

jhon992

Dono JhonBot
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 30/06/11Posts: 631Char no Tibia: Warrior of Mort

o server não é dedicado. Abro ele aqui em ksa msm sóh pra teste. As portas 7171, 7172 jah estão liberadas e nem possui site. Minha internet é compartilhada. Como seria isso de abrir a porta de novo com o novo IP local? E vlw aew pela ajuda vc's, qualquer ajuda é bem vinda!

xotserv

otmundobr.forumeiros.com
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 09/07/11Posts: 29Char no Tibia: otmundobr.forumeiros.com

va em mapa>data>creaturescripts>scripts>login

 

coloque isso

 

local config = {

loginMessage = getConfigValue('loginMessage')

}

 

function onLogin(cid)

local loss = getConfigValue('deathLostPercent')

if(loss ~= nil) then

doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)

end

 

local accountManager = getPlayerAccountManager(cid)

if(accountManager == MANAGER_NONE) then

local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage

if(lastLogin > 0) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)

str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."

else

str = str .. " Please choose your outfit."

doPlayerSendOutfitWindow(cid)

end

 

doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)

elseif(accountManager == MANAGER_NAMELOCK) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")

elseif(accountManager == MANAGER_ACCOUNT) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")

else

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")

end

 

if(not isPlayerGhost(cid)) then

doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)

end

 

registerCreatureEvent(cid, "Mail")

registerCreatureEvent(cid, "GuildMotd")

 

registerCreatureEvent(cid, "killer")

registerCreatureEvent(cid, "Idle")

 

registerCreatureEvent(cid, "attackguild")

registerCreatureEvent(cid, "advance")

registerCreatureEvent(cid, "FimVip")

 

registerCreatureEvent(cid, "forever amulet")

registerCreatureEvent(cid, "SkullCheck")

registerCreatureEvent(cid, "ReportBug")

 

registerCreatureEvent(cid, VipReceive)

registerCreatureEvent(cid, "PlayerKill")

if (InitArenaScript ~= 0) then

InitArenaScript = 1

-- make arena rooms free

for i = 42300, 42309 do

setGlobalStorageValue(i, 0)

setGlobalStorageValue(i+100, 0)

end

end

-- if he did not make full arena 1 he must start from zero

if getPlayerStorageValue(cid, 42309) < 1 then

for i = 42300, 42309 do

setPlayerStorageValue(cid, i, 0)

end

end

-- if he did not make full arena 2 he must start from zero

if getPlayerStorageValue(cid, 42319) < 1 then

for i = 42310, 42319 do

setPlayerStorageValue(cid, i, 0)

end

end

-- if he did not make full arena 3 he must start from zero

if getPlayerStorageValue(cid, 42329) < 1 then

for i = 42320, 42329 do

setPlayerStorageValue(cid, i, 0)

end

end

if getPlayerStorageValue(cid, 42355) == -1 then

setPlayerStorageValue(cid, 42355, 0) -- did not arena level

end

setPlayerStorageValue(cid, 42350, 0) -- time to kick 0

setPlayerStorageValue(cid, 42352, 0) -- is not in arena

return true

end

jhon992

Dono JhonBot
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 30/06/11Posts: 631Char no Tibia: Warrior of Mort

pessoa93

avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 20/10/10Posts: 911Char no Tibia: Felipe Pessoa

Entre no seu servidor com o ip 127.0.0.1

---------------

 

luisfe23

avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 31/10/08Posts: 871Char no Tibia: Luis Felipe Knight

Por qual IP você está tentando entrar?

luisfe23 here

jhon992

Dono JhonBot
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 30/06/11Posts: 631Char no Tibia: Warrior of Mort

o problema éh que de uma hra pra outra não ta mais compativel com o win7, o win7 deve ter dado alguma atualização seila. Consigo abri usando modo de compatibilidade, + o char fica deslogando sozinho, muito estranho =/

Stigal

don't ever stop...
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 28/11/10Posts: 3402Gênero: Masculino
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.

VI6MDIG.png

 

"O fracasso é a oportunidade de se começar de novo inteligentemente"

Minhas Redes Sociais: Youtube | Página & Grupo | Steam  | Discord Xtibia | Skype: @mrooger

 

OTpanel