O servidor não tem como eu ver agora, me desculpe.
não estou em casa. =SS
+ a versao eh 9.10 baixado aqui mesmo no xtibia.
O erro que acontece é que não vem item, não da nada, nem msg.
Fiquei mechendo aqui e acertei + ou - , consegui fazer o item ir pro player + a quantidade ta indeterminada (mesmo pondo 1 no script) , ta vindo item toda hora q clika no bau! =\
O Scrip tem aki, eu postei em outro forum tambem...
function onUse(cid, item, frompos, item2, topos)
if item.uid == 50030 then
if getPlayerStorageValue(cid,50030) == -1 then
doPlayerSendTextMessage(cid,25,"You have found a Vampire Shield.")
doPlayerAddItem(cid,2534,1)
setPlayerStorageValue(cid,50030,1)
else
doPlayerSendTextMessage(cid,25,"The is empty.")
end
elseif item.uid == 50031 then
if getPlayerStorageValue(cid,50031) == -1 then
doPlayerSendTextMessage(cid,25,"You have found a Dragon Lance.")
doPlayerAddItem(cid,2414,1)
setPlayerStorageValue(cid,50031,1)
else
doPlayerSendTextMessage(cid,25,"The is empty.")
end
E no action ta norma <Action unicid="50030" bla bla bla> ...