Ir para conteúdo

Keys 80% Rl Tibia


tibiaa4e

Posts Recomendados

NUm sei + deletou meu topico ou sei lá

creditos:Grizzmo

como eu axo ele importante vou postar de novo

:D

é um sistema de keys igual o tibia rl

as key tem ate numero

script:

key.lua

-- By GriZzm0

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

if item.actionid == item2.actionid then

if item2.itemid == 1209 or item2.itemid == 1212 or item2.itemid == 1231 or item2.itemid == 1234 or item2.itemid == 1249 or item2.itemid == 1252 then

*doTransformItem(item2.uid,item2.itemid+2)

elseif item2.itemid == 1210 or item2.itemid == 1213 or item2.itemid == 1232 or item2.itemid == 1235 or item2.itemid == 1250 or item2.itemid == 1253 then

*doTransformItem(item2.uid,item2.itemid-1)

elseif item2.itemid == 1211 or item2.itemid == 1233 or item2.itemid == 1251 then

*doTransformItem(item2.uid,item2.itemid-2)

end

elseif item2.itemid >= 1209 and item2.itemid <= 1214 then

doPlayerSendCancel(cid,"The key does not match.")

elseif item2.itemid >= 1231 and item2.itemid <= 1236 then

doPlayerSendCancel(cid,"The key does not match.")

elseif item2.itemid >= 1249 and item2.itemid <= 1254 then

doPlayerSendCancel(cid,"The key does not match.")

else

return 0

end

return 1

end

e em actions.xml add:

<action itemid="2086" script="key.lua" />

<action itemid="2087" script="key.lua" />

<action itemid="2088" script="key.lua" />

<action itemid="2089" script="key.lua" />

<action itemid="2090" script="key.lua" />

<action itemid="2091" script="key.lua" />

<action itemid="2092" script="key.lua" />

para fufar se tem:

na door

coloca o actionid do numero da key

na key

da um actionid nela

+ só da pra fazer se ela for dada por quest manuais

o code pra add ela é esse

doPlayerSendTextMessage(cid,22,"You have found a Golden Key.")

key_uid = doPlayerAddItem(cid,2091,1)

doSetItemActionId(key_uid,6010)

no caso em vermelho é o id da key

e o em azul é o actionid dela

é isso

flws :bye:

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
  • 2 months later...
  • 8 months later...
  • 3 years later...
×
×
  • Criar Novo...