Ir para conteúdo

pedroddcunha

Campones
  • Total de itens

    7
  • Registro em

  • Última visita

Posts postados por pedroddcunha

  1. Ae

    Depois de ter feito a Obsidian Knife

    Fui tentar fazer a Blessed Wooden Stake

    Demorei bastante, pois ela é usada em 2 monstro

    Coloque isso no actions.xml

     

    <action itemid="5942" script="blessed wooden stake.lua"/>

     

    E coloque na pasta data > actions > scripts um arquivo chamado "blessed wooden stake"

    E coloque dentro dele isso

     

    --Action By BrunuxX modificado por Cunha para 7.8function onUse(cid, item, frompos, item2, topos)if item2.itemid == 0 thenreturn 0endrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2916 and random == 1 thendoTransformItem(item2.uid,2917)doPlayerAddItem(cid,5906,1)elseif item2.itemid == 2916 and random == 2 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 3 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 4 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 5 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 6 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 7 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 8 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 9 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 10 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 11 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 12 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 13 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 14 thendoTransformItem(item2.uid,2917)elseif item2.itemid == 2916 and random == 15 thendoTransformItem(item2.uid,2917)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2956 and random == 1 thendoTransformItem(item2.uid,2957)doPlayerAddItem(cid,5905,1)elseif item2.itemid == 2956 and random == 2 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 3 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 4 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 5 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 6 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 7 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 8 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 9 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 10 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 11 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 12 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 13 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 14 thendoTransformItem(item2.uid,2957)elseif item2.itemid == 2956 and random == 15 thendoTransformItem(item2.uid,2957)endendreturn 1end

     

    Não tirem meus créditos, demorei muito para fazer

    Fui

  2. Ae

    Me baseiei num topic aqui de uma cara que fez 7.6

    Adicione isso em actions.xml

     

    <action itemid="5908" script="obsidian knife.lua"/>

     

    Adicione isso na pasta data > actions > scrips com o nome obsidian knife.lua

     

    --Action By BrunuxXfunction onUse(cid, item, frompos, item2, topos)if item2.itemid == 0 thenreturn 0endrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2881 and random == 1 thendoTransformItem(item2.uid,2882)doPlayerAddItem(cid,5948,1)elseif item2.itemid == 2881 and random == 2 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 3 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 4 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 5 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 6 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 7 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 8 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 9 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 10 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 11 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 12 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 13 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 14 thendoTransformItem(item2.uid,2882)elseif item2.itemid == 2881 and random == 15 thendoTransformItem(item2.uid,2882)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 3104 and random == 1 thendoTransformItem(item2.uid,3105)doPlayerAddItem(cid,5877,1)elseif item2.itemid == 3104 and random == 2 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 3 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 4 thendoTransformItem(item2.uid,2845)elseif item2.itemid == 3104 and random == 5 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 6 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 7 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 8 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 9 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 10 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 11 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 12 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 13 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 14 thendoTransformItem(item2.uid,3105)elseif item2.itemid == 3104 and random == 15 thendoTransformItem(item2.uid,3105)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2830 and random == 1 thendoTransformItem(item2.uid,2831)doPlayerAddItem(cid,5878,1)elseif item2.itemid == 2830 and random == 2 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 3 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 4 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 5 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 6 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 7 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 8 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 9 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 10 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 12 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 13 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 14 thendoTransformItem(item2.uid,2831)elseif item2.itemid == 2830 and random == 15 thendoTransformItem(item2.uid,2831)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2876 and random == 1 thendoTransformItem(item2.uid,2877)doPlayerAddItem(cid,5878,1)elseif item2.itemid == 2876 and random == 2 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 3 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 4 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 5 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 6 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 7 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 8 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 9 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 10 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 11 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 12 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 13 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 14 thendoTransformItem(item2.uid,2877)elseif item2.itemid == 2876 and random == 15 thendoTransformItem(item2.uid,2877)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2871 and random == 1 thendoTransformItem(item2.uid,2872)doPlayerAddItem(cid,5878,1)elseif item2.itemid == 2871 and random == 2 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 3 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 4 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 5 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 6 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 7 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 8 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 9 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 10 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 11 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 12 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 13 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 14 thendoTransformItem(item2.uid,2872)elseif item2.itemid == 2871 and random == 15 thendoTransformItem(item2.uid,2872)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 2866 and random == 1 thendoTransformItem(item2.uid,2867)doPlayerAddItem(cid,5878,1)elseif item2.itemid == 2866 and random == 2 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 3 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 4 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 5 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 6 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 7 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 8 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 9 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 10 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 11 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 12 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 13 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 14 thendoTransformItem(item2.uid,2867)elseif item2.itemid == 2866 and random == 15 thendoTransformItem(item2.uid,2867)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 4256 and random == 1 thendoTransformItem(item2.uid,4257)doPlayerAddItem(cid,5876,1)elseif item2.itemid == 4256 and random == 2 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 3 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 4 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 5 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 6 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 7 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 8 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 9 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 10 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 11 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 12 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 13 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 14 thendoTransformItem(item2.uid,4257)elseif item2.itemid == 4256 and random == 15 thendoTransformItem(item2.uid,4257)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 4259 and random == 1 thendoTransformItem(item2.uid,4260)doPlayerAddItem(cid,5876,1)elseif item2.itemid == 4259 and random == 2 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 3 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 4 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 5 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 6 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 7 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 8 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 9 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 10 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 11 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 12 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 13 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 14 thendoTransformItem(item2.uid,4260)elseif item2.itemid == 4259 and random == 15 thendoTransformItem(item2.uid,4260)endendrandom = math.random(1,15)if getPlayerLevel(cid) >= 8 thenif item2.itemid == 4262 and random == 1 thendoTransformItem(item2.uid,4263)doPlayerAddItem(cid,5876,1)elseif item2.itemid == 4262 and random == 2 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 3 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 4 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 5 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 6 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 7 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 8 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 9 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 10 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 11 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 12 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 13 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 14 thendoTransformItem(item2.uid,4263)elseif item2.itemid == 4262 and random == 15 thendoTransformItem(item2.uid,4263)endendreturn 1end

     

    Quero arruma de todos os bixos que dá para usar a Obsidian Knife

    Minotaur.. Lizard..

    Funfando, eu mesmo testei

    Espero que se divirtam

    Fui

    Edit ------------

    Arrumei, estão todos bixos funcionando

    Minotaur's.. Lizard's.. e Dragon's e Dragon Lord's

  • Quem Está Navegando   0 membros estão online

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