Search results

  1. J

    Tapestry

    data/actions tapestry.lua --by JanuszQ-- function onUse(cid, item, frompos, item2, topos) pozycja1 = {x=topos.x-1, y=topos.y, z=topos.z} pozycja2 = {x=topos.x+1, y=topos.y-1, z=topos.z} pozycja3 = {x=topos.x, y=topos.y+1, z=topos.z} if item.itemid == 1857 or item.itemid == 1860 or...
Top