Créditos: alokk
Bom...eh issu ae :grin:
Crie 1 arquivo chamado pedra.lua na pasta actions/scpripts e adicione:
function onUse(cid, item, frompos, item2, topos)gatepos = {x=184, y=83, z=10, stackpos=1}getgate = getThingfromPos(gatepos)if item.uid == 3002 and item.itemid == 2711 and getgate.itemid == 1753 thendoRemoveItem(getgate.uid,1)doTransformItem(item.uid,item.itemid+1)elseif item.uid == 3002 and item.itemid == 2712 and getgate.itemid == 0 thendoCreateItem(1753,1,gatepos)doTransformItem(item.uid,item.itemid-1)elsedoPlayerSendCancel(cid,"Sorry, not possible.")endreturn 1end
Agora vá em actions.xml e adicione:
<action itemid="2711" script="pedra.lua" />
Importante!!!
2711 e 2712 = Alavanca
3002 = uid n pode repetir (botar na alavanca)
1753 = pedra
gatepos = {x=184, y=83, z=10, stackpos=1} = Posição da pedra
Vlws, espero ajudar
xbowaxx
Eu procurei na seção de actions e n encontrei