-
Total de itens
213 -
Registro em
-
Última visita
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que Muvukaa postou
-
function onLogin(cid) local bless = {"First Bless,", "Second Bless,", "Third Bless,", "Fourth Bless,", "Fifth Bless."} local check = "Received blessings: " local hasBlessings = false for i = 1, #bless do if getPlayerBlessing(cid, i) then check = check .. bless[i] hasBlessings = true end end if hasBlessings then doPlayerSendTextMessage(cid, 20, check) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "[Warning] - You are not blessed, use the command [!bless].")
-
STAMINA REFIL function onUse(cid, item, frompos, item2, topos) doPlayerAddStamina(cid, 2520) -- 2520 = 42 horas, se você colocar 1 o item ira curar 1 minuto da stamina. doCreatureSay(cid, "O Jogador "..getPlayerName(cid).." usou uma stamina [UP]." ,19) doSendMagicEffect(frompos, 36) -- Efeito, para mudar basta alterar o número 1 para o efeito que você quiser, /z 1 para ver o efeito no tibia. doRemoveItem(item.uid, 1) -- Se quiser que o item fique infinito, basta alterar o número 1 para 0 return 1 end STAMINA INFINITA function onUse(cid, item, from
-
-=[TFS]=- 0.4 8.60 NPC PROMOTION COM MOEDA VIP 11192 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) 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 local node1 = keywordHandler:addKeyword({'promot'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text
-
[RESOLVIDO] - [SQLite] -=[TFS]=- 0.4 8.60 Problema com npc Scrutinon
Muvukaa respondeu ao tópico de Muvukaa em Suporte Tibia OTServer
alguem pode resolve esse problema pra mim -
[RESOLVIDO] - [SQLite] -=[TFS]=- 0.4 8.60 Problema com npc Scrutinon
Muvukaa respondeu ao tópico de Muvukaa em Suporte Tibia OTServer
Alguém pode me ajudar? -
[SQLite] -=[TFS]=- 0.4 8.60 [MODS] cleanhouse SQLite
Muvukaa postou um tópico em Suporte Tibia OTServer
Eu to usando cleanhouse do outro forum porem só pega mysql não pega sqlite alguém pode fazer pegar em sqlite cleanhouses.xml -
local configZero = { storageOneInLife = 13545, -- to win only once in a lifetime message = "PARABENS!!\nVoce ganhou 2 dias VIP!", -- message vipStorage = 13545, -- vip storage vipDays = 2, -- vip days } function onLogin(cid) if getPlayerStorageValue(cid, configZero.storageOneInLife) < 1 then local currentVipTime = getPlayerStorageValue(cid, configZero.vipStorage) local newVipTime = os.time() + (configZero.vipDays * 24 * 60 * 60) setPlayerStorageValue(cid, configZero.vipStorage, currentVipTime + newVipTime) local days = configZero.vipDays doPlayerSendTextMessage(cid, MESSAGE
-
@Vodkart TALKACTION SYSTEMVIP: function onSay(cid, words, param) if words == "!buyvip" then -- Check player with VIP if getPlayerStorageValue(cid, 13545) - os.time() > 0 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você já tem vip, espere seu tempo acabar, para verificar com !vipdays.") return true end local itemid = 2159 local count = 100000 if doPlayerRemoveItem(cid, itemid, count) then local days = 31 local daysvalue = days * 24 * 60 * 60 local storageplayer = getPlayerStorageValue(cid, 13545)
-
To com problema nesse script ele fala no jogo que adiciono mais quando vo pro pizo que ta action ID 13545 unique ID 13545 não entra não funciona esse Script. Ele funciona assim adiciona 2 Dias de vip pro player em na pasta creaturescript to tentando ajuda CHATGPT -- Função para adicionar dias VIP a um jogador function addVipDays(cid, days) -- Adicione sua lógica para lidar com a funcionalidade VIP aqui -- Para fins de demonstração, apenas enviaremos uma mensagem doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce recebeu " .. days .. " dias de VIP.") -- A
-
NÃO APARECE OS RESETS TOPILEVEL.lua [GLOBALEVENTS] local maxPlayers = 5 function onThink(interval, lastExecution) local t, ret = {}, "TOP " .. math.min(maxPlayers, getWorldCreatures(0)) .. " Rank Level e Reset (LIVE):\n" for _, cid in ipairs (getPlayersOnline()) do table.insert(t, {cid, getPlayerLevel(cid)}) end table.sort(t, function(a, b) return a[2] > b[2] end) for i = 1, math.min(#t, maxPlayers) do local pid = t[i][1] ret = ret .. "\n" .. i .. " - " .. getCreatureName(pid) .. ": Level: [" .. t[i][2] .. "] - Reset: ["..getPlayerStora
-
rebirth-highexp.com Spells for Level 1000 Obscure Druid Buff - (200Reset) : 6 Mega Druid Buff - (100Reset) : 4 High Druid Buff - (600Reset) : 7 Power Druid Buff - (40Reset) : 2 Angel Druid Buff - (300Reset) : 7 Ultra Druid Buff - (70Reset) : 3 Zed Druid Buff - (500Reset) : 7 Supreme Druid Buff - (150Reset) : 5 Super Druid Buff - (10Reset) : 1 Top Druid Buff - (400Reset) : 7 Spells for Level 1500 exevo gran mas mort - Death Winter : 1050 Spells for Level 1800 Crystalize - (Target250Reset) : 25 Holy Strike - (Target20Reset) : 20 Holy Wave - (Target50Reset) : 22 Holy S
-
[SQLite] -=[TFS]=- 0.4 8.60 ME AJUDA POR FAVOR PROBLEMA EM CRIA GUILD
Muvukaa respondeu ao tópico de Muvukaa em Suporte Tibia OTServer
sqlite -
[SQLite] -=[TFS]=- 0.4 8.60 ME AJUDA POR FAVOR PROBLEMA EM CRIA GUILD
Muvukaa respondeu ao tópico de Muvukaa em Suporte Tibia OTServer
Obrigado funciono. -
[SQLite] -=[TFS]=- 0.4 8.60 Não funciona [Movements]
Muvukaa postou um tópico em Suporte Tibia OTServer
function onStepIn(cid, item, position, fromPosition) if getPlayerGuildId(cid) > 0 then if getPlayerLevel(cid) >= 717217 then if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doPlayerSendTextMessage(cid, 22, "WELCOME!") doSendMagicEffect(getCreaturePosition(cid), 28) else doTeleportThing(cid, fromPosition) doPlayerSendTextMessage(cid, 22, "Você precisa ser level 717217 ou falar com o ADM para passar por este piso.") doSendMagicEffect(getCreatur -
[SQLite] -=[TFS]=- 0.4 8.60 Me ajuda por favor acaba vip mais player continua tendo acesso vip TALKACTION: systemvip function onSay(cid, words, param) if words == "!buyvip" then -- Check player with VIP if getPlayerStorageValue(cid, 13545) - os.time() > 0 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você já tem vip, espere seu tempo acabar, para verificar com !vipdays.") return true end local itemid = 11192 local count = 10000 if doPlayerRemoveItem(cid, itemid, count) then local days = 31 local daysva
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!