-
Total de itens
74 -
Registro em
-
Última visita
-
Dias Ganhos
3
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que Mask Ghoul postou
-
Erro ao tentar rodar global na vps linux
Mask Ghoul respondeu ao tópico de Ramonzito em Suporte Tibia OTServer
Só vc pesquisa na youtube. e resolve você. -
local potions = { [6542] = {needLevel = 100, rate = 2.0, duration = 1800}, [6543] = {needLevel = 100, rate = 3.0, duration = 1800}, [6544] = {needLevel = 100, rate = 4.0, duration = 1800}, [6545] = {needLevel = 100, rate = 5.0, duration = 1800}, [2328] = {needLevel = 100, rate = 6.0, duration = 1800} } if not expPotions then expPotions = {playerData = {}} end function getTimeString(duration) local seconds = duration % 60 local minutes = math.floor((duration / 60) % 60) local hours = math.floor((duration / 3600) % 24) local days = math.floor(duration /
-
local potions = { [6542] = {needLevel = 1500, rate = 1.2, duration = 1800}, [6543] = {needLevel = 2000, rate = 1.4, duration = 1800}, [6544] = {needLevel = 2500, rate = 1.6, duration = 1800}, [6545] = {needLevel = 3000, rate = 1.8, duration = 1800}, [2328] = {needLevel = 4500, rate = 2.4, duration = 1800}, } if not expPotions then expPotions = {playerData = {}} end function getTimeString(duration) local seconds = duration % 60 local minutes = math.floor((duration / 60) % 60) local hours = math.floor((duration / 3600) % 24) local days = math.floor(durat
-
local potions = { [6542] = {needLevel = 1500, rate = 1.2, duration = 1800}, [6543] = {needLevel = 2000, rate = 1.4, duration = 1800}, [6544] = {needLevel = 2500, rate = 1.6, duration = 1800}, [6545] = {needLevel = 3000, rate = 1.8, duration = 1800}, [2328] = {needLevel = 4500, rate = 2.4, duration = 1800}, } if not expPotions then expPotions = {playerData = {}} end function expPotions:onUse(cid, item, fromPosition, itemEx, toPosition) local itemId = item.itemid local potion = potions[itemId] if not potion then return false end if getPlayer
-
Pedido NPC que registra um serial no item
Mask Ghoul respondeu ao tópico de Vitorelias em Suporte Tibia OTServer
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local itemId = 2160 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function onCreatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then return false end local player -
Pedido NPC que registra um serial no item
Mask Ghoul respondeu ao tópico de Vitorelias em Suporte Tibia OTServer
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local itemId = 2160 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function onCreatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then return false end local player -
Suporte Player morre, e volta para level 8 e perde tudo Tfs 1.2
Mask Ghoul respondeu ao tópico de Dragonstyller em Suporte OTServer Derivados
vc tem discord ai ? -
Suporte Player morre, e volta para level 8 e perde tudo Tfs 1.2
Mask Ghoul respondeu ao tópico de Dragonstyller em Suporte OTServer Derivados
executar Sql no seu phpmyadmin ALTER TABLE `znote_players` ADD `onlinetinetoday` int(11) NOT NULL default 0; -
Suporte ERROR NA HORA DE COMPIALAR LINUX
Mask Ghoul respondeu ao tópico de megatibiano em Suporte OTServer Derivados
Certifique-se de ter a versão correta do boost instalada. Link: https://otland.net/threads/linux-debian-leny.108835/ -
Vá em phpmyadmin Tabela players_skills or player_skills Se o char não está salvando as skills é porque provavelmente não existem os registros em player_skills, então vamos adicionar. 1º) Vamos achar o ID do player: Em seu banco de dados vá até a tabela players e clique em pesquisar, localizado na parte superior da pagina (IMAGEM DE UMA LUPA). No bloco "name" digite o nome do player bugado e aperte enter pra executar. Agora basta pegar o ID que é oque precisamos.. 2º) Executando query: Clique em seu banco de dados novamente para voltar a todas as tabel
-
Programação Programação Magic e Shoot Effects TFS E OTX 1.3 [Versão 8.60]
Mask Ghoul respondeu ao tópico de Mask Ghoul em Tutoriais sobre Scripting
Obrigado luan, eu nao vi que eu n tive faz o tempo kkk -
Pedido Aumentar limit de effect TFS 1.3
Mask Ghoul respondeu ao tópico de elielder em Suporte OTServer Derivados
Boa tarde @elielder Vamos começar primeiramente com os Magic Effects Em const.h procure por: enum MagicEffectClasses : uint8_t { mude: enum MagicEffectClasses : uint16_t { procure por: CONST_ME_DRAGONHEAD = 70 abaixo adiciona: CONST_ME_DRAGONHEAD = 70, CONST_ME_SEMFIM = 0xFFFE //65534 Em tools.cpp Procure por: MagicEffectNames magicEffectNames = { Ache por último: {"dragonhead", CONST_ME_DRAGONHEAD}, Abaixo adiciona: {"dragonhead", CONST_ME_DRAGONHEAD}, {"semfim", CONST_ME_SEMFIM}, Em Protocolgame.cpp Procure por: void ProtocolGame::se -
vá em caminho pasta config/config.php edite (x = id / número da cidade) aqui: $config['site']['newchar_towns'][0] = array(x,x,x,x); id / números da cidade: Exemplo: $towns_list[0] = array(0 => 'Venore', 1 => 'Edron', 2 => 'Thais', 3 => 'Carlin'); // list of towns, id => 'name', $towns_list[0] - for world id 0
-
Qual é o sua base em website ou sqlite? Obs: Modern acc, Gesior acc, Znote acc & Myacc / Versão client
-
Website [Ajuda] Dominio Hostinger
Mask Ghoul respondeu ao tópico de Bruce Pereira em Suporte Tibia OTServer
Tem lá tutorial na hostinger link: https://www.hostinger.com.br/tutoriais/como-apontar-o-nome-de-dominio-para-hostinger Good Lucky -
Programação Compilando OTX 2 com visual studio win 7 64 bits
Mask Ghoul respondeu ao tópico de ADMRagnarok em Suporte Tibia OTServer
Baixe aqui: https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ e instale basta e reinice seu pc. tentar abrir o distro. boa sorte xd -
Verifique o arquivo de configuração do MySQL e as permissões de leitura / gravação para o usuário a partir do qual você executa o servidor. Também tente substituir sqlHost por 127.0.0.1
- 3 respostas
-
Programação (Pedido) Compilar OTClient
Mask Ghoul respondeu ao tópico de giovannisg em Suporte Tibia OTServer
desinstalar o visual studio , e limpe appdata por procura o pasta visual studio excluir basta, você instale o visual studio 2017 , git 2.26.0 versão e instale o vckpg siga em tutorial gihtub em otclient tenta -
Programação (Pedido) Compilar OTClient
Mask Ghoul respondeu ao tópico de giovannisg em Suporte Tibia OTServer
Siga este tutorial https://github.com/edubart/otclient/wiki/Compiling-on-Windows -
Suporte (Resolvido)Erro no MYSQL no exe. do OTX 2
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
Acesso no seu phpmyadmin/database Excluir tabela player_items e player_depotitems Adicionar consultas CREATE TABLE `player_items` ( `player_id` INT NOT NULL, `pid` INT NOT NULL DEFAULT 0, `sid` INT NOT NULL DEFAULT 0, `itemtype` INT NOT NULL DEFAULT 0, `count` INT NOT NULL DEFAULT 0, `attributes` BLOB NOT NULL, `serial` VARCHAR(255) NOT NULL, KEY (`player_id`), UNIQUE (`player_id`, `sid`), FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE ) ENGINE = InnoDB; CREATE TABLE `player_depotitems` ( `player_id` INT NOT NULL, `sid` INT NOT NULL COMMENT 'any given -
Infraestrutura (Resolvido)Compilar TSF 0.4 OTXFORGOTTEN UBUNTU 16.04
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
Contato Discord: Mask Ghoul#6343 Eu vou te ajudar, fala no dc. -
Infraestrutura (Resolvido)Compilar TSF 0.4 OTXFORGOTTEN UBUNTU 16.04
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
edite o arquivo my.cnf ou /etc/mysql/my.cnf no linux ache por procure max_allowed_packet e mude max_allowed_packet = 16M apenas defina o primeiro para 16M e reinicie o mysql -
Infraestrutura (Resolvido)Compilar TSF 0.4 OTXFORGOTTEN UBUNTU 16.04
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
Toda vez que você reiniciar o MYSQL, insira este código em pvpmyadmin max_allowed_packet = 16776192 -
Infraestrutura (Resolvido)Compilar TSF 0.4 OTXFORGOTTEN UBUNTU 16.04
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
Tá otimo, liga o teu otserv comando ./theforgottenserver -
Infraestrutura (Resolvido)Compilar TSF 0.4 OTXFORGOTTEN UBUNTU 16.04
Mask Ghoul respondeu ao tópico de ferizk em Suporte Tibia OTServer (Resolvidos)
Você obtém esse erro porque o boost já está em uso por um servidor TFS. Comando killall -9 theforgottenserver Em seguida, tente executar o servidor novamente.
TibiaKing
Open Tibia Server
Quer aprender a criar seu próprio servidor de Tibia? Então está no lugar certo, aqui você encontrará milhares de tutorias, scripts, códigos, mapas e utilitários para que você possa fazer o seu próprio servidor de Tibia começando do zero.
Anuncie no TibiaKing
Precisa de mais visibilidade em seus projetos? Quer fazer um plano publicitário para o seu servidor? Anuncie no OTKing e faça sua divulgação, possuímos centenas de acessos simultâneos e milhares diários, com certeza será a sua solução!