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

    Lua Groundshaker with bleeding condition

    I forgot, I am using TFS 1.3, I would like to add the damage with this base: local damage = math.random(math.floor(min) * 1000, math.floor(max) * 1000) / 1000 addDamageCondition(Condition, DAMAGELIST_LOGARITHMIC_DAMAGE and damage) or bleeding damage based on skills, is it possible?
  2. Kuantikum

    Lua Groundshaker with bleeding condition

    Hello guys! I'm trying to add the bleeding condition, but apparently I'm not getting it, there is no error in the log, the spell is normally casted, but nothing happens. That was the modification I made so far: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
  3. Kuantikum

    TFS 0.X Heal mana not working.

    Show us the script :P
  4. Kuantikum

    Wand sell items

    Thx very much, sry about that i dont know much yet! 1586805639 Would it be possible to add a variant to sell the item only if the item is in the player's backpack?
  5. Kuantikum

    Wand sell items

    Thanks for responding, I just tested and I have these errors: Lua Script Error: [Test Interface] data/actions/scripts/other/sellitems.lua data/actions/scripts/other/sellitems.lua:1: attempt to call global 'Action' (a nil value) stack traceback: [C]: in function 'Action'...
  6. Kuantikum

    Wand sell items

    Hello guys, Could someone help me with this script for version TFS 1.3? It would be interesting for the script to be able to sell full stacks or more than 1 item at a time, currently it sells only 1 item at a time ... local items = { [11350] = 10000, [2181] = 5000, [11296] = 50000...
  7. Kuantikum

    Monster Training Dummy with DPS calculation

    The dummy is working, but when the char receives the poisoned condition "You are poisoned" and RELOG the following error occurs: Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onTargetCombat data/events/scripts/creature.lua:11: attempt to index local 'self' (a nil...
  8. Kuantikum

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    About this part: [52] = { name = "Revive on death", VALUES_PER_LEVEL = 0.05, format = function(value) return value .. "%% to be revived" end, itemType = US_ITEM_TYPES.BOOTS, minLevel = 50, chance = 30 }, Does this mean that when you die you have a 30%...
  9. Kuantikum

    Feature [TFS 1.3] Monster Levels

    When a monster appears as level 10 for example, when you kill it, do you gain more EXP / loot than killing a level 5?
  10. Kuantikum

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    00:56 You can't use that on equipped item! HAHAHA GREAT! 😍😘🥰
  11. Kuantikum

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    I downloaded version 2.0 and followed all instructions. . .
  12. Kuantikum

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hello there! I was testing this great contribution and found something unusual, but when you change the attribute "Max HP" with the item equipped in its place, in my case a helmet, life is added, that is, with the item equipped with 100 hp , we use the "Faith Crystal" in the item and when we...
  13. Kuantikum

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    You just die with the character, then click "USE ITEM" instead of the character revive, you get stuck without being able to move and the countdown is active, you can log out and log in again and the same thing, it is stopped without being able to move, no no error message appears in the log ...
  14. Kuantikum

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    I tried it to TFS 1.3, When you "USE ITEM" the char do not revive and i cant set it back to templo or something it just still count down and cant move or do something... :( Is it posible to TFS 1.3 ?
  15. Kuantikum

    Item.otb - How to edit items ?

    Ty for all answered! love you guys! I would like to share these tools, if someone is in the same situation.
  16. Kuantikum

    Item.otb - How to edit items ?

    Hello guys! It is my first time to edit the items, I am using this ITEM EDITOR 10.98 to try to modify an item, I want to add the MULTI USE option. When I identify the item and make the modification by checking MULTI USE and saved, it is like this in red and when I go to check on the server...
  17. Kuantikum

    DPS script TFS 1.2

    But, im asking about this error: Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onTargetCombat data/events/scripts/creature.lua:10: attempt to index global 'creature' (a nil value) stack traceback: [C]: in function '__index'...
Back
Top