e assim eu fiz poi e minhas actions e tal, o problema que qndo eu coloko pra clika em qualq baú mostra "you have found item" eu queria que aparecesse "voce encontrou uma soft boots" e alem disso nao vem soft boots!
akee esta os scripts.
ACTION:
<action uniqueid="9876" script="softt.lua" />
SCRIPT:
function onUse(cid, item, frompos, item2, topos)
if item.uid == 1740 then
queststatus = getPlayerStorageValue(cid,1740)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,Você encontrou uma Backpack of Holding!.)
container = doPlayerAddItem(cid, 8765, 1)
doPlayerAddExp(cid,20000)
setPlayerStorageValue(cid,1740,1)
else
doPlayerSendTextMessage(cid,22,Você ja fez essa quest!)
end
else
return 0
end
return 1
end
ID SOFT:
<item id="8765" name="Soft Boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="transformEquipTo" value="2640"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>
</item>