Ir para conteúdo

iErrorzz

Membro
  • Registro em

  • Última visita

Tudo que iErrorzz postou

  1. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    No caso os 2 sao os mesmos Mapa so q o outro tem cast , Castle war etc..
  2. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Olá eu Tou com 1 outro mapa Aki, tem como eu trocar de mapa sem resetar
  3. Não chegou nada Adiciono msm ? Vinicius.mohr2
  4. Vps Da Hservers 1gb Ja aguenta uns 80 Online Sem Dó Mapa baiak
  5. Olá Aconselho a Hservers Tem otimos preços com Vps , Ping baixo 140 - 150 Para entrar na Hservers Clique no Banner da minha Assinatura 100% Aconselho ! Sobre como se connectar etc.. Me adicione no skype: vinicius.mohr2 Te enscino Sertinho por la Ou Você Pode abrir Ticket na Host, A Hservers Lhe ajudara A Abrir Seu Ot em Linux E windows Eles ofereçem Sources Para seu otserv E tals...
  6. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Fas 1 tempo q to passando por essas merdas de erro, o Ot fecha sozinho sem salvas ai vem geral reclamando e falando q vai sair do ot
  7. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Olá Eu tenho uma Vps 4gb Win , Ela estava 0% Sem lag ai Depois de 1 tempo Começo a dar travadas loucas, Ai penssei deve ser a database Resetei o Ot e saiu o lag !! Alguem sabe como fazer Para a database n deixar tanto Lag? OBS: Quando tava lag o Cpu da vps nao passava de 10% Então nao e a vps
  8. Eu uso a hostmf é muito boa, Se quiser aperta no Banner na minha assinatura, Ai Você escolhe sua vps que preferir , ai emprime o boleto e Paga , ai dps q ativado Vai ter o painel da vps , q vc pode formatar a vps, reinstallar o linux , desligar , ligar , reiniciar a vps etc... Ai vc Entra por conexão remota , Bota a pasta do seu ot em algum Site de upload como o sendspace.com e depois abaixa o mapa na Vps por conexão remota e deixa online como se fosse deixar online em seu pc
  9. Ah :'( vou esperar vai que alguem sabe 1 metodo
  10. Ola tenho 1 pergunta ela é Existe Site para servidor em sqlite ? Se tem alguem me passa 1 tutorial ? Ficaria MUITOOOOOOOOOO AGRADEÇIDO Pois eu comprei o Dominio Devilbaiak.com Para meu Ot o Dominio ja ta pronto mas 1 dominio .com Sem site fica ruim
  11. Tamben estou com o msm problema , porem em tfs 0.3.6
  12. Botei , dei /reload creaturescripts e deu esse erro e o executavel fechou :\
  13. Cara eu uso a hostmf , Se quiser clicka no banner da minha assinatura la tem preços otimos e com uptime de anos !
  14. local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) -- ANTI-NUKER BY LEDTHER0N] local maxaccbyip = 3 local accm = {} local pbi = getPlayersByIp(getPlayerIp(cid)) function antiTumb(cid) for _,player in ipairs(pbi) do if getCreatureName(player) == "Account Manager" then table.insert(accm, player) end end if #accm > maxaccbyip then print("Foi ultrapassado o limite maximo de contas online com o seguinte ip "..convertIntToIP(getPlayerIp(cid)).."\npor motivos de seguranca todos os accounts managers com esse ip foram kickados\nAnti-Nuker System 2.0") for _,player in ipairs(accm) do doRemoveCreature(player) end end return true end addEvent(antiTumb, 10, cid) -- ANTI-NUKER BY LEDTHER0N 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, "showKD") registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "anunciarmorte") registerCreatureEvent(cid, "Antimagebomb") registerCreatureEvent(cid, "YouDead") 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
  15. Funciona em 8.6 tfs 3.6 Ta funcionando mas da erro no console e o ot cai 4
  16. Liguei o ot aki em casa, Logou os account mananger normalmente '-' , Pode me mandar seu server para eu ver se funciona ?
  17. Infelismente nao está funcionando, acho q n funciono :\
  18. Vou testar e ja Edito Se é funcional ou ñ, aparetemente é mt bom !! EDIT Continuo logando os Account mananger , nao sei pq aki logou so poucos accounts
  19. Tamben estou querendo para Distro real server 0.3.6
  20. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Da pra pegar ip de qualquer geito amigo como esse site http://check-host.net/ Oque eu Te indico é que vc Use cloudflare para Esconder seu ip !
  21. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Sim Eu botei o ant magebomb Fas tempo Vou mandar aki Creaturescripts.xml <event type="login" name="AntMageBomb" event="script" value="AntMageBomb.lua"/> AntMageBomb.lua function onLogin(cid, words, param, channel) local _ip = nil local p = 0 local list, ips = {}, {} local players = getPlayersOnline() local max = 3 -- Maximo de players no mesmo IP. for i, pid in ipairs(players) do local ip = getPlayerIp(pid) local tmp = table.find(ips, ip) if(tmp ~= nil and (not _ip or _ip == ip)) then if(table.countElements(list, ip) == 0) then list[players[tmp]] = ip end list[pid] = ip end table.insert(ips, ip) end if(table.maxn(list) > 0) then meip = getPlayerIp(cid) mename = getCreatureName(cid) for pid, ip in pairs(list) do local metmp = table.find(ips, meip) if (metmp ~= nil) then p = p + 1 end end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce tem ".. p .." chars online!") if p > max then doRemoveCreature(cid, mename) end else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce tem ".. p+1 .." char online!") end return true end up up up
  22. Botei attackspeed 120, Ate agora nao apareçeu nenhum "editado"

Informação Importante

Confirmação de Termo