Ir para conteúdo
  • Cadastre-se

Skyforever

Membro
  • Total de itens

    532
  • Registro em

  • Última visita

  • Dias Ganhos

    17

Tudo que Skyforever postou

  1. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -3.1, -180, -2.6, -120) function onCastSpell(cid, var) doTransformItem(item.uid, xxxx) return doCombat(cid, combat, var) end
  2. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -3.1, -180, -2.6, -120) function onCastSpell(cid, var) doPlayerRemoveItem(cid, id da runa que usa, 1) doPlayerAddItem(cid, runa que vai ganha, 1) return doCombat(cid, combat, var) end só muda os id
  3. Até presumo oque aconteceu alguém uso RvBot foi banido e espanco o Robson ou não @Topic podia liberar as sources ai néh
  4. Tu mudo o nome do mapa na pasta world? tem que ser Baiak Infinity senão dá erro.
  5. Baixa o rme 8.6 no site oficial do rme @off ou vai em meu computador disco local da delete e aperta enter
  6. alêm de ficar rico 150 cada um euhehueuheuhe mto fofuxinhos
  7. Tipo tfs 0.4 é em milisegundos então você tem que almentar tudo.
  8. Olá, galerinha vim trazer o sistema de leilão Imagens primeiramente vá em /data/talkactions/scripts crie um arquivo chamado leilao.lua e adicione isso dentro function onSay(cid, words, param) config = { acess = 4, time = 5, storage = {25601,25602,650213} } function getWinnerLeilao() local w = tostring(getGlobalStorageValue(config.storage[1])):gsub(':', ''):explode(',') if not getPlayerByNameWildcard(w[4]) then local item = doCreateItemEx(w[1]-1, w[2]) local x = doItemSetAttribute(item, "description", "Item comprado em leilão por "..w[3].." gps.")
  9. Sim, mais é meio tenso pegar grana dentro de house depois faço por query pra pegar dos off tbm
  10. function getServerCash() local cash = 0 for _, pid in ipairs(getPlayersOnline()) do cash = cash + getPlayerMoney(pid) + getPlayerBalance(pid) end return cash end retorna a grana do sv exemplo function onSay(cid, words, param) return doPlayerSendTextMessage(cid, 27, "O servidor " .. getConfigValue(serverName) .. " tem " .. getServerCash() .. " gp's atualmente.") end
  11. Tem uma attributekey nos items description só você colocar lá lol
  12. Ou faz por .lua mesmo /data/creaturescripts/scripts nome_do_seu_script.lua function onLogin(cid) registerCreatureEvent(cid, "tpNewbie") local tabble = { -- [ vocação ] = posição [1] = {x = 123, y = 123, z = 7}, [2] = {x = 123, y = 123, z = 7}, [3] = {x = 123, y = 123, z = 7}, [4] = {x = 123, y = 123, z = 7} } local p = tabble[getPlayerVocation(cid)] if p and getPlayerStorageValue(cid, 1234) < 1 then setPlayerStorageValue(cid, 1234, 1) doTeleportThing(cid, p) end return true end creaturescripts.xml <event type="login" name="tpNewbie" event="script" v
  13. Olá, trago minha primeira spell Ice Penitence! vá em /data/spells/scripts/attack crie um arquivo e renomeie para IcePen.lua e adicione isso dentro function onCastSpell(cid, var) local pos1 = {x = getPlayerPosition(getCreatureTarget(cid)).x - 2, y = getPlayerPosition(getCreatureTarget(cid)).y , z = getPlayerPosition(getCreatureTarget(cid)).z} local pos2 = {x = getPlayerPosition(getCreatureTarget(cid)).x + 2, y = getPlayerPosition(getCreatureTarget(cid)).y , z = getPlayerPosition(getCreatureTarget(cid)).z} local pos3 = {x = getPlayerPosition(cid).x + 2, y = getPlayerPosit
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo