Ir para conteúdo

Skymagnum

Marquês
  • Total de itens

    1025
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Skymagnum postou

  1. Skymagnum

    Efeitos..

    Huehe ele deixo a tag onAdvance envez de onLogin so mudar
  2. Porquê descenessario? quem quiser algum servidor semelhante ao global precisara disso.
  3. function onSay(cid, words, param) local price = 10000 if not doPlayerRemoveMoney(cid, price) then return doPlayerSendCancel(cid, "Sorry, you need " .. price .. " gp's to buy.") end return doPlayerAddItem(cid, item, quantidade) end
  4. Vdd, concordo com o Lordbug99!
  5. como assim sair efeito não é só usar doSendMagicEffect(getPlayerPosition(cid), efeito) ?
  6. Pronto arrumei la essa pora de code buga
  7. Seria melhor se não desse para usar 2x no msm player tenta usar if getPlayerStorageValue(cid, getCreatureName(item2.uid)) > 0 then doPlayerSendCancel(cid, 28, "You can't use this 2x in same player.") return true end setPlayerStorageValue(cid, getCreatureName(item2.uid), 1)
  8. function onUse(cid, item, item2) if isMonster(item2.uid) and getCreatureName(item2.uid) == "Nome" then doRemoveCreature(item2.uid) doPlayerAddItem(cid, item, quantidade) end return true end
  9. Já vi o vodkart ele é mt gostoso
  10. function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end for _, pid in ipairs(getPlayersOnline()) do if getCreatureName(pid) ~= "Account Manager" then doTeleportThing(pid, pos) end end return true end hm testa ai
  11. Velho teu rme deve tá bugado ou é mto antigão.
  12. function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end if getCreatureName(pid) == "Account Manager" then return false end for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, pos) end return true end
  13. Tipo bem legal até mais esqueceu do table.find e poderia colocar uns tutoriais. table.find (procura algo na tabela) table.find(tabela, oque procurar)
  14. function onSay(cid, words, param) for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, getPlayerPosition(cid)) end return true end teleportar para posiçao desejada function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 28, "usase assim, !comando posição x, posição y, posição z.") return true end for _, pid in ipairs(getPlayersOnline()) do doTeleportThing(pid, pos) end return true end usase assim !comando posição x, posição y, posição z @EDIT! colocar identação
  15. Eu preferi a primeira está ótima parabéns continue assim que você vai longe(ounãovaiquetumorranehsla)
  16. function onStatsChange(cid, attacker, type, combat, value) if isPlayer(cid) and type == STATSCHANGE_HEALTH_LOSS then return false end return true end
  17. Skymagnum

    Efeitos..

    ou usa local pos = getPlayerPosition(cid) local from = {x = pos.x + 8, y = pos.y + 8, z = pos.z} local to = {x = pos.x - 8, y = pos.y - 8, z = pos.z} for x = from.x, to.x do for y = from.y, to.y do pos = {x = x, y = y, z = pos.z} end end
  18. doPlayerSetTown(cid, townid) ai você muda o id para teleportar doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
  19. hm? doCombat(cid, combat, var) pra que isso? na changeSpeed
  20. function onSay(cid, words, param) local stor = getGlobalStorageValue(tonumber(param)) > 0 and "A storage ".. getGlobalStorageValue(tonumber(param)) .. " já está em uso" or "A storage " .. getGlobalStorageValue(tonumber(param)) .. " ainda não está em uso." if tonumber(param) then doPlayerSendTextMessage(cid, 27, "Então: " .. stor .. ".") end return doPlayerSendCancel(cid, "Digite algum parâmetro(número).") end então nem testei. PS: só funciona com Global Storages dps faço com todas sono pkas Como usar !comando número de storage
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...