Ir para conteúdo

Transformando Staff Em Enchanted Staff


Visitante xbowaxx

Posts Recomendados

Muito boa mesmo em ta de parabens. Muitos usuarios de ot serve e hosters procuravam essa action vlws mesmo eu ja aderi ela aqui no meu conf. lua

Obrigado

Achilles 182

xD

Xtibia.com UM dos maiores foruns de tibia do brasil xD.

Link para o comentário
Compartilhar em outros sites

  • 4 weeks later...

Powwwww caraaa!!!!!!!!...

Muitooooooo roxxxxx......

Ki esxelente trabalho cara... curtiii muito velhooo!!!!!!

Teh++!!!!!

Espero mais actions assim ein cara.... :P:

Link para o comentário
Compartilhar em outros sites

  • 9 months later...

gostei du codigo mas n funfa em 7.8, por isso mudei ele pra fufnar e vo postar aki como q tem q por pra fikar certinho(meu ot eh o evo6.3 e funfa certinho desse jeitu q vo por:)

 

 

obs:o codigo continua igual soh vou mudar os ids pra funfar corretamente, todos os creditos para xbowaxx

 

coloque em actions issu aki

 

<action itemid="2401" script="enchanted staff.lua" />

 

e no enchanted staff.lua, coloque isso aki

 

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

if item2.itemid == 0 then

return 0

end

 

if item2.itemid == 2177 then

if getPlayerMana(cid) >= 1000 then

if getPlayerLevel(cid) >= 100 then

 

  doRemoveItem(item2.uid,item.type)

doTransformItem(item.uid,2433)

doPlayerAddMana(cid,-1000)

else

 

          doPlayerSendTextMessage(cid,22,"You need level 100 to do the Staff.")

end

 

else

    doPlayerSendTextMessage(cid,22,"You need 1000 mana points to do the Staff.")

 

end

end

return 1

end

 

agora devera estar funfandu em seu ot7.8

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...