Jump to content
  • 0

Pedra Que Remove Red Skull


lmt

Question

3 answers to this question

Recommended Posts

  • 0

ai velho só colocar

 

doPlayerSetRedSkullTicks(cid, 0)

 

...

 

 

pedra.lua

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

doPlayerSetRedSkullTicks(cid, 0)

if item.uid == 5565 and item.itemid == 1737 then

doPlayerSendTextMessage(cid,22,"Suas Skull foram removidas")

end

end

 

Rosa: Coloque o ID da sua pedra

 

actions.xml

<action uniqueid="5565" script="pedra.lua"/>

 

UniqueID da sua fonte poe 5565

Edited by Nicekid
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...