• 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!

Search results

  1. Snavy

    MoveEvent [1.3] Snek 🐍

    I'm gonna think about this 1617874591 🤔 How have you set it up ? 1617878322 Added xD Ouch! 🩸 That hurt :<
  2. Snavy

    Lua Movements Tile

    Works fine over here. local config = { TILE_ACTION_ID = 52640, ITEMID = 37420, LEVEL = 250, STORAGE = 284723, DESTINATION = Position(33650, 31444, 10) } local me = MoveEvent('scriptNameHere') function me.onStepIn(player, item, position, fromPosition) local armor =...
  3. Snavy

    Lua Movements Tile

    Try local config = { TILE_ACTION_ID = 12345, ITEMID = 37420, LEVEL = 200, STORAGE = 284701, DESTINATION = Position(32962, 31499, 7) } local me = MoveEvent('scriptNameHere') function me.onStepIn(player, item, position, fromPosition) local armor =...
Back
Top