Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/27/22 in all areas

  1. Lordfire

    Porta Com Level

    Coloque um action id na porta, qualquer um que não esteja sendo usado data\actions\scripts, crie um script com a extensão .lua function onUse(cid, item, fromPosition, itemEx, toPosition) local tpos = { x = 190 y = 75 z = 7 } level = 250000 if getPlayerLevel(cid) >= level then doTeleportThing(cid, fromPosition, tpos) end else doPlayerSendTextMessage(cid, 22, "Voce precisa ser level "..level.." para passar pela porta") end return TRUE end em actions\actions.xml <action actionid="<action id>" event="script" value="<nome do script>.lua"/>
    1 point
This leaderboard is set to Sao Paulo/GMT-03:00
×
×
  • Create New...