Ir para conteúdo
  • Cadastre-se

Muvukaa

Membro
  • Total de itens

    213
  • Registro em

  • Última visita

Tudo que Muvukaa postou

  1. 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].")
  2. 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
  3. -=[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
  4. [PEDIDO] Servidor de Tibia Que Tem magia lavaglume e Magia de 50 Reset 60 Reset 70 Reset 90 Reset 90 Reset até 1k reset
  5. Eu to usando cleanhouse do outro forum porem só pega mysql não pega sqlite alguém pode fazer pegar em sqlite cleanhouses.xml
  6. 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
  7. @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)
  8. 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
  9. 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
  10. 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
  11. [27/10/2023 14:20:40] sqlite3_step(): SQLITE ERROR: INSERT on table "guild_ranks" violates foreign: "guild_id"
  12. 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
  13. [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
  14. Não tem um script definitivo pra deixa nil o account manager não recebe nenhuma reward storage nada? eu uso bando de dados s3db @Fabi Marzan será que tem alguma função no login.lua ou algum script que barra todo tipo de advertimento no account manager (ACCM)?
  15. 11:55 [LOTTERY SYSTEM] Winner: Account Manager, Reward: 100 [Donate] Coins! Congratulations! (Proxima Loteria em 4 Houras) não recebe nada de nenhuma pasta do /data /mods nem nada nenhuma função somente pra cria a conta
  16. 11:55 [LOTTERY SYSTEM] Winner: Account Manager, Reward: 100 [Donate] Coins! Congratulations! (Proxima Loteria em 4 Houras)
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo