Bom Pessoal ikei quase 4 hrs fazendo essa action POr favor não tirem os créditos , posso ter demorado d+ pq so novato ainda mas foi mto trabalhoso pra mim ..!!!
Bom Pessoal essa action eh a seguinte... tem um corpo de demon no chão dai vc vai com um handaxe q eu escolhi ... e dai vc vai e clica em use with nele no corpo do demon ... ai o q vai fazer ... dependendo da sua sorte esse couro vai ser transformado em uma bp , em uma bola de futebol, em uma leather armor ou em uma boh ...!!Dps disso o Corpo vira osso..
Primeiro copie isso como handaxe.lua
--Action By BrunuxXfunction onUse(cid, item, frompos, item2, topos)if item2.itemid == 0 thenreturn 0endrandom = math.random(1,4)if getPlayerLevel(cid) >= 100 thenif item2.itemid == 2916 and random == 1 thendoTransformItem(item2.uid,2918) doPlayerAddItem(cid,2467,1)elseif item2.itemid == 2916 and random == 2 thendoTransformItem(item2.uid,2918) doPlayerAddItem(cid,2195,1)elseif item2.itemid == 2916 and random == 3 thendoTransformItem(item2.uid,2918) doPlayerAddItem(cid,1988,1)elseif item2.itemid == 2916 and random == 4 thendoTransformItem(item2.uid,2918) doPlayerAddItem(cid,2109,1)endendreturn 1end
Depois isso vc adiciona no seu action.xml
<action itemid="2380" script="handaxe.lua"/>
Prontinhooo só aproveitar ... já testei aki no Ot foi 100% mas qualquer dúvida fla aew...
//BrunuxX