Ir para conteúdo
  • 0

[Runas] Items


Crazyskezi

Pergunta

sleep.png X Tibianos. Aô Trabalho. !!

É o seguinte.

Eu criei um Ot, 8.50 e nele criei uma area chamada epic ! criei vocations npcs. Runas, Items, caves

Mas faltou 3 Coisas, Estão Abaixo.

1 runa - Uma Remover Utamo q remove o utamo do player quando usala em qualquer player. ( PS: Não precisa colocar id coloque "xxx"

1 Tipo De Aol, ( infinito ) Que possa ser vendido em NPC.

1 Stamina Pot Ou Magia !.

 

Ficarei Muito Grato A Quem Ajudar ! back.png

 

+2Reps Para quem Ajudar !

 

mdr.gif

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

Tenho Esses

 

Aol Infinito Subistitua Por Esse

 

</item>

<item id="2173" article="an" name="amulet of loss">

<attribute key="weight" value="420"/>

<attribute key="slotType" value="necklace"/>

<attribute key="charges" value="99999"/>

<attribute key="preventDrop" value="1"/>

</item>

 

Stamina

 

<action itemid="ID DO TEM" script="stamina.lua"/>

 

 

function onUse(cid, item, fromPosition, itemEx, toPosition)

local cfg = {}

cfg.refuel = 42 * 60 * 1000

if(getPlayerStamina(cid) >= cfg.refuel) then

doPlayerSendCancel(cid, "Your stamina is already full.")

else

doPlayerSetStamina(cid, cfg.refuel)

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Your stamina has been refilled.")

doRemoveItem(item.uid,1)

end

return true

end

 

 

Espero Ter Ajudado

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...