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

Search results

  1. Obito

    Lua How to check a player's specific house by ID

    Hi, I'm trying to figure out how to check if a player has a custom house by name, not any house only a specific one, and if so, how to get the location of that house. Additionally, I need to create a custom item that only the owner of a custom house can use. Specifically, I need to be able to...
  2. Obito

    Lua Making the damage scale based on player's skill stats.

    Hello :) , I'm currently working on a script for my server and I would like to make it scale with damage. Specifically, I want the script to deal more damage as the player's stats skills increase. However, I'm not sure how to implement this. Currently, my script looks like this: local combat =...
  3. Obito

    Lua deco npc errors

    I have this deco NPC script and it gives me an error while I talk with the NPC Lua Script Error: [Npc interface] data/npc/scripts/furniture.lua:onCreatureSay LuaScriptInterface::getNumber(). Argument -1 has out-of-range value for unsigned int: -1 stack traceback: [C]: in function...
  4. Obito

    Lua buying items with znote points

    Hey everyone, I'm in need of some help with creating a script that will allow me to buy items directly without actually making a purchase. I have a table of desired items and the points that I have purchased from Znote AAC, but I need some guidance on how to create a command that will use this...
  5. Obito

    Share your favorite quote and inspire others! - drop your quote.

    Hello everyone, I've always been fascinated by the power of words and how they can inspire us, comfort us, or make us see things in a new light and keep us going. One of my favorite ways to connect with inspiring words is through quotes. I find that a well-chosen quote can offer guidance...
  6. Obito

    Lua Check other members of party

    Good day :), I'm working on a script for a game that involves casting a spell at a party. The idea is that the spell can only be cast if all party members are within a certain distance of the caster. This my code: local DISTANCE_SQM = 2 local combat = Combat()...
  7. Obito

    TFS 1.X+ block revealing the monster when they are in an invisible condition

    Hello! As the title suggests, I'm wondering how I can prevent monsters from being revealed when they are in an invisible condition after being hit by a spell. Additionally, I'd like to keep them invisible until the player uses the spell "utana vid" to reveal them. Currently, my approach to...
  8. Obito

    Lua Storing old outfit in some variable to cast it in another script

    Good day, I'm trying to store a variable that captures the player's "old outfit/looktype" so I can revert back to it later if needed. I have created a new condition that changes the player's outfit, but I need to keep track of the previous look. Can you help me determine the best way to store...
  9. Obito

    Discussion on Stunning 3D Graphics Tibia

    Hello everyone! Have you seen the recent photo showcasing stunning 3D graphics? I was blown away by the level of detail and beauty in this random image from the internet. What was your first impression of the photo? How do you think the level of detail and beauty in the graphics/shadows...
  10. Obito

    Lua Remove an item by count from a specific tile

    Hi, I was trying to remove an item with a heavy count of stacking items. I need to remove the item by count from the table on this element but it's not working as intended. local items_to_check = { {id = 7372, count = 2000}, } local TILE_POSITIONS = { {x = 996, y = 996, z = 7}, }...
  11. Obito

    Custom Memory Allocation in C++

    Is it possible to implement a custom memory allocator in C++ that performs better than the default allocator provided by the standard library, in terms of both speed and memory efficiency, and if so, how might this be done?
  12. Obito

    Looking for testers

    Hello everyone, I am looking for some players to help test out a high-exp server based on the 13.10 client that I am working on. If you are interested in lending a hand, please send me a direct message. I would really appreciate it. Thank you for considering, and for being such an amazing...
  13. Obito

    RevScripts Print unique message from the table in default drop loot script

    I'm trying to print a unique message for the monsters that are in the table if the player killed, For example when I killed Archmage monster this error appear Lua Script Error: [Event Interface] data/events/scripts/monster.lua:Monster@onDropLoot...
  14. Obito

    High-Exp?

    For the people who are addicted to high-exp servers :), What systems/ideas would you love to see on a new custom high-exp server using 12.90 Client?
  15. Obito

    TFS 1.X+ Attack speed with Lua

    Does TFS 1.4.2 have an alternative attack speed function that buffs the player's attack speed such as doPlayerAddMana(cid) for example without touching the vocation.xml?
  16. Obito

    How to install Vulkan Libaries

    Hi, I recently installed Parrot OS 5.0 aka (Parrot OS 5.0 (Electro Ara)) Latest Debian version, and decided to install Lutris I'm aware that Lutris uses Vulkan libraries but how could I install them? I have RTX 3050 GPU how can I make it work? I need some tips on it if someone knows how to...
  17. Obito

    Searching for a duo to climb EUW LOL

    Searching for a duo to smurf and have fun in bronze (hard stuck account and bad MMR) EUW If interested.
  18. Obito

    JavaScript / CSS - Menu System

    Does anyone know of a similar menu system to this which works well across most browsers and mobile browsers? I have it working but It doesn't work well on IE and is choppy on Firefox. ~EDIT~ Sorry, I didn't realize I couldn't ask for something similar to the work I have seen elsewhere. The...
  19. Obito

    Fix/Patch Fixing playerAcceptTrade crash

    Hi, after debugging the Evolutions XML sources finally I found the bug that accused crashing the most 810 servers and I guess it is caused by executing this function even when the trade hasn't been successful too many times so I decided to add an if statement to allow and disallow trade before...
  20. Obito

    Windows Crash debug log

    Hi, I have compiled TFS 1.4.1 and in my server, someone is crashing my server continuously so I decided to compile the TFS in debug mode and this is the error log this is the output:- https://pastebin.com/wmCx6SnP this the error log:- https://pastebin.com/UgcQnSz7
Back
Top