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

Recent content by Azerty

  1. A

    C++ Error compiling TFS 1.5 downgrade Ubuntu 22.04

    How to install manually? I ran this command "sudo apt-get install libboost-all-dev" and nothing changed
  2. A

    C++ Error compiling TFS 1.5 downgrade Ubuntu 22.04

    Good morning, does anyone know how to solve this error?
  3. A

    Lua GlobalStorage dont save

    Now I woke up, I thought the canary script worked in TFS and that the functions would be the same, now this error is occurring with Value
  4. A

    Lua GlobalStorage dont save

    same error GlobalStorage = { ... FerumbrasAscendant = { ZamuloshSummon = 566015, FerumbrasEssence = 566026, FlowerPuzzleTimer = 1008559, ShulgraxTimer = 100822, PlagirathTimer = 100844, TheLordoftheLiceTimer = 1008444...
  5. A

    Lua GlobalStorage dont save

    forgive me for my lack of attention, now that I understand what was warning me XD, this error appeared now 1715451587 local chains = { West = { [1] = {itemid = 23656, position = Position(33401, 32419, 14)}, [2] = {itemid = 23655, position = Position(33402, 32419, 14)}...
  6. A

    Lua GlobalStorage dont save

    I tried several things in other script too, like: local storageValue = Game.getStorageValue(GlobalStorage.FerumbrasAscendant.Habitats.AllHabitats)if storageValue == -1 then storageValue = 0 end Game.setStorageValue(GlobalStorage.FerumbrasAscendant.Habitats.AllHabitats, storageValue + 1)
  7. A

    Lua GlobalStorage dont save

    got this far, I realize that no script with globalStorage is saving local chains = { West = { [1] = {itemid = 23656, position = Position(33401, 32419, 14)}, [2] = {itemid = 23655, position = Position(33402, 32419, 14)}, [3] = {itemid = 23655, position =...
  8. A

    Lua GlobalStorage dont save

    no type of error in the console and no changes to the database, What can I tell you more? I use TFS 1.5 downgrade 8.6
  9. A

    Lua GlobalStorage dont save

    I can't get it to work =/
  10. A

    Lua GlobalStorage dont save

    dont work
  11. A

    Lua GlobalStorage dont save

    Excuse my ignorance but I didn't understand
  12. A

    Lua GlobalStorage dont save

    Good morning, I tested several solutions from other topics and they don't work, does anyone have any solution? compat.lua function getGlobalStorageValue(key) local query = db.storeQuery("SELECT `value` FROM `global_storage` WHERE `key` = " .. key .. ";") if query ~= false then...
  13. A

    Lua Condition_cursed

    How do I make the damage increase instead of decreasing? local condition = Condition(CONDITION_CURSED, CONDITIONID_COMBAT) condition:setParameter(CONDITION_PARAM_DELAYED, true) condition:setParameter(CONDITION_PARAM_MINVALUE, -1) condition:setParameter(CONDITION_PARAM_MAXVALUE, -1000)...
  14. A

    Tfs 1.5 by nekiro palladin no attack weapon when use pot

    config.lua change: -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 to timeBetweenActions = nil timeBetweenExActions = nil
Back
Top