
-
-
Mateus Robeerto começou a seguir psychonaut
-
666badboy666 reagiu a uma resposta no tópico: [ERRO] ao tentar instalar o modern aac (web poketibia 1.0)
-
-
-
-
-
-
(Pesquisa de opinião) O que você acha sobre um 7.6?
Acho que nessas versões o pessoal prefere 7.4 antes dos gráficos mudarem.
-
-
Executar um Comando na Minha database
Digita aí e roda o comando
-
Global 8.54 ?? Tô precisando e não acho aqui
Ah achei q era pra mapear kkkk
-
Debian 9 phpmyadmin not working...
Remove and try to install everything again(apache, mysql and stuffs) using this https://wiki.debian.org/LaMp#Installation. After it install phpmyadmin, and if it prompts you a "red window" with apache and another option to select, don't forget to press space bar to select apache(it will show a *).
-
[Pedido] Bloquear drop e trade de alguns itens
Dá pra por na source e usar um for com std::getline pra poder colocar no config.lua os itens, mas dependendo do que é, você pode tentar usar o atributo com storage ou algo do tipo e deixar ele inútil na mão de outro jogador por exemplo, define o atributo e põe no valor a cid quando obtém, quando usar ou sei lá pra que serve, pega esse atributo e vê se é igual a cid do jogador, mas não vai impedir essas coisas aí, só na source mesmo.
-
psychonaut alterou sua foto pessoal
-
(Resolvido)[Ajuda] Action Quest
soh mudei uma linha de lugar
-
(Resolvido)[Ajuda] Action Quest
Como tá no xml, e o id 6265 é a porta ou a chave?
-
(Resolvido)[Ajuda] Action Quest
Tá errado aí topLeftPos = {x = 1736, y = 1855, z = 8}, É a posição do canto superior esquerdo da sala, perto do pilar lá bottomRightPos = {x = 1736, y = 1855, z = 8} É a posição do canto inferior direito da sala, perto do ultimo pilar. E usa esse aqui, configura ali o monstro e tals
-
(Resolvido)[Ajuda] Action Quest
Tu já configurou essas coisas? local config = { money = 1000, daily = "no", level = 5, storage = 30015, areas = { [1] = { topLeftPos = {x = 1736, y = 1855, z = 8}, bottomRightPos = {x = 1736, y = 1855, z = 8}, }, [2] = { topLeftPos = {x = 1736, y = 1855, z = 8}, bottomRightPos = {x = 1736, y = 1855, z = 8}, }, }, entry = { {x = 1085, y = 1145, z = 6}, }, destination = { {x = 1082, y = 11144, z = 6}, }, TOWERPosition = { {x = 1737, y = 1869, z = 8}, } }
-
(Resolvido)[Ajuda] Action Quest
Qual a versão do TFS
-
Correção de script
Se quiser o efeito usa assim: Testa aí esse último aqui, editei, o que tá acontecendo? Ah acho que vc qr a msg só quando já usou, n entendi direito como era, mudei aí
-
Correção de script
Editei vê aí
-
Correção de script
local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_NONE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 272) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -95.9, 1, -113.9, 1) local combat2 = createCombatObject() setCombatParam(combat2, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat2, COMBAT_PARAM_EFFECT, 272) setCombatFormula(combat2, COMBAT_FORMULA_LEVELMAGIC, -99.9, 1, -112.9, 1) arr1 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 2, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, } arr2 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 2, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, } local area1 = createCombatArea(arr1) local area2 = createCombatArea(arr2) setCombatArea(combat1, area1) setCombatArea(combat2, area2) local function onCastSpell1(parameters) return isPlayer(parameters.cid) and doCombat(parameters.cid, combat1, parameters.var) end local function onCastSpell2(parameters) return isPlayer(parameters.cid) and doCombat(parameters.cid, combat2, parameters.var) end function onCastSpell(cid, var) if isExhausted(cid, "Repulsao Tempest") == false then setCooldown(cid, "Repulsao Tempest", 1) local parameters = { cid = cid, var = var,combat1 = combat1,combat2 = combat2} addEvent(onCastSpell1, 100, parameters) addEvent(onCastSpell2, 100, parameters) end return true, doPlayerSendCancel(cid, "Voce se exaustou em usar a magia, espere alguns segundos e pode usar novamente.") end Que dor q da ver esse false tudo maiúsculo
-
Global 8.54 ?? Tô precisando e não acho aqui
Créditos: MiPo91
-
(Resolvido)[PEDIDO] Tile que fica saindo effect
Põe 10 ou vai mudando até o efeito começar quando o anterior acabar, se quiser fazer isso aí, tipo o do tibia que quando anda aparece tem que ser em movements eu acho