
Tudo que Neeg postou
-
Characters.php (Gesior)
Creio que esse seja único do Baiak-Ilusion... eu estava atrás e também não achei, kkk! é muito bonito dahora.
- [PESQUISA] Proteções contra ataques DDOS
-
Alguém tem o BaiakWars?
Alguém possui o Baiak Wars? aquele que estava online em 2014-2016... Servidor 8.60 Estou interessado nele, não acho nem um Baiak online daquele estilo, se alguém tiver e poder disponibilizar ficarei grato!
- Baiak Energy 8.60
- Baiak Energy 8.60
- Baiak Energy 8.60
-
Rep+ para quem ajudar <3
Tenta trocar os seus install.php, install.txt e account.php por esses install.txt install.php config.php
-
Thargus ATS [ShowOFF]
Tá bem feito demais mano kk!, sucesso!
-
Script Talkaction Online
Obrigado mano! você é foda brozito
-
Erros Remere's Map Tibia 8.54
Acho que você está usando items.otb de uma versão x é outro mapa de uma versão x... parece está com erro de compatibilidade
-
Script Talkaction Online
E aí rapaziada, estou com um script aqui mas eu acho ele muito "ROX", flooda todo dafault com nick dos players Online. Quero que o comando só aparece a quantidade "20:18 1 players online." Estou usando esse script, quem poder ajudar aí, vai ajudar muito kk! function onSay(cid, words, param, channel) if(not checkExhausted(cid, 666, 10)) then return false end local strings, i, position, added, showGamemasters = {""}, 1, 1, false, getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand')) for _, pid in ipairs(getPlayersOnline()) do if(added) then if(i > (position * 7)) then strings[position] = strings[position] .. "," position = position + 1 strings[position] = "" else strings[position] = i == 1 and "" or strings[position] .. ", " end end added = false if((showGamemasters or getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES) or not getPlayerCustomFlagValue(pid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) and (not isPlayerGhost(pid) or getPlayerGhostAccess(cid) >= getPlayerGhostAccess(pid))) then strings[position] = strings[position] .. getCreatureName(pid) .. " [" .. getPlayerLevel(pid) .. "]" i = i + 1 added = true end end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, (i - 1) .. " player" .. (i > 1 and "s" or "") .. " online:") for i, str in ipairs(strings) do if(str:sub(str:len()) ~= ",") then str = str .. "." end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, str) end return true end
-
Erros Remere's Map Tibia 8.54
O erro pode estar no seu items.otb ou seu mapa está corrompido...
-
Aura System - Adaptação.
Não sei se é isso que você quer mas tenta aí.. tenho um script aqui, pode ser oque você está procurando. Cria um arquivo auralogin.lua é põe dentro da pasta "creaturescripts". function onLogin(cid) aurastr = 25950 -- storage da aura setPlayerStorageValue(cid, aurastr, -1) return TRUE end Abre o "creaturescripts.xml" é põe a tag <event type="login" name="AuraLogin" script="auralogin.lua"/> Agora vai na pasta "actions" é um um arquivo aura.lua -- CONFIGURAÇÕES aurastr = 25950 -- storage da aura estr = 25951 -- storage para o exhaust porcentagem = 100 -- chance de curar em cada volta da aura, em porcentagem quantheal = 90 -- porcentagem do hp máximo que cada cura irá curar. (No caso, irá curar 10% do hp máximo cada cura) tempo = 5000 -- tempo para dar uma volta no player (este tempo foi o que achei mais agradável visualmente, é recomendável não mudar) tipoaura = 59 -- número do efeito da aura (efeito de distância, pode ser identificado com /x no jogo) efeitocura = 53 -- número do efeito quando a cura chega ao player (efeito de posição fixa, pode ser identificado com /z no jogo) -- Função que chama a aura function efeitosAura(i,tm,cid) if(isCreature(cid)) then local atual = getCreaturePosition(cid) local posaura = { {x=(atual.x)-1, y=(atual.y)-1, z=atual.z}, {x=atual.x, y=(atual.y)-1, z=atual.z}, {x=(atual.x)+1, y=(atual.y)-1, z=atual.z}, {x=(atual.x)+1, y=atual.y, z=atual.z}, {x=(atual.x)+1, y=(atual.y)+1, z=atual.z}, {x=atual.x, y=(atual.y)+1, z=atual.z}, {x=(atual.x)-1, y=(atual.y)+1, z=atual.z}, {x=(atual.x)-1, y=atual.y, z=atual.z}, } local chances = math.random(100) if(chances<=porcentagem/8 and getCreatureHealth(cid)<getCreatureMaxHealth(cid)) then doCreatureAddHealth(cid, getCreatureMaxHealth(cid)/quantheal) if(i<=8 and i>1) then doSendMagicEffect(atual, tipoaura) else doSendMagicEffect(atual, tipoaura) end doSendMagicEffect(atual, efeitocura) end if(i==8) then doSendMagicEffect(atual, tipoaura) elseif(i<8) then doSendMagicEffect(atual, tipoaura) end if(i<=8 and getPlayerStorageValue(cid, aurastr)==2) then i = i+1 tm = tempo/8 return addEvent(efeitosAura,tm,i,tm,cid) elseif(i>8 and getPlayerStorageValue(cid, aurastr)==2) then return efeitosAura(1,0,cid) else return TRUE end else return TRUE end end function onUse(cid, item, fromPosition, itemEx, toPosition) if(getPlayerStorageValue(cid, aurastr)==2) then setPlayerStorageValue(cid, estr, os.time()+2) setPlayerStorageValue(cid, aurastr, -1) doPlayerSendCancel(cid,"Você desligou a Aura!") else doPlayerSendCancel(cid,"Você ligou a Aura!") setPlayerStorageValue(cid, aurastr, 2) efeitosAura(1,tempo/8,cid) end return TRUE end Abre o "actions.xml" é põe a tag <action itemid="11253" event="script" value="aura.lua"/> Não sei se é isso que você quer, mas tentei kkk!
-
Aura System - Adaptação.
Você quer tipo um Item que de use é ganhe a Aura? ou quer aura + skills algo assim?
-
Servidor 8.60 OTX
Alguém tem um OTX Server ( 0.4 ) "atualizado" aí? Estou procurando tem um tempinho já e não acho em lugar nenhum. Se alguém tiver para disponibilizar eu ficarei grato!
-
Baiak 8.60 (Projeto Serio)
E aí TK! Estou querendo começar um projeto de Baiak serio... Procuro alguém que saiba de tudo um pouco, não precisa ser profissional, só ter noção! O servidor já está pronto, mas ainda está offline! Quero alguém que Administre comigo, que não pense só em Dinheiro.. Entrem em contato por PM.
- Baiak Energy 8.60
- Baiak Energy 8.60
- Baiak Energy 8.60
-
Baiak Energy 8.60
BAIAK ENERGY 2017 Olá pessoal do TK, Encontrei esse servidor no meu pendrive é decidi postar para vocês! Creio que o servidor tenha alguns bugs, Não irei dar suporte pois não sei quase nada sobre o servidor, não fui eu que editei. Informações: * Cast System * Castle 24hrs * Castle48hrs * VIP 1, 2, 3 * Hunt 450+ * Sets Donates funcionando * Area Donate * Trainers 100% Contando com todos eventos atuais: - Zombie Event - Snowball War Event - Capture the Flag - Battlefield - Desert War - Defend The Tower - Zombie - Fire storm - Boss King - Downloads: * Baiak Energy: http://www.mediafire.com/file/ocydotkwocyiyyg/Baiak_Energy.rar * Distro (x32) (x64): http://www.mediafire.com/file/2fnkiakur9nbek9/OTX.rar - Scans: * Baiak Energy: https://virustotal.com/#/file/b4088d1c9849e694c429cf587fc6aba90cd2cbbd3e4b6def2314104d55b39633/detection * Distro (x32) (x64): https://virustotal.com/#/file/fc02e2d68a0b84a6bcbd73f845b89cc6a1e7403362181d984cda30992422cc40/detection
- OT 8.60 2K17
- OT 8.60 2K17
-
Erro com Clients
Fala rapaziada, to um problema aqui... tentei arrumar umas 8hrs e não consegui. Eu abro o client é a tela fica totalmente zuada "colorida" é não da para jogar, quando entro em modo de segurança roda "normal"... Alguém sabe o que seria? PLEASE.
-
Vocations
Sim , já tentei assim é deu os Erros quando iniciei ;s mas só tirei de alguns lugar , por isso quero apagar tudo 100%
-
Vocations
Olá. Gostaria de saber como eu Retiro todas as vocações do Server? Eu quero deletar todas 100% é por vocações novas , do 0... Só vejo ensinando como criar , deletar não ;S PLEASE (Narutibia) (8.60)