olá to com esse script aki q ta meio bugado mas funfa e queria fazer uma pequenas modficaçoes apenas
1º modificaçao pra só VIP conseguer usar
2º modificaçao pra ter como adicionar + items la agora esta assim "if item2.itemid == 2700 then" queria saber como adicionar + items pra essa lista pois usei or xxxx or xxxx or xxxx e ai o script ficou bugado
3º pra SÓ MUDAR A OUTFIT se usar em 1 item da lista pois agora em qualquer coisa q vc usar ele pega a outfit
4º tb nao sei pq ja q se vc usar a newtype do outfit pelo comando /newtype voce pega com os seus cores mas quando o script usa a outfit fica td branca
entao ai o script
function onUse(cid, item, frompos, item2, topos) local chance = 10 -- chance de cortarlocal madeiras = {15556, 15556} -- item que o player irá ganharlocal premio = madeiras[math.random(1, #madeiras)]local transformItem = 8786local texts = {"Toc"} -- texto que irá aparecer quando usar o itemlocal random = texts[math.random(1,#texts)]local time = 5 -- Minutos para crescer novamente local outfit = 2546 -- ID da Outfit Male.local outfit2 = 2547 -- ID da Outfit Female. if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = outfit}, 10000) -- Tempo em que a outfit estará trocada. else doSetCreatureOutfit(cid, {lookType = outfit2}, 10000) -- Tempo em que a outfit estará trocada.enddoCreatureSetNoMove(cid, true)addEvent(function() if not isPlayer(cid) then return true end doCreatureSetNoMove(cid, false)end, 10000) ---if getPlayerStorageValue(cid, 17000) or getPlayerStorageValue(cid, 17001) then---doPlayerSendCancel(cid, "Você não pode coletar quando estiver em fly ou ride.")---return true---end if item2.itemid == 2700 or 2701 or 2708 thenif math.random(1,100) >= chance thenaddEvent(doPlayerAddItem, time*10*1000, cid, premio, math.random(2, 4))doTransformItem(item2.uid, transformItem)addEvent(doPlayerSendTextMessage, time*10*1000, cid, 22, "Você coletou madeiras.")doDecayItem(item2.uid)addEvent(doCreateItem, time*60*1000, item2.uid, item2.itemid, 1, getThingPos(item2.uid))elsedoSendAnimatedText(topos, ""..random.."", TEXTCOLOR_GREEN)addEvent(doPlayerSendTextMessage, time*10*1000, cid,22,"Você não conseguiu cortar.")endendreturn trueend
function onUse(cid, item, frompos, item2, topos) local chance = 10 -- chance de cortarlocal madeiras = {15556, 15556} -- item que o player irá ganharlocal premio = madeiras[math.random(1, #madeiras)]local transformItem = 8786local texts = {"Toc"} -- texto que irá aparecer quando usar o itemlocal random = texts[math.random(1,#texts)]local time = 5 -- Minutos para crescer novamente local outfit = 2546 -- ID da Outfit Male.local outfit2 = 2547 -- ID da Outfit Female. if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = outfit}, 10000) -- Tempo em que a outfit estará trocada. else doSetCreatureOutfit(cid, {lookType = outfit2}, 10000) -- Tempo em que a outfit estará trocada.enddoCreatureSetNoMove(cid, true)addEvent(function() if not isPlayer(cid) then return true end doCreatureSetNoMove(cid, false)end, 10000) ---if getPlayerStorageValue(cid, 17000) or getPlayerStorageValue(cid, 17001) then---doPlayerSendCancel(cid, "Você não pode coletar quando estiver em fly ou ride.")---return true---end if item2.itemid == 2700 or 2701 or 2708 thenif math.random(1,100) >= chance thenaddEvent(doPlayerAddItem, time*10*1000, cid, premio, math.random(2, 4))doTransformItem(item2.uid, transformItem)addEvent(doPlayerSendTextMessage, time*10*1000, cid, 22, "Você coletou madeiras.")doDecayItem(item2.uid)addEvent(doCreateItem, time*60*1000, item2.uid, item2.itemid, 1, getThingPos(item2.uid))elsedoSendAnimatedText(topos, ""..random.."", TEXTCOLOR_GREEN)addEvent(doPlayerSendTextMessage, time*10*1000, cid,22,"Você não conseguiu cortar.")endendreturn trueend
Pergunta
Josegvb 87
olá to com esse script aki q ta meio bugado mas funfa e queria fazer uma pequenas modficaçoes apenas
1º modificaçao pra só VIP conseguer usar
2º modificaçao pra ter como adicionar + items la agora esta assim "if item2.itemid == 2700 then" queria saber como adicionar + items pra essa lista pois usei or xxxx or xxxx or xxxx e ai o script ficou bugado
3º pra SÓ MUDAR A OUTFIT se usar em 1 item da lista pois agora em qualquer coisa q vc usar ele pega a outfit
4º tb nao sei pq ja q se vc usar a newtype do outfit pelo comando /newtype voce pega com os seus cores mas quando o script usa a outfit fica td branca
entao ai o script
Link para o comentário
Compartilhar em outros sites
7 respostass a esta questão
Posts Recomendados