Ir para conteúdo
  • 0

[Pedido] Second Promotion Por Alavanca


masterror

Pergunta

7 respostass a esta questão

Posts Recomendados

  • 0

alapromote.lua

function onUse(cid, item, frompos, item2, topos)
if item.uid == 8001 and item.itemid == 1945 then
if(isInArray({1, 2, 3, 4}, getPlayerVocation(cid))) then 
doPlayerSetVocation(cid, getPlayerVocation(cid)+4)
doTransformItem(item.uid,item.itemid+1)
doPlayerSendTextMessage(cid, 22, "Parabens você foi promovido.")
else
doPlayerSendCancel(cid,"Voce ja tem promotion.")
end
elseif item.uid == 8001 and item.itemid == 1946 then
doTransformItem(item.uid,item.itemid-1)		
else
doPlayerSendCancel(cid,"Sorry, not possible.")
end
return TRUE
end

 

actions.xml

<action actionid="8001" script="alapromote.lua" />

Link para o comentário
Compartilhar em outros sites

  • 0

mais eu nao posso mudar no Script do actions.xml??

 

ve se vc consegue me ajudar nesse http://www.xtibia.com/forum/topic/138378-pedido-npc/#entry914021

 

@@EDITD de 5min dps...

eu poderia colocar assim né?

function onUse(cid, item, frompos, item2, topos)

if item.uid == 8001 and item.itemid == 9825 then

if(isInArray({1, 2, 3, 4}, getPlayerVocation(cid))) then

doPlayerSetVocation(cid, getPlayerVocation(cid)+4)

doTransformItem(item.uid,item.itemid+1)

doPlayerSendTextMessage(cid, 22, "Parabens você foi promovido.")

else

doPlayerSendCancel(cid,"Voce ja tem promotion.")

end

elseif item.uid == 8001 and item.itemid == 9826 then

doTransformItem(item.uid,item.itemid-1)

else

doPlayerSendCancel(cid,"Sorry, not possible.")

end

return TRUE

end

Editado por Masfrii
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...