Ir para conteúdo

Líderes

Conteúdo Popular

Exibindo conteúdo com a maior reputação em 04/09/10 em todas áreas

  1. opa que bom cara adoro ajudar as pessoas xD só nao sei muito bem de scripts comos os membros aqui como matheus,kydrai,Marcryzius,Focost,kkk11111,apocarai,entre outros mais sempre procuro ajuda de uma forma ou de outra pelo oque eu sei. e ja sabe qualquer duvida procure o xtibia! abraços
    1 ponto
  2. Vai no Config Lua e muda assim Vermelho=Ali Tu Muda o Tempo do Pz Quando a Pessoa mata o Pk Azul=Ali Tu muda o Tempo para sair o Pk
    1 ponto
  3. Simples função function onUse(cid, item, fromPosition, itemEx, toPosition) ----- Config ----- local MonsterName = "rat" local MaximoSummon = 2 ----- Config ----- local summons = getCreatureSummons(cid) if(table.maxn(summons) < MaximoSummon) then -- no summons doConvinceCreature(cid, doCreateMonster(MonsterName, getCreaturePosition(cid))) else for _, pid in ipairs(summons) do doRemoveCreature(pid) end end return true end
    1 ponto
  4. Esse ae: local time = 5 -- 1 = 1 sec, 2 = 2 sec, ... local storage = 15487 local say_events = {} local function SayText(cid) if isPlayer(cid) == TRUE then if say_events[getPlayerGUID(cid)] ~= nil then if isPlayer(cid) == TRUE then doSendAnimatedText(getCreaturePosition(cid),"<~King~>", math.random(01,255)) doSendMagicEffect(getCreaturePosition(cid), math.random(28, 30)) end say_events[getPlayerGUID(cid)] = addEvent(SayText, time * 1000 / 2, cid) end end return TRUE end function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end if param == "on" then if isPlayer(cid) and getPlayerStorageValue(cid, storage) >= 1 then doSendAnimatedText(getPlayerPosition(cid),"<~King~>", math.random(01,255)) say_events[getPlayerGUID(cid)] = addEvent(SayText, time * 1000, cid) doPlayerSendTextMessage(cid,MESSAGE_STATUS_WARNING,"You active now the command.") end elseif param == "off" then stopEvent(say_events[getPlayerGUID(cid)]) say_events[getPlayerGUID(cid)] = nil doPlayerSendTextMessage(cid,MESSAGE_STATUS_WARNING,"You disable the Command.") end return TRUE end Lembre-se de editar a variável storage lá no cabeçalho do script. O erro estava na sintaxe: getPlayerStorageValue(cid, storage) flw
    1 ponto
Líderes está configurado para São Paulo/GMT-03:00
×
×
  • Criar Novo...