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

Recent content by lukatxd

  1. lukatxd

    Thornfeld — Building a Ranch Simulator

    oh noooo it was available to play! This is why we cant have nice things
  2. lukatxd

    Thornfeld — Building a Ranch Simulator

    my wife saw the cow breeding stuff and now she really is expecting the server so we can play together xD
  3. lukatxd

    BudexOT

    WDYM SECOND LOCKDOWN BRO. Hantavirus is around the corner
  4. lukatxd

    Thornfeld — Building a Ranch Simulator

    my wife wanted to play tibia with me, but also wanted to play some kind of farm game. This might be her new thing
  5. lukatxd

    Business model OT servers

    If the server is based on global vanilla tibia I'm not even playing. I actually believe it is ok to charge for premmium account rather than a battle pass, but if you'll want to charge for both, then I think you're pushing a bit too much and should stick to the battle pass only, as you could...
  6. lukatxd

    Lloegrys - Dungeon Crawler (ATS)

    Curious to try a few runs on this.
  7. lukatxd

    TFS 1.4.2 Cast spell through another spell

    Thank you! This handler thing in the lib folder, does the server automatically reads it? I feel like I missed where it is initialized or something. Would it work if I separated each spell in a file and added them to the spell_command.lua as a require? like -- this is the file in the lib...
  8. lukatxd

    TFS 1.4.2 Cast spell through another spell

    Do I have to resort to talkactions then? Having it as spell was nice because it ommitted the "player says: exori frigo" thing.
  9. lukatxd

    Are there no more custom ots like deathzot, archlight or blacktalon.

    Brazil mentioned 🇧🇷🇧🇷🇧🇷 lmao
  10. lukatxd

    TFS 1.4.2 Cast spell through another spell

    Is there a way -preferably without source edit- that I can cast an spell X and call the spell Y script? Almost like the pokemon servers and stuff, but using my own character. I'm building my server around the idea of piloting robots, and each robot has a specific set of spells, but I would like...
  11. lukatxd

    Mortus - Custom 8.0 with elements of the newer versions of Tibia

    how is this not considered a veiled advertisement?
  12. lukatxd

    Existem BR's?

    queria saber o que aconteceu com esse cidadão que parece que teve até a conta deletada
  13. lukatxd

    TFS 1.X+ [TFS 1.4.2] Mana leech, life leech and critital hit simultaneously

    so, for every item I must have a subID? Can I go the lazy way then and use the itemId as subID ? Actually I think I didnt understand it properly. Is the crystal being used on the player or on another item (item.itemid) ?
  14. lukatxd

    Spell TFS 1.1 Double Shot

    search for addEvent on this forum. function onCastSpell(creature, variant) local cid = creature:getId() for i = 1, 4 do --this line is the amount of times to shoot addEvent(shoot, (i - 1) * 200, cid, variant) -- 200ms interval end return true end function shoot(cid...
  15. lukatxd

    Lua Weird values on onEquip / onDeEquip with setMaxHealth function

    im interested in this. I'm using tfs 1.4.2 and where do I look for this? Items present in vanilla tibia already have attributes in the items.xml for example, boots of haste here has <attribute key="speed" value="40" />
Back
Top