Tudo que FlavioHulk postou
-
[AJUDA] Outfit e Addons permanecem ao acabar Premium 8.60,agradeço quem puder ajudar
Aqui no TibiaKing mensagens como UP e BUMP são proibidas, utilize o botão subir este tópico. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
-
mysql_real_query<>: SELECT 'auction_balance 'FROM 'player ' Where
Poste o script do suposto NPC e do Lib
-
[Actions] Script De Refinamento
Aqui no TibiaKing mensagens como UP e BUMP são proibidas, utilize o botão subir este tópico. Esta é uma mensagem automática! Pedimos que leia as regras do fórum! @Phineasz
-
Pedido
Existe sim
-
Magias Que Podem Paralisar O Jogador
Qual seria esse addon?
-
ITEM QUE USA EFEITO+DANO AO DA TARGET
Então cara, já que pediu suporte e conseguiu, por que não compartilhar? Alguém pode estar com a mesma dúvida... @Gnius
-
(incomplete) EMERALD PALACE [NOKTURNO]
Post file scan, please
-
(Resolvido)[Action] Verificar Área
local config = { centerRoom = {x=1076, y=783, z=6}, rangeX = 10, rangeY = 10, playerDestiny = {x=1076, y=783, z=6} } function checkRoom(centerPos, rangeX, rangeY) local spectators, spec = getSpectators(centerPos, rangeX, rangeY, false]) for i = 1, #spectators do spec = spectators[i] if isPlayer(spec) then return true end end return false end function onUse(cid, item, frompos, item2, topos) if item.itemid == 1945 then if checkRoom(config.centerRoom, config.rangeX, config.rangeY) then doPlayerSendTextMessage(cid, 20, "Tem um player na quest, espere sua vez!") return true end doTeleportThing(cid, config.playerDestiny) doPlayerSendTextMessage(cid, 20, "Boa Sorte!") end doTransformItem(item.uid, item.itemid == 1945 and 1946 or 1945) return true end
-
TibiaPoke Huatson skill problem.
What's your client version and distro?
-
Nuker
Cara, isso tá com cara de algum script ou função está utilizando um loop demasiado grande, não suficiente pra derrubar o server, porém pra causar um alto processamento em sua máquina...
-
Erro attempt to index global 'Position' (a nil value)
Qual sua distro, cara?
- Perfect Upgrade System
-
Baú SAO - Sistema de Quest
Cara, funciona por meio de compatibilidade, porém ela pode ser melhor otimizada...
-
(Resolvido)[PEDIDO] Mensagem ao upar e Mensagem Bem-Vindo
Cara, ai é um sistema mais complexo, não posso te ajudar no momento... Alguém que veja meu script, já é um passo pra implementar da sua maneira. function onLogin(cid) if getPlayerLastLoginSaved(cid) <= 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Seja Bem-Vindo ao X server e tenha um bom jogo") return true end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Bem-Vindo novamente, espero que esteja gostando do nosso servidor") return true end
- (Resolvido)[Linux] Erro Gesior Acc
-
(Resolvido)[PEDIDO] Mensagem ao upar e Mensagem Bem-Vindo
local config = { [100] = {nameSpell = "spell", msg = "Você já pode usar..."}, [150] = {nameSpell = "spell", msg = "Você já pode usar..."}, [200] = {nameSpell = "spell", msg = "Você já pode usar..."}, [250] = {nameSpell = "spell", msg = "Você já pode usar..."}, [300] = {nameSpell = "spell", msg = "Você já pode usar..."}, } function onAdvance(cid, skill, oldLevel, newLevel) local level = config[newLevel] if not level then return true end if getPlayerLearnedInstantSpell(cid, level.nameSpell) then return true end doPlayerLearnInstantSpell(cid, level.nameSpell) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, level.msg) return true end function onLogin(cid) if getPlayerLastLoginSaved(cid) <= 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Seja Bem-Vindo ao X server e tenha um bom jogo") return true end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Bem-Vindo novamente, espero que esteja gostando do nosso servidor") return true end
-
(Resolvido)[PEDIDO] Não poder mover players no trainers
Cria um tópico, eu ou outro usuário poderá te ajudar
-
(Resolvido)[PEDIDO] Não poder mover players no trainers
Não esquece de marcar a melhor resposta, e se você quiser, dar rep a todos que tentaram ajudar! @Christinacsa
-
(Resolvido)[PEDIDO] Não poder mover players no trainers
Precisa sim...
-
Baú SAO - Sistema de Quest
Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
-
(Resolvido)[PEDIDO] Não poder mover players no trainers
local config = { targetList = { [1] = 'purching bag' }, access = 3 -- Gamemaster } function onPush(cid, target) if getPlayerAccess(cid) >= config.access then return true end if target == cid or not isPlayer(target) then return true end if (getCreatureTarget(target) > 0 and isInArray(config.targetList, getCreatureName(getCreatureTarget(target)):lower())) then doPlayerSendCancel(cid, "You cannot move this player.") return false end return true end
-
[OTClient] Tibia 7.72 - No Hotkeys!
Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
-
(Resolvido)[PEDIDO] Não poder mover players no trainers
local config = { targetList = { [1] = 'purching bag', -- [2] = 'outro nome de criatura' <= exemplo } access = 3 -- Gamemaster } function onPush(cid, target) if getPlayerAccess(cid) >= config.access then return true end if target == cid or not isPlayer(target) then return true end if (getCreatureTarget(target) > 0 and isInArray(config.targetList, getCreatureName(getCreatureTarget(target)):lower())) then doPlayerSendCancel(cid, "You cannot move this player.") return false end return true end
-
Spawns
Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
-
(Resolvido)Addon System
Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!