Ir para conteúdo

Skymagnum

Marquês
  • Total de itens

    1025
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Skymagnum postou

  1. Tópico movido para a seção de dúvidas e pedidos resolvidos.
  2. function doPlayerSetOlderLife(uid, life) if isCreature(uid) then setCreatureMaxHealth(uid, life) else db.executeQuery("UPDATE `players` SET `healthmax` = " .. life .. " WHERE `id` = " .. getPlayerGUID(uid)) end end function onUse (cid, item, fromPosition, itemEx, toPosition) addEvent(doPlayerSetOlderLife, 60 * 60, cid, getCreatureMaxHealth(cid)) if setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+10000000) then doPlayerRemoveItem(cid, 9996, 1) doPlayerSendTextMessage(cid, 22, "Você Bebeu Uma {Bebida Especial} HP Shake E Recebeu 10KK De HP Extra Durante 1H.") doSendMagicEffect(cid, pos, 13) return true end end function doPlayerSetOlderMana(uid, mana) if isCreature(uid) then setCreatureMaxMana(uid, mana) else db.executeQuery("UPDATE `players` SET `manamax` = " .. mana .. " WHERE `id` = " .. getPlayerGUID(uid)) end end function onUse (cid, item, fromPosition, itemEx, toPosition) addEvent(doPlayerSetOlderMana, 60 * 60, uid, getCreatureMaxMana(cid)) if setCreatureMaxMana(cid, getCreatureMaxMana(cid)+10000000) then doPlayerRemoveItem(cid, 10150, 1) doPlayerSendTextMessage(cid, 22, "Você Bebeu Uma {Bebida Especial} MP Shake E Recebeu 10KK De Mp Extra Durante 1H.") doSendMagicEffect(cid, pos, 13) return true end end
  3. Tópico movido para a seção de dúvidas e pedidos resolvidos.
  4. @UP Quanto tempo sem mappear galera. Duas imagens para vocês. Tem algo nela que não me agrada, oque vocês acham?
  5. Pelo oque eu saiba só divide se o player ativar Share Experience, mas não tem como checar isso. getPartyMembers(lid) isInParty(cid) getPlayerParty(cid) getPartyMembers(getPlayerParty(cid)) Se eu não me engano isso retorna uma tabela, com os players, então só usar em um onKill. PS: Vocês só reclamam, se estudassem um pouco.
  6. Sem intrigas aqui, somente discussões relacionada ao tópico.
  7. Coloque o scan, caso não coloque em 24 horas irei fechar o tópico.
  8. Skymagnum

    Mc daleste

    anita anita anita anita anita anita anita anita meus olhos queimam
  9. 2º aviso, parem todos vocês de discussão, se tiver que vir aqui mais uma vez, irei alertar geral.
  10. Skymagnum

    Mc daleste

    Já foi tarde, e digo mais Já foi tarde
  11. Galera, parem de discussão nesse tópico, ele é relacionado ao layout/template, se querem discutir façam-o por MP.
  12. Para mostDamageKiller é deathList[2] .
  13. function onPrepareDeath(cid, deathList) local createPosition = {x = 32143, y = 32158, z = 6} local guildName = getPlayerGuildName(deathList[1]) if isMonster(cid) and getCreatureName(cid) == "Memu" then doSummonCreature("Memu", createPosition) broadcastMessage("A guild que tirou mais vida foi [" .. guildName .. "]!", 25) end return true end SIFUDE CODE BUGADO TAG: <event type = "preparedeath" name = "createNewMob" event = "script" value = "name.lua"/> login: registerCreatureEvent(cid, "createNewMob")
  14. Armas não matam pessoas ... eu mato pessoas
  15. <action actionid="1278;38291;28193;8113;2893" event="script" value="quest.lua"/> As actions que estão ali deve ser as mesma que estão nos scripts.
  16. local AIDS = { [ACTION ID DO BAU] = {ITEM ID, QUANTIDADE},
  17. function onUse(cid, item, fromPosition, itemEx, toPosition) local AIDS = { [1278] = {2160, 5}, [38291] = {3213, 80}, [28193] = {1839, 30}, [8113] = {1279, 5}, [2893] = {1839, 2} } if(AIDS[item.actionid]) then if(getPlayerStorageValue(cid, 327891) == -1) then doPlayerAddItem(cid, AIDS[item.actionid][1], AIDS[item.actionid][2]) doPlayerSendTextMessage(cid, 27, "You win your items.") doSendMagicEffect(fromPosition, 30) doSendMagicEffect(toPosition, 28) setPlayerStorageValue(cid, 327891, 1) else doPlayerSendTextMessage(cid, 27, "You already complete this quest.") end end return true end
  18. Cara, a área está certa, tenha mais cuidado antes de reportar.
  19. Skymagnum

    ~Le Enself~

    imageshack.us/scaled/thumb/221/x5ci.png Falo nada em bennyw, essa cara ai.
  20. Skymagnum

    ~Le Enself~

    [20:21:29] joao gabriel: LEO 100SUAL [20:21:39] Leonardo Borges: filha da puta [20:21:42] Leonardo Borges: vai toma no cú [20:21:44] Leonardo Borges: nao to de bom humor [20:21:45] Leonardo Borges: flw. [20:22:04] joao gabriel: kkkkkkkkkkkkkkkkk
  21. Skymagnum

    ~Le Enself~

    Eu tenho 1 video aki do roksas apresentado, ai tem uma gordinha que ele pego euuheuheuhehue.
  22. Skymagnum

    ~Le Enself~

    UEUHEUHEUHEHUE VLW, TAVA PROCURANDO FOTO DESSE VIADAO
  23. Tópico movido para a seção de dúvidas e pedidos resolvidos. Só uso em addEvent de 5 segundos mas acho melhor assim addEvent(function() if isCreature(cid) then func(parameters) end end, 60 * 60)
  • Quem Está Navegando   0 membros estão online

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