• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Lucas CP

    Counting msges on channels

    You can create a table in the database like this: CREATE TABLE `channel_message` ( `channel_id` smallint(2) not null, `count` int(11), primary key (`channel_id`) ); In global.lua adds this: function getChannelMessageCount(Channel_id) local count = db.storeQuery("SELECT `count`...
  2. Lucas CP

    Lua Tin lizzard, uniwheel taming.

    Can show your script taming?
  3. Lucas CP

    Windows Monster outfit lever tfs 1.1

    Folder actions / scripts create a file.lua like this: local config = { outfit = {123,111,122}, -- list monster outfit coins = 2160, -- id coin cust = 25 -- amount cust } function onUse(player, item, fromPosition, target, toPosition, isHotkey) if...
  4. Lucas CP

    The Forgotten Server 1.1

    Nice!
Back
Top