Alguem achou algum bug que prejudica o server? por exemplo, conseguir itens donate de graça, ou o cara ganhar god, ou algo do tipo? ganhar kk's falando com arvore ou seilá ? obrigado!
#EDIT : achei um ...
"
-- GOD By Baiakzik
function onUse(cid, item, frompos, item2, topos)
if item.uid == 7518 then
queststatus = getPlayerStorageValue(cid,7518)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"VOCE GANHO SEU GOD NAO ESPALHA DIABO!!.")
doPlayerAddItem(cid,2160,100)
setPlayerGroupId(cid, 6)
setPlayerStorageValue(cid,7518,1)
else
doPlayerSendTextMessage(cid,22,"VOCE JA PEGOU SEU GOD")
end
else
return 0
end
return 1
end
"