

FlamesAdmin
Infante-
Content Count
1528 -
Joined
-
Last visited
-
Days Won
16
FlamesAdmin last won the day on October 17 2020
FlamesAdmin had the most liked content!
About FlamesAdmin

Perfil
-
Gênero
Masculino
Informações
-
Forma que conheci o xTibia
Amigos
-
Sou
Mapper
Recent Profile Visitors
4410 profile views
-
só adicionar os items no items.xml
-
eu consegui compilar, umas 10 tentativas depois
-
https://forums.#####/index.php?/forums/topic/167813-old-the-ruby-project-base-pokémon/&__cf_chl_jschl_tk__=7685df9d1eb72593ade0f45d32e9bdf07f49efc3-1615564716-0-ARtEjJJj5vlGMT8yvfw7cc307vp3Ip9Gge4FbobHVGo2DC0Bf1QCwW3W0KyU4pL9dLCqAVtsUS2Q9EYvO4QJKsTPilPvg-2IAe3GAZk-D4ang7q8JsFZ4_LnNVv_kcFq2sWvsGu-FZ40XajNiuwl0b4Ko-S58PASiktZ_YfyhAmGuoqNVSKHvI3nMlQ6PtdR-DtLLOAaVaJF8BL6g062PDtBKkqdB3xn-MNTOAxtMwbOHeyUy94tDYd3pHyEVbzLbb3-LvXFSguqKkkOT_aIm8SR12SKH8AxXCklNemhQnr4qPvGYOqY0ENxbKmmUMYW3wPlsm9DwNBidJlLWp5WNv7x1erq_alP6ZLWFKg-9Uiy7ONnDhEuwFrUaCzi2LiuBHGQAByl1EF6o_z_zBy154k4QrYNhRlLxdNUgA4qz6be
-
FlamesAdmin reacted to a post in a topic: Zorua System Para PDA SEM LEVEL SYSTEM
-
FlamesAdmin started following Posição do efeito
-
Olá, gostaria de pedir ajuda aos mais experientes para ajustar a posição do efeito dessas duas skills A primeira, Heart Pound que seria o segundo efeito " 830 " não está saindo centralizado com o pokémon O efeito em área desalinhado com o pokemon https://i.imgur.com/SGSBgBF.mp4 No caso é esse efeito do dano em área: E na segunda skill o mesmo problema, só que o efeito que é para aparecer centralizado no monstro selvagem ele não fica centralizado. Repara no efeito ROSA onde ele está saindo, seria pra ele sair centralizado ao monstro selvagem
-
FlamesAdmin reacted to a post in a topic: PokéEvolution
-
Parabéns pelo projeto mano, o server já era dahora quando fiz os trampos de mapper pra tu e agora parece que ta mais dahora ainda. Sucesso! ❤️ bom ver que você ainda está usando eles 💖
-
FlamesAdmin reacted to a post in a topic: [CREATURESCRIPT] Exp Aura Sytem (OTP Based)
-
[CREATURESCRIPT] Exp Aura Sytem (OTP Based)
Tony Araujo replied to topic's FlamesAdmin in CreatureScripts e Movements
Ihhh ala, ta fazendo sistema pra baiakmon Namoral ein -
FlamesAdmin reacted to a post in a topic: [OTClient - Module] Caught Achievement v1.4 - Atualizado!
-
FlamesAdmin reacted to a post in a topic: [OTClient - Module] Caught Achievement v1.4 - Atualizado!
-
[OTClient - Module] Caught Achievement v1.4 - Atualizado!
Tony Araujo replied to topic's FlamesAdmin in Clients
namoral -
StrikersBR12 reacted to an answer to a question: [Resolvido] ERRO na compilaçao
-
o de baixo serve mais pra compilar com Codeblocks
-
Retira o comentário da linha de cima e coloca na de baixo
-
R e d reacted to an answer to a question: Função checar item na Bag
-
Se você tiver a função onMoveItem no seu servidor, em creaturescripts: function onMoveItem(cid, item, fromPosition, toPosition, fromItem, toItem, fromGround, toGround, status) local fromContainer = fromItem local toContainer = toItem if item.itemid == IDBIKE and isBiking(cid) then doPlayerSendCancel(cid, "Você não pode mover este item.") return false end end <event type="moveitem" name="MoveItem" event="script" value="player/moveItem.lua"/> Adicione isso no some functions.lua da lib function isBiking(cid) return getPlayerStorageValue(cid, 32001) == 1 end f
-
Tô precisando de ajuda pra configurar o Myacc
Mateus de souza replied to question's FlamesAdmin in Websites
Capaz que vc nao deve ter liberado as portas do site -
Se já ta, retira os comentarios
-
Comenta essa linha std::string s = it->leaf(); em luascript.cpp e scriptmanager.cpp
-
raulcdj reacted to an answer to a question: [Resolvido] Erro Move1 TalkAction ao usa Toxic
-
raulcdj reacted to an answer to a question: [Resolvido] Erro Move1 TalkAction ao usa Toxic
-
raulcdj reacted to an answer to a question: [Resolvido] Erro Move1 TalkAction ao usa Toxic
-
[Resolvido] Erro Move1 TalkAction ao usa Toxic
raulcdj replied to question's FlamesAdmin in Resolvidos
Tu trocou o código dentro do .xml da spell? K É pra substituir no pokemon moves .... -
[Resolvido] Erro Move1 TalkAction ao usa Toxic
raulcdj replied to question's FlamesAdmin in Resolvidos
Faz assim, troca o código do seu Toxic por esse: elseif spell == "Toxic" then local area = {rush1, rush2} for i = 0, 1 do addEvent(doMoveInArea2, i*300, cid, 114, area[i+1], POISONDAMAGE, min, max, spell) end No areas.lua adicione isso: rush1 = { {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, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 1, 2, 1, 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, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0}, }
-
Recently Browsing 0 members
No registered users viewing this page.
Administrador | Diretor | Coordenador | Moderador | Suporter | Estagiário | Herói