• 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

    DPS script TFS 1.2

    oen432 Have solved it with: function Creature:onTargetCombat(target) if self:isPlayer() then if self:getStorageValue(STORAGEVALUE_WAR_GREENPLAYER_BOOL) == 1 then if target:getStorageValue(STORAGEVALUE_WAR_REDPLAYER_BOOL) == 1 then return...
  2. Kuantikum

    Monster Training Dummy with DPS calculation

    Thank you very much for sharing the knowledge you have acquired, I understand that whenever you share, you receive in doubles or in other ways. It's a law! I am very grateful 😍🥰😘
  3. Kuantikum

    Monster Training Dummy with DPS calculation

    Where you mean bro ? 🙃
  4. Kuantikum

    Monster Training Dummy with DPS calculation

    I have reviewed and followed the instructions based on this post and I have received the same errors, can someone help me with the TFS 1.3 version? Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onTargetCombat data/events/scripts/creature.lua:10: attempt to index...
  5. Kuantikum

    Monster Training Dummy with DPS calculation

    function Creature:onChangeOutfit(outfit) return true end function Creature:onAreaCombat(tile, isAggressive) return RETURNVALUE_NOERROR end function Creature:onTargetCombat(target) if creature:getStorageValue(STORAGEVALUE_WAR_GREENPLAYER_BOOL) == 1 then if...
  6. Kuantikum

    Item Editor 10.98

    Ty bro!
  7. Kuantikum

    Monster Training Dummy with DPS calculation

    Is it posible to TFS 1.3 ? 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'...
  8. Kuantikum

    Spell Tree of Life

    Love it! how to rep+ you ?
  9. Kuantikum

    DPS script TFS 1.2

    Hello guys! Im using TFS 1.3 and i get 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'...
  10. Kuantikum

    Spell Tree of Life

    Hello guys, Im using TFS 1.3, when i cast it, i just get: There is not enough room. And nothing happens :rolleyes: I tried to understand the scrip but im stucked o_O:p
  11. Kuantikum

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Try this one. Don't forget to unzip the word folder into the data folder.
  12. Kuantikum

    Lua [TFS 1.3] Percent amount healing potion per tick.

    Yes, something like that. healing 5% per second for 1 minute for example ... But how do I apply this to the script I already have? local storage = 24036 local shp = Condition(CONDITION_REGENERATION) shp:setParameter(CONDITION_PARAM_TICKS, 1 * 60 * 1000)...
  13. Kuantikum

    Lua [TFS 1.3] Percent amount healing potion per tick.

    Hello guys :p:p:p, I'm trying to make a script that heals a certain amount as a percentage of the character's total health, for example: 5% of the character's total health per tick. That's what I've done so far: local storage = 24036 local shp = Condition(CONDITION_REGENERATION)...
  14. Kuantikum

    Flying mount system TFS 1.2

    Hello, Applying patch Flying patch. Im trying to find: --- a/a/creatureevent.cpp in creatureevent.cpp, but it is not there... and i dont know where to set it: +++ b/b/creatureevent.cpp How to do that ? :D Im using this server.
  15. Kuantikum

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    AHAHAHAHAHAHA i just forget to unzip the map files XDD im sry about that!
  16. Kuantikum

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Hello, Thats so nice to see projects like that! TYY!! So, i have completed to compile it, but when i start the .exe file it just appears a black window and it turn off again... SOMETHING LIKE THAT
  17. Kuantikum

    Compiling help TFS 1.3 vcpkg compile

    :x64-windows boost-filesystem[core]:x64-windows boost-iostreams[core]:x64-windows boost-lockfree[core]:x64-windows boost-system[core]:x64-windows boost-variant[core]:x64-windows cryptopp[core]:x64-windows libmariadb[core]:x64-windows luajit[core]:x64-windows...
Back
Top