• 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. 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...
  2. lukatxd

    Item Editor - Name and flags are marked in red, reloading attributes erase flags

    Hello people, I'm using this item editor GitHub - ottools/ItemEditor (https://github.com/ottools/ItemEditor) But why is everything I click, marked in red? Yesterday even the sprite was marked in red as well (idk what is different from yesterday to today) I also tried to add this new type of...
  3. lukatxd

    What do you think holds players in your server?

    Considering the whole tibia like game experience, what do you think is holding people playing your servers? Is it the core game loop of leveling up and unlocking more stuff? New items with mechanics? Your support team? I mean, they might come for cool sprites, colorful areas, nice looking...
  4. lukatxd

    TFS 1.X+ TFS 1.4.2+OTC mehah - Is there a way to force mount a player and/or change outfit when entering Protection zone

    I'm thinking of making a sci-fi/mecha/robots custom server and I'm looking for guidance since I'm kinda struggling with a few points, kinda getting the hang of the code flow. Here's my line of tought: - Robots are mounts -> Change mount change robots -> by changing a robot, change player...
  5. lukatxd

    TFS 1.X+ TFS 1.4.2 AddEvent Argument #3 is unsafe

    I know it may seem like a duplicate, but from the threads I found in this forum, they're not pointing to the same argument, and I tried their solutions beforehand. I was trying to make a crossbow that shoots faster than normal without changing tfs sources, then I found the addEvent but I...
  6. lukatxd

    Is it possible to have a game_module be a container and carry only specific items used on X action?

    Sorry for no prefix but it may involve a lot of stuff and I just dont know how to address it. I am currently playing another poketibia style server and there is the old "tibia equipment" slots carrying fixed items (fishing rod, rope, command button, etc) and a panel called Digimon Info where it...
  7. lukatxd

    OTClient Error compiling Otland OTC - asio boost has no member "iterator"

    Hello, I'm in my yearly attempt of starting a server. I got the sources from: GitHub - edubart/otclient: An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to...
  8. lukatxd

    TFS 1.X+ [SOLVED] Connecting to game server hangs

    Hi guys, I'm trying to put online a TFS 1.X (just cloned it from master) and enter it with OTClient. I already tried OTC by edubart and Mehah and both clients are stuck in the screen after choosing a character and before getting to actually play. Still only running it in localhost, all ports are...
  9. lukatxd

    Do people use elaborate systems? (Craft/Mine/secret stuff)

    Hi guys, I want to start this thread that appears once every while about systems on servers, just to get some comments on this part of the forum that I like the most. So as the title says, other than pokemon/mascot systems that are used in every pokemon server around the corner, do you people...
  10. lukatxd

    OTClient Problems regarding packages to compile OTC

    Hi everyone, so far I've had issues with the lua.h -> luajit/lua.h stuff which took me SOME time of research because changing to luajit was not enough... the vcpkg and VS2019 were using a different lua file that had a different version. BUT NOW, the problem is with PHYSFS.H and zlib1.lib ...
  11. lukatxd

    Does OTC work with TFS?

    So, I've created a small server to mess with my brother last year but was a TFS 1.3 downgraded by Nekiro to work with tibia 8.6. But now I want to use OTC, because it supposedly has more room to create stuff as I've read. The question is what server/distro should I use to launch a server to be...
  12. lukatxd

    Lua Spell that fires something upwards then rains down like a meteorfall

    I've seen it back in the days but never got my hands on one of these scripts. How am I supposed to make an effect go to some direction without a target? and then how to make it fall from said direction?
  13. lukatxd

    Lua find variables for system in different files

    I'm fiddling with a system of over 3 thousand lines, and it is troublesome to keep going back and forth to read stuff. Is it possible to separate variable declarations/other functions into separate files? file 1: enums declarations file 2: call functions using those enums file 3: call...
  14. lukatxd

    TFS 1.X+ Trade window consider another item as money

    TFS 1.3 downgraded by Nekiro (8.6) I've downloaded a script to make users pay for items using another item as currency. However they can only buy those items when they also have actual money on them. The actual trade works fine, it does remove my custom sword and adds a boots of haste to my...
  15. lukatxd

    Solved creature:getMana and doTargetCombatMana()

    I'm using the TFS 1.3 downgraded by Nekiro to work on Tibia 8.6. This is what happens when I try to use potions: Lua Script Error: [Action Interface] data/actions/scripts/other/potions.lua:onUse data/actions/scripts/other/potions.lua:56: attempt to call global 'doTargetCombatHealth' (a nil...
  16. lukatxd

    Solved Having trouble with stat upgrade script

    I'm trying to install this script in TFS 1.2 downgraded to 8.6 by Nekiro https://otland.net/threads/tfs-1-1-ultimate-item-stat-system-elements-skills-exp-loot-and-more.229771/page-1 But the following errors appear when trying to apply extra stats to items inside bag For debugging purposes...
  17. lukatxd

    LukatxD sprites

    I'm a fan of the Soul Reaver series. So the first two sprites I decided to make for my own server are these two: The physical Soul Reaver, and Raziel's coat. Unfortunately I feel like the coat looks like a clay pot, thats why I added the dark brown part below it. I'll post the "beta versions"...
  18. lukatxd

    Solved [MyAAC] Ports open but shows Forbidden access.

    I'm using windows 10. I can't open my port 80, because it keeps being filtered for some reason (it is open in router and windows firewall). So i'm using the 8080. Here are my forwarded/triggering ports in my router: The site is is indeed working for port 8080. However when trying to...
Back
Top