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

foodsystem

  1. Klank

    [TFS 1.X] Food with conditions

    Hi, I'm sharing my extended food code, which can make food more useful than just eating for default reg.time. The code are configured with: Instant health Instant mana Instant soul Additional mana regeneration Additional health regeneration speed boost How to use? Add the item id of the...
  2. Sarah Wesker

    [TFS 1.4.1+] Super Foods instantly heal

    I saw this thread and it made me want to do it for current TFS with Revscript. Here I leave the script. data/scripts/superfoods.lua local superFoods = { [31944] = { hp = 1000, mana = 2000, hpPercent = 10, manaPercent = 10, removable = true, -- remove...
  3. potinho

    TFS 0.X [LUA]Bug Food - Dragon Ham dont regen mana/life

    Some players are relating to me they're starving, but when try to eat only dragon ham, show "its full". But regen of mana/hp stopped, happens only with dragon ham. 7.72 protocol Follow foods.lua local FOODS, MAX_FOOD = { [2328] = {84, "Gulp."}, [2362] = {48, "Yum."}, [2666] = {180...
  4. elnelson

    [TFS 0.4] Food system

    Hello, otlanders. im requesting a food system with these functions. 1-.when player eats blueberries, gain +5 mana regeneration for 60 seconds. 2-.when player eats dragon ham, gains +5 health regeneration for 60 seconds. 3-.when player eat fish gain +5 magic level (mages) or +5 melee/dist skill...
Back
Top