Ir para conteúdo
US
Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em: --
Participar

soyjhoh

Membro
  • Registro em

  • Última visita

  1. padreesss reagiu a uma resposta no tópico: [OTC] [TUTORIAL] Transparência
  2. Olá, qual versão do xampp vocês recomendam usar nesse server?
  3. ITALOx reagiu a uma resposta no tópico: Top Effect
  4. soyjhoh postou uma resposta no tópico em Suporte OTServer Derivados
    Bom não sei se já resolveu, mas eu apenas retirei 1 linha e funcionou perfeitamente aqui. ficou assim local config = { tempo = 5, mensagem = { texto = "TOP LEVEL", efeito = TEXTCOLOR_RED }, globalstr = 5687 } local topPlayer = getGlobalStorageValue(config.globalstr) > 0 and getGlobalStorageValue(config.globalstr) or 0 function onLogin(cid) local query = db.getResult("SELECT `id`, `name`, `level` FROM `players` WHERE `group_id` = 1 ORDER BY `level` DESC LIMIT 1") if (query:getID() ~= -1) then local pid = query:getDataString("id") local name = query:getDataString("name") if getPlayerName(cid) == name then if topPlayer ~= getPlayerID(cid) then topPlayer = getPlayerID(cid) end setGlobalStorageValue(config.globalstr, pid) TopEffect(cid) end end registerCreatureEvent(cid, "CheckTop") return true end function onAdvance(cid, skill, oldlevel, newlevel) if skill == 8 then local query = db.getResult("SELECT `id`, `name`, `level` FROM `players` WHERE `group_id` = 1 ORDER BY `level` DESC LIMIT 1") if (query:getID() ~= -1) then local level = tonumber(query:getDataString("level")) if level < newlevel and topPlayer ~= getPlayerID(cid) then topPlayer = getPlayerID(cid) doSaveServer() setGlobalStorageValue(config.globalstr, getPlayerID(cid)) TopEffect(cid) end end end return true end function TopEffect(cid) if not isPlayer(cid) then return true end if topPlayer == getPlayerID(cid) then doSendAnimatedText(getCreaturePosition(cid), config.mensagem.texto, config.mensagem.efeito) addEvent(TopEffect, config.tempo * 1000, cid) end end function getPlayerNameById(id) local query = db.getResult("SELECT `name` FROM `players` WHERE `id` = " .. db.escapeString(id)) if query:getID() ~= -1 then return query:getDataString("name") end return 0 end function getPlayerIdByName(name) local query = db.getResult("SELECT `id` FROM `players` WHERE `name` = " .. db.escapeString(name)) if query:getID() ~= -1 then return tonumber(query:getDataString("id")) end return 0 end function getPlayerID(cid) return getPlayerIdByName(getPlayerName(cid)) end Modifiquei também para sair apenas em Player com o Group id = 1 PS: Vou utilizar tbem kkk
  5. vou testar aqui, os q eu tenho ta dando error de opcode
  6. DdJs reagiu a uma resposta no tópico: [AJUDA] OtClient Bug
  7. Removido
  8. Olá pessoal, não sei se é a área correta mas queria pedir a ajuda de vcs estou tentando usar o otclient na versão 8.60 porem em todas as versões da erro, já utilizei o dat e spr sem extensão e com extensão(quero usar com extensão, já mudei em Thing.Lua do OTC) porem sempre o mesmo erro, se puderem me ajudar. buga tudo. Se eu ando fica preto.
  9. Sabe me informar se tem compatibilidade com 8.60 Extended??
  10. WhiteBubble essa source dá para compilar? EDIT - Já consegui, É boa para base o servidor?
  11. soyjhoh reagiu a uma resposta no tópico: Dbo Rox V2 8.60 [Open Source][99% SEM BUGS]
  12. soyjhoh postou uma resposta no tópico em OTServer Derivados
    obrigado pelo servidor Beeny!!! mas alguem teria a Database com as samples ??? Por favor obg
  13. alguem pode passar a database .sql ???
  14. Bom galera, tenho uma skill que se chama " Iron Defense ", porém ela só está no Steelix, preciso por ela em outros pokémons, mas o fato é que não consigo por as outras looktypes dos pokémons que faltam no script ;-; (Metang, Metagross).
  15. soyjhoh postou uma resposta no tópico em Suporte Tibia OTServer
    up
  16. soyjhoh postou uma resposta no tópico em Suporte Tibia OTServer
    vou ver vlws
  17. soyjhoh postou uma resposta no tópico em Suporte Tibia OTServer
    eu consegui compilar ela sem erros com o dev q o fir3 mandou porem agora estou com problema so tentar aumentar os efeitos, msm assim obg

Informação Importante

Confirmação de Termo