Postado Abril 4, 2017 8 anos FALA AI GALERA DO TK, VENHO MAIS UMA VEZ PEDIR A AJUDA DE VOCÊS, ESSA AQUI É A SCRIPT DO ITEM, QUANDO EU CRIO ELE NO JOGO ELE NÃO FAZ EU VIRAR A VOCAÇÃO COMO OS OUTROS QUE EU TENHO. OBS: O DO PAIKUHAN NÃO TA PEGANDO E O DO VEGETTO BLUE SIM, O QUE PODE SER GALERA? AGRADEÇO DÊS DE JÁ PELA AJUDA. Paikuhan: Spoiler function onThink(cid, interval) local itemid = 13562 local outfit = {lookType = 657} local outfit2 = {lookType = 663} local outfit3 = {lookType = 657} if isPlayer(cid) then if getPlayerItemCount(cid, itemid) >= 1 then if getPlayerStorageValue(cid,99023) == 4 and doCreatureChangeOutfit(cid, outfit2) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 648) elseif getPlayerStorageValue(cid,30023) == 4 and doCreatureChangeOutfit(cid, outfit3) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 645) elseif getPlayerStorageValue(cid,60150) == 1 and doCreatureChangeOutfit(cid, outfit) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 642) end end return true end end Vegetto blue: Spoiler function onThink(cid, interval) local itemid = 2140 local outfit = {lookType = 686} local outfit2 = {lookType = 691} local outfit3 = {lookType = 686} if isPlayer(cid) then if getPlayerItemCount(cid, itemid) >= 1 then if getPlayerStorageValue(cid,99023) == 4 and doCreatureChangeOutfit(cid, outfit2) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 621) elseif getPlayerStorageValue(cid,30023) == 4 and doCreatureChangeOutfit(cid, outfit3) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 615) elseif getPlayerStorageValue(cid,60150) == 1 and doCreatureChangeOutfit(cid, outfit) and doPlayerRemoveItem(cid, itemid, 1) and addEvent(doRemoveCreature, 1, cid) then doPlayerSetVocation(cid, 612) end end return true end end Editado Abril 4, 2017 8 anos por FelipeWainer (veja o histórico de edições)
Postado Abril 4, 2017 8 anos Esta é uma mensagem automática! Este tópico foi movido para a área correta.Pedimos que você leia as regras do fórum. Spoiler This is an automated message! This topic has been moved to the correct area.Please read the forum rules. @FelipeWainer Mudei o titulo do tópico, é proibido titulos com letras maiusculas. Peço que leia as regras do fórum. Coloque os scripts em spolier, ninguém vai baixar isso só pra ver o que tem dentro, talvez por isso e outros motivos você não recebe a ajuda necessária. @Tópico: Você adicionou a tag corretamente no globalevents ? Para que ele ative o script ?
Postado Abril 4, 2017 8 anos Chegar em casa eu vou ver isso aí, não coloquei em spoiler pq não sei por kkkk vou ver dps, mas vlw pela ajuda.
Postado Abril 4, 2017 8 anos Autor 14 horas atrás, KotZletY disse: Esta é uma mensagem automática! Este tópico foi movido para a área correta.Pedimos que você leia as regras do fórum. Mostrar conteúdo oculto This is an automated message! This topic has been moved to the correct area.Please read the forum rules. @FelipeWainer Mudei o titulo do tópico, é proibido titulos com letras maiusculas. Peço que leia as regras do fórum. Coloque os scripts em spolier, ninguém vai baixar isso só pra ver o que tem dentro, talvez por isso e outros motivos você não recebe a ajuda necessária. @Tópico: Você adicionou a tag corretamente no globalevents ? Para que ele ative o script ? No meu globalevents.xml não tem nada das outras scripts e elas pegam Alguém ai pode me ajudar? Editado Abril 4, 2017 8 anos por FelipeWainer (veja o histórico de edições)
Postado Abril 5, 2017 8 anos @FelipeWainer o vegeto, em que pasta você pegou o script dele para fazer uma copia e modificar para o paikuhan ?
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.