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

    Lua How Get Freeze Rune Script/Freeze the entire person (tibia 8.60)

    Hello, Everyone in otland Can Help me, i can`t found Script For Player Freeze Script Good To be compatible with my engine The TFS Version: (1.2.X.SERIES - -) - Codename: (Crying Damson) A server developed by: Mark Samman and The Forgotten Server Developers. Visit our forums for updates...
  2. G

    Lua Erro Script Freeze Rune

    Have A Erro, i send prive
  3. G

    Lua Erro Script Freeze Rune

    hello Everyone Have a problem, when player back after dead can`t use potions and tell have freeze i need code add in Createscript/ login to fix that local config = { removeOnUse = false, usableOnTarget = false, -- Can be used on target? (e.g., healing a friend) splashable = false...
  4. G

    Lua amendment Script Reset System

    hello everyone Simple modification Reset system Script! lib My Script working like 1k+ Can get reset. How Change player Up level 1000- 1500-2000-2500-2700-2800-2900-3000 Can get Reset TFS 1.2-Tibia 8.60 ResetSystem = { storage = 14335, back_to_level = 100, needed_level_per_reset =...
  5. G

    Xampp got aids and it ruined phpmyadmin

    You are a brilliant person
  6. G

    Lua Script Freeze Rune (Bug Character)

    Solved, Thanks my Friend I am very grateful to you
  7. G

    Lua Script Freeze Rune (Bug Character)

    great great mana potions<
  8. G

    Lua Script Freeze Rune (Bug Character)

    Still player use potions in Frezz :S I need it when he is Freeze and cannot use anything
  9. G

    Lua Script Freeze Rune (Bug Character)

    local config = { removeOnUse = "no", usableOnTarget = "no", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse...
  10. G

    Lua Script Freeze Rune (Bug Character)

    nothing New, can use healing-potions in frezz
  11. G

    Lua Script Freeze Rune (Bug Character)

    local freezetime = 5 local cooldown = 10 -- time to use again local storage = 19002 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ICE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local exhaust =...
  12. G

    Lua Script Freeze Rune (Bug Character)

    the code is shit, After cooldown Over player Can`t walk or logout or dropitems when Add doCreatureSetNoMove(cid, false) <<<< player get frezz but healing how can fix it
  13. G

    Lua Script Freeze Rune (Bug Character)

    do you can help me to stop healing-potions in frezz
  14. G

    Lua Script Freeze Rune (Bug Character)

    I Fix it doCreatureSetNoMove(cid, false). but now player can use healing-potions everything in Frezze how can Stop that
  15. G

    Lua Script Freeze Rune (Bug Character)

    There is no compatibility with my code. Can you create a better one?
  16. G

    Lua Script Freeze Rune (Bug Character)

    After cooldown Over player Can`t walk or logout or dropitems
  17. G

    Lua Script Freeze Rune (Bug Character)

    Hello Guys I have problem, Script Action Freze Rune After Time down Player Don`t move or logout. Tibia 8.6 -TFS V <action itemid="7289" allowfaruse="1" event="script" value="freeze.lua"/>
Back
Top