• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
Resource icon

templeteleport

skeetzoo

Banned User
Joined
Aug 22, 2024
Messages
90
Reaction score
29
Location
theforgottenserver
skeetzoo submitted a new resource:

templeteleport - temple revscript

LUA:
-- Define the town setting event handler
local setTownEvent = MoveEvent()

function setTownEvent.onStepIn(player, item, position, fromPosition)
    local towns = {
        {aid = 20003, name = "Woodlow"},
        {aid = 20004, name = "Elary"},
        {aid = 20005, name = "Smallville"},
        {aid = 20006, name = "Emerald Town"},
        {aid = 20007, name = "Caver Town"},
        {aid = 20008, name = "Toros Town"},
    }

    for _, town in pairs(towns) do
        if...

Read more about this resource...
 
Back
Top