---Para 7.6!
Crie uma action chamada sca.lua:
-- SCA quebrando pedras by Rike --function onUse(cid, item, frompos, item2, topos)
stonepos = {x=topos.x, y=topos.y, z=topos.z, stackpos=1}
stone = getThingfromPos(stonepos)
if stone.itemid == 1285 then
doSendMagicEffect(topos,2)
doPlayerSay(cid,"Axe Power!",1)
doRemoveItem(stone.uid,1)
else
doPlayerSendCancel(cid,"Just in some stones.")
end
return 1
end
No actions.xml, procure(ctrl+f) por <action itemid="2431" script="destroy.lua" /> e troque por:
<action itemid="2431" script="sca.lua" />
Flws!