Ir para conteúdo

Líderes

Conteúdo Popular

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

  1. Neptune Server + Website Completo Servidor com alto nivel de Rpg. Excelente opção para novos servidores serios que desejam se diferenciar dos demais. Informações 10 cidades Custom map Baseado no Devland Map Quests Npcs Montarias Addons Outfits E mais! Imagens Layout Website Download https://www.sendspace.com/file/w6ufzp Scan https://www.virustot...sis/1426956753/ Créditos Alvanea
    1 ponto
  2. Huezin

    Vocation Por Tp

    bem lembrado
    1 ponto
  3. Night Wolf

    Vocation Por Tp

    usa o script acima só q coloca o actionid no teleport e bota um doTeleportThing(cid, {x = 160, y = 154, z = 7}) pra teleportar pra posição q vc queira
    1 ponto
  4. Uddy

    Clash of clans

    To jogando to no cv 6 quero deixar tudo full Falta só coletores de elixir, armazém de elixir, dispersor nv 2, e upa dois quarteis pro nível 8, e melhora as armadilhas de balão pra nv 3 resto ta full ha e falta 3 quarteis para nível 6 é 750k de elixir cada
    1 ponto
  5. meubk

    Task infinitas.

    -- Script por Killua, antigo Amoeba13 -- local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} 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 function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid if amoebaTask[msg] then if getPlayerStorageValue(cid, amoebaTask[msg].storagecount) == amoebaTask[msg].count then local esperiencia = amoebaTask[msg].exp > 0 and "" ..amoebaTask[msg].exp.. " exp e " or "" local dineiro = amoebaTask[msg].money > 0 and "" .. amoebaTask[msg].money .. " gold coins e " or "" selfSay("Voce conseguiu completar a task de ".. msg .. ", parabens! Eu vou te dar " .. esperiencia .. "" .. dineiro .."alguns itens como recompensa.", cid) doPlayerAddExperience(cid, amoebaTask[msg].exp) doPlayerAddMoney(cid, amoebaTask[msg].money) doPlayerSetStorageValue(cid, amoebaTask[msg].storage, -1) doPlayerSetStorageValue(cid, amoebaTask[msg].storagecount, 0) for juba, prize in pairs(amoebaTask[msg].premios) do doPlayerAddItem(cid, prize[1], prize[2]) end else selfSay("Desculpe, mas voce ainda nao matou todos os " .. msg .. "s. Voce so matou " .. taskKills(cid, amoebaTask[msg].storagecount) .. " de " .. amoebaTask[msg].count .. " " .. msg .. "s.", cid) end else selfSay("O que?", cid) end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) somente vai mudar o script do npc
    1 ponto
  6. era isso que eu tava falando.. local toPos = {x = 1596, y = 738, z = 7} local tempo = 3 local cooldown = 40 function onCastSpell(cid, var) if getPlayerStorageValue(cid, 2938) > os.time() then return doPlayerSendCancel(cid, "Aguarde "..getPlayerStorageValue(cid, 2938) - os.time().." segundos para usar esse jutsu novamente.") end local pos = getPlayerPosition(cid) doSendMagicEffect(pos, 20) setPlayerStorageValue(cid, 2938, os.time() + exhaust) setPlayerStorageValue(cid, 28101, pos.x) -- salva x setPlayerStorageValue(cid, 28102, pos.y) -- salva y setPlayerStorageValue(cid, 28103, pos.z) -- salva z doTeleportThing(cid, toPos, false) -- teleporta nova pos addEvent(function() if isCreature(cid) then doSendMagicEffect(pos, 20) doTeleportThing(cid, {x = getPlayerStorageValue(cid, 28101), y = getPlayerStorageValue(cid, 28102), z= getPlayerStorageValue(cid, 28103)}, false) end end, tempo * 1000) return true end
    1 ponto
Líderes está configurado para São Paulo/GMT-03:00
×
×
  • Criar Novo...