-
Total de itens
2165 -
Registro em
-
Última visita
-
Dias Ganhos
114
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que L3K0T postou
-
(Resolvido)Exausted em todas talkactions
L3K0T respondeu ao tópico de vitinhoo96 em Suporte Tibia OTServer (Resolvidos)
tudo certo? -
(Resolvido)Exausted em todas talkactions
L3K0T respondeu ao tópico de vitinhoo96 em Suporte Tibia OTServer (Resolvidos)
e isso la no final doPlayerSetStorageValue(cid, config.storage, os.time() + config.exhaust) -
(Resolvido)Exausted em todas talkactions
L3K0T respondeu ao tópico de vitinhoo96 em Suporte Tibia OTServer (Resolvidos)
-- Sistema de auto loot criado por V�tor Bertolucci - Killua function ExistItemByName(name) -- by vodka local items = io.open("data/items/items.xml", "r"):read("*all") local get = items:match('name="' .. name ..'"') if get == nil or get == "" then return false end return true end local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 04420021) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 04420021)) end if getPlayerStorageValue(cid, 04420031) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 04420031)) end if getPlayerStorageValue(cid, -
(Resolvido)Exausted em todas talkactions
L3K0T respondeu ao tópico de vitinhoo96 em Suporte Tibia OTServer (Resolvidos)
-- Sistema de auto loot criado por V�tor Bertolucci - Killua function ExistItemByName(name) -- by vodka local items = io.open("data/items/items.xml", "r"):read("*all") local get = items:match('name="' .. name ..'"') if get == nil or get == "" then return false end return true end local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 04420021) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 04420021)) end if getPlayerStorageValue(cid, 04420031) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 04420031)) end if getPlayerStorageValue(cid, -
C++ UPDATE 3: Moveitem + Antipush + Anti-Crash Elf Bot - Bug Fixes - TFS 0.4 11/04/2024
L3K0T respondeu ao tópico de L3K0T em Códigos C++
tem alguma coisa no código que já existe em seu game.cpp, é só remover. -
Parabéns cara! Gostei e boa sorte
-
Só apreciem, tudo que tem de DBO eu coloquei e além de efeitos. NÃO ESTÁ TERMINADO. 2022-10-07 03-40-08.mp4
-
Olá galera, hoje vim trazer para vocês alguns comandos uteis, pra serem executados no seu banco de dados "Mysql" lá aonde guarda todas as informações do jogo. *"execute o comando, mais antes faça o backup da sua Data Base e lembrando faça isso com o servidor desligado" 1° UPDATE `accounts` SET premdays = 0, lastday = 0; - Remove todos os dias VIP ou P.A de todos os players. . UPDATE `accounts` SET premdays = 0, lastday = 0; 2° UPDATE `accounts` SET `premdays` = `premdays` + 7; - Adiciona +7 dias de VIP ou P.A para todos os players. UPDATE `accounts` SET `pr
-
- mysql otserv
- mysql
-
(e 1 mais)
Tags:
-
Alterações pela source do seu servidor em const.h procure ITEM_DEPOT = 2594, ITEM_LOCKER = 2589, os numeros é o ID dos itens, depois só salvar e compilar, espero ter ajudado.
-
[PEDIDO BASE OTP SOURCE & POKEBAR
L3K0T respondeu ao tópico de igorotp117 em Suporte OTServer Derivados
Este tópico foi movido para a seção de Suporte Otserv Alternativo -
(Resolvido)Servidor travando sempre que upa level ou skill
L3K0T respondeu ao tópico de katumblo em Suporte Tibia OTServer (Resolvidos)
pode ser algum save ao upar o level -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
tente SHOP_MSG_TYPE = 18 SQL_interval = 30 function onThink(interval, lastExecution) local result_plr = db.storeQuery("SELECT * FROM z_ots_comunication") if(result_plr ~= false) then repeat local id = tonumber(result.getDataInt(result_plr, "id")) local action = tostring(result.getDataString(result_plr, "action")) local delete = tonumber(result.getDataInt(result_plr, "delete_it")) local cid = getPlayerByName(tostring(result.getDataString(result_plr, "name"))) if(cid) then local itemtogive_id -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
--[[ Gesior Shop System v2.0 Originally written by Gesior, modified by slawkens for MyAAC. Converted to Revscriptsys by Majesty. change interval 30000 to 30 if other values in this file are low ]]-- local messageType = MESSAGE_EVENT_ORANGE local displayExecutionTime = true -- how time script took in console (true/false) -- don't edit anything below this line if(displayExecutionTime) then function doSecondsFormat(i) local str, found = string.gsub(i, "(%d)(%d%d%d)$", "%1.%2", 1), 0 repeat str, found = string.gsub(str, "(%d)(%d%d%d), -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
algum erro no terminal do server? -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
volta o script que estava caindo o crystal coin e teste -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
importe isso pro seu mysql "banco de dados" DROP TABLE IF EXISTS `z_shop_history_item`; CREATE TABLE IF NOT EXISTS `z_shop_history_item` ( `id` int(11) NOT NULL AUTO_INCREMENT, `to_name` varchar(255) NOT NULL DEFAULT '0', `to_account` int(11) NOT NULL DEFAULT '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL DEFAULT '0', `price` int(11) NOT NULL DEFAULT '0', `offer_id` varchar(255) NOT NULL DEFAULT '', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL DEFAULT '0', `trans_real` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB D -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
-- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local result_plr = db.storeQuery("SELECT * FROM z_ots_comunication") if(result_plr ~= false) then repeat local id = tonumber(result.getDataInt(result_plr, "id")) local action = tostring(result.getDataString(result_plr, "action")) local delete = tonumber(result.getDataInt(result_plr, "delete_it")) local cid = g -
Pedido NPC que teleporta pra lugares "aleatórios"
L3K0T respondeu ao tópico de cesarfilho55 em Suporte Tibia OTServer
Certo -
NPC TFS 0.X NPC de teletransporte aleatórios
L3K0T postou um tópico em Monsters, NPC, Raids & Mounts
NPC DE TELETRANSPORTE Nada mais diz, é um NPC que faz para teletransportar jogadores para lugares aleatórios e deixando o jogo mais interessante. INSTALANDO: 1 - vá em data/npc/scripts copie um arquivo .lua, renomeia a gosto, apague o que esta dentro e adicione o código abaixo: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler: -
Pedido NPC que teleporta pra lugares "aleatórios"
L3K0T respondeu ao tópico de cesarfilho55 em Suporte Tibia OTServer
FIZ ESSE ESPERO QUE AJUDE <npc name="Tele" script="data/npc/scripts/npctelerandom.lua" floorchange="0" walkinterval="2000" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="128" head="79" body="95" legs="57" feet="106" addons="2"/> <parameters> <parameter key="message_greet" value="Hello |PLAYERNAME| posso te levar para um ilugar especial, deseja ir? é só dizer {teleporte}" /> </parameters> </npc> local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywo -
(Resolvido)Error while saving player
L3K0T respondeu ao tópico de ZeMatheusDev em Suporte Tibia OTServer (Resolvidos)
exclua o Guild Invites e importe pro mysql novamente CREATE TABLE `guild_invites` ( `player_id` INT NOT NULL DEFAULT 0, `guild_id` INT NOT NULL DEFAULT 0, UNIQUE (`player_id`, `guild_id`), FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE, FOREIGN KEY (`guild_id`) REFERENCES `guilds`(`id`) ON DELETE CASCADE ) ENGINE = InnoDB; -
Spriting ERRO ITEM EDITOR POKETIBIA
L3K0T respondeu ao tópico de qtoni em Suporte OTServer Derivados
complie o cliente me outra versão deve ajudar e cria um novo item.otb -
(Resolvido)Actions
L3K0T respondeu ao tópico de daniel.braga989 em Suporte OTServer Derivados (Resolvidos)
só mudar for i = 1, #l3k0t.itemganhar do pra for i = 100, #l3k0t.itemganhar do então ficando local l3k0t = { colors = {16, 161, 149, 251, 211, 200}, itemganhar = { {2160, 30, 50}, {2160, 20, 30}, {2160, 10, 20} } } function onUse(cid, item, fromPosition, itemEx, toPosition) doRemoveItem(item.uid, 1) local rand = math.random(100) for i = 100, #l3k0t.itemganhar do if rand > l3k0t.itemganhar[i][3] then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "ah que pena, não foi desta vez! -
(Resolvido)Shop não entrega itens
L3K0T respondeu ao tópico de Brum em Suporte Tibia OTServer (Resolvidos)
local messageType = MESSAGE_EVENT_ORANGE local displayExecutionTime = true if(displayExecutionTime) then function doSecondsFormat(i) local str, found = string.gsub(i, "(%d)(%d%d%d)$", "%1.%2", 1), 0 repeat str, found = string.gsub(str, "(%d)(%d%d%d),", "%1.%2,", 1) until found == 0 return str end end if(not messageType) then messageType = MESSAGE_STATUS_CONSOLE_ORANGE if(not messageType) then messageType = MESSAGE_INFO_DESCR end end if(not getPlayerByName) then function getPlayerByName(name) local p = Player(name) r
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!