-
Total de itens
711 -
Registro em
-
Última visita
-
Dias Ganhos
14
Atualização de Status Simples
Veja todas atualizações de zipter98
-
eu vi esse script em um post um pouco antigo....
local config = { wall = { time = 5, --Tempo, em minutos, para a parede reaparecer. id = xxx, --ID da wall. pos = {x = x, y = y, z = z}, --Posição da wall. }, items = { {{x = x, y = y, z = z}, itemid}, --{{posição que o item deve estar}, itemid}, {{x = x, y = y, z = z}, itemid}, {{x = x, y = y, z = z}, itemid}, {{x = x, y = y, z = z}, itemid}, {{x = x, y = y, z = z}, itemid}, }, } function onUse(cid) local wall = getTileItemById(config.wall.pos, config.wall.id).uid if wall < 1 then return doPlayerSendCancel(cid, "The wall is already openned.") end for _, item in pairs(config.items) do if getTileItemById(item[1], item[2]).uid < 1 then return doPlayerSendCancel(cid, "One or more items are missing or aren't in the correct position.") end end doRemoveItem(wall) addEvent(function() doCreateItem(config.wall.id, 1, config.wall.pos) end, config.wall.time * 60 * 1000) return true end
Queria saber se vc poderia me informar direitinho as tags e onde devo por cada coisa? é para a versão pokebase cyan 8.54 ... e ele funfa direitnho? se puder me ajudar Obg!..e gostaria de saber se vc sabe onde posso arrumar script pra adicionar habilidade nova (parecido com cut,rock smash) ...keria por um minering (minerar)!!