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

    Lua Use storage value to restrict the consumption of food

    put storage here, so the player will eat the food every 15 min. * all foods * and continue to fill life and mana. tfs 0.3.6 local FOODS = { [2362] = {8, "Crunch."}, [2666] = {15, "Munch."}, [2667] = {12, "Munch."}, [2668] = {10, "Mmmm."}, [2669] = {17, "Munch."}...
  2. falls13

    double loot

    thx
  3. falls13

    double loot

    could anyone create a script to give double loot on a day of the week? 8.6 tfs 0.3.6
  4. falls13

    Automatically open the trade chat

    Automatically open the trade chat when logging in. Can you do that? tibia 8.6
  5. falls13

    help with this script

    has mana healing here. is healing the life. please ? tfs 0.3.6 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat...
  6. falls13

    help with this script

    ok thx !
  7. falls13

    help with this script

    it works ! just how would heal, percentage of the hit, that he took from the player or the creature?
  8. falls13

    help with this script

    I would like to fill the mana of the player who is using the weapon that is with this script. but it is filling that of the target. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN)...
  9. falls13

    This new character list

    Does anyone explain to me how you do it to show how clothes?
Back
Top