• 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. Linuss

    NPC Reset System

    You can configure whether the price increase to each reset, if you want the level to reset increase and if vc wants life reset along (and as % of current life will be life after reset). Tested in tfs 1.1 Version to 10.77 Go to data/npc/lib/ make npc_resets.lua : You can edit stirring...
  2. Linuss

    TalkAction [TFS 1.X] /mute and /unmute

    mute.lua function onSay(player, words, param) local storage = 456112 if words == "/mute" then local mute = param:split(",") if mute[1] == nil or mute[1] == " " then player:sendCancelMessage("Invalid player specified.") return false end...
Back
Top