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

    Medivia major update - Sheol

    I said he didn't contributed absolutely nothing relevant when it comes to the leaked files in all those years, all the rest are assumptions that you made, i invite you to read again. I joined this community around a bit more than a year ago, do you expect me to have the same amount of...
  2. Terotrificy

    Medivia major update - Sheol

    I know you didn't mean it, don't worry. The question is, why did he let ppl run farms in the first place? I mean, i literally had around 12 makers around the whole Jakundaf Desert back in 2014 24/7 and i'm pretty sure he was aware of it. The simple answer is because he benefited from it. That...
  3. Terotrificy

    Medivia major update - Sheol

    That's not a smart move, that's most likely a funnel move. Most of his server success and highscores over the years right there are thanks to those "Venezuelan farms" that have kept the server alive with runes and online numbers, not to mention that they do it for a living. Now he doesn't need...
  4. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    Do what i told you then: 1) Edit one of those items in the list with itemeditor, remove the unamovable flag and replace the items.xml and items.otbm in the server datapack, and the tibia.dat and tibia.otfi(?) in the client datapack.. 2) Add that itemid to movements.xml, with a removeitem event...
  5. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    Maybe you can change the structure, from: [5976] = {name = "Ghoul", mana = 100}, [3113] = {name = "Ghoul", mana = 100}, To: [1]= {id = 5976, name = "Ghoul", mana = 100}, [2] = {id = 3113, name = "Ghoul", mana = 100}, So you can iterate over it with a for: for g, #BodyMonsterNames do if...
  6. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    Maybe master lua @Xikini can give you a hand here :D.
  7. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    Use this destroy field rune as example (implemented in actions.xml to dissapear magic fields above unwalkeable items). Actions.xml: <action itemid="2261" script="destroy_field_rune.lua" allowfaruse="1"/> Lua: local FIELDS =...
  8. Terotrificy

    [Bug] TFS 1.4+ InitDamage attribute in fields doesn't work properly.

    It is working fine in mine :) and i would say on tibiantis too. The Cipsoft 7.72 are working according to the 7.72 version.
  9. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    he can validate if there is a magic field above first: CORPSE = 1560 local corpse = getTileItemById(position,1560).uid local magicfield = getThingFromPos(position, stackpos = 254}) -- stackpos 254 is any fire, poison or energy field If corpse.itemid == CORPSE and magicfield == 0 then ... etc
  10. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    local corpse = getTileItemById(position,id of the item).uid
  11. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    getTileItemById(position,item_id) The position doesn't need to have the stackpos, just x,y,z.
  12. Terotrificy

    TFS 0.X why necromancer revive rune is getting a delay?

    Use getTileItemById instead
  13. Terotrificy

    How much should be refund?

    And where exactly does Aurelion appear in the story? I mean, I can't take this scam thread serious if Aurelion isn't there, sorry.
  14. Terotrificy

    Condition never ends if player stands over magic field

    Can you link a video ?
  15. Terotrificy

    Condition never ends if player stands over magic field

    @kay probably can confirm it.
  16. Terotrificy

    Condition never ends if player stands over magic field

    Are you sure it worked that way back in 7.4?
  17. Terotrificy

    Nostalrius 7.7

    Nostalrius is by far the most accurate server for a 7.72 tibia version when it comes to public distros. You should match the RE tarball files against nostalrius then you would notice it's simply a so much closer approach than any other public distro, Nekiro downgraded included. Having said all...
  18. Terotrificy

    Error powergamers php

    Looking at your structure, it's Windows your host server OS right? If that's the case then: 1) Just go to C:\xampp\mysql\bin and open your my.ini file. 2) Add to the line that does have "sql_mode=" the "NO_UNSIGNED_SUBTRACTION", mine looks like this i.e...
  19. Terotrificy

    Pan - Chase? (post deleted, again)

    My advice is, if you want to earn go and learn NodeJS, React, Gitflow, Kubernate, Dockers, etc. There is no reason to stay stucked in this small community trying to earn cash offering services, fighting against admins losing your time looking at x threads and begging for open a thread when you...
  20. Terotrificy

    Lua bad argument #1 to 'pairs' (table expected, got number)

    I don't use/know TFS functions, but i can't see where is your "area". for configs, area in pairs(config) do
Back
Top