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

    TFS 1.X+ Oracle with Vocation Items and Player Choice

    Hey guys, What is the best way to save player choices into an array and add the items later? I want to give the players the ability to choose a secondary weapon and choose between a spellbook or shield when they enter the mainland. I thought about using a secondary table and local a =...
  2. aalqaq2

    TFS 1.X+ Disable Spells in specific area

    Is it possible to prevent spells /a spell from being used in a specific area (During World Event)? I was looking at Itutorial's Monster Wave Event and wanted to prevent players from being able to cast an AoE spell which will give them an unfair advantage.
  3. aalqaq2

    Merge ORTS with latest TFS

    Hello, I've been trying to get the ORTS data pack to work with the latest TFS version. The repo has not been updated in over 4 years. I checked some of the other links with similar titles and most are outdated as well. Brief Backstory: I had a server running towards the end of 2017 that...
  4. aalqaq2

    TFS 1.X+ Spawn::AddMonster error

    I'm not sure where this warning is coming from. I've checked the XML file for both Monster and Spawn.xml. I also referenced this solution and other similar posts but it doesn't provide much context. Any leads would be appreciated. Jan 01 15:08:02 vps-c6071215 tfs[125600]: [Warning -...
  5. aalqaq2

    Loot still not working

    I know it's not much to go off of, but my monsters drop no loot at all. No console errors, no warnings, nothing. Just no loot.
  6. aalqaq2

    TFS 1.X+ Problems on server restart

    Hello, I took a break from the OT world but decided to restart my server. I saved a backup, but after restarting the server with the same hosting company, and the git pull method of @Don Daniello (Same as last time. Thanks for the ease of use btw!), my server is having a lot of functionality...
  7. aalqaq2

    Corrupted Map Tiles

    There are a few tiles on the map that are corrupted. Anytime you get near them, the client crashes. Is there a way to find the corrupted tiles and fix them?
  8. aalqaq2

    [U.S.A] Daritica 10.98

    ~*Ip*~: daritica.servegame.com ~*Port*~: 7171 [Not required] ~*Client*~: Tibia 10.98/OT Client compatible ~*Uptime*~: 24/7 ~*Hosted in*~: USA [CA], Currently on a Virtual Private Server. Will upgrade if/when needed ~*Website*~: http://daritica.servegame.com ~*Exp rate*~: 30x-10x (Staged exp)...
  9. aalqaq2

    Need testers for TFS 1.3 version 10.98

    I am releasing a 10.98 client for TFS 1.3. It is a hybrid of a real map + custom areas. Unfortunately it's HUGE and a bit excessive for a one man test team. Once it is finished and completely bug free, I intend to release it for the public. Hopefully that will convince a few of you to come help...
  10. aalqaq2

    Lua How to properly code formulas into a config section

    TFS 1.3 I need to know how to code local min = (level / 5) + (maglevel * 4.3) + 32 local max = (level / 5) + (maglevel * 7.4) + 48 into local config = { damage = {-min, -max}, } Here's the rest of the code. function doAreaCombatDamage(cid, attacker, combatType, position, min, max...
  11. aalqaq2

    Solved Boost exception error? I'm not sure.

    I'm attempting to start my server but every time I do I get this error. I have no idea what it means. terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::ios_base::failure[abi:cxx11]> >' what(): failed opening...
  12. aalqaq2

    Lua Most likely lib, compat, or global issues

    If anyone has any tips, I would really appreciate the help. Any files that you need me to post I'll be more than happy to. data/actions/scripts/quests/holyWater.lua data/actions/scripts/quests/holyWater.lua:23: attempt to index global 'Storage' (a nil value) stack traceback: [C]: in function...
  13. aalqaq2

    MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)

    After rebooting my VPS I encountered an error (in the picture below). I attempted to restart SSH and now I have this error in the title. Help?
  14. aalqaq2

    Lua Monster arena editing

    I want to add a few changes to this Monster Arena script. I can't remember who its by or I'd give them proper credit. I've made a few changes to it. I would like to add an entry fee, allow 4 summons per person to fight at the same time, and prevent multi-clients in this arena. Any help would be...
  15. aalqaq2

    Lua Lua scripting errors/tutorial

    I've got an error in CBRM's Casino script. I'm attempting to make it work on 1.3. I've edited a bit already but if anyone has a better way to make it work I'd appreciate it. Everything is working except I can't make the fruits appear on the tiles. I get the animations, item is removed, and...
  16. aalqaq2

    Lua StopEvent issue

    I'm attempting to create a hunting room script. Everything is working fine, except for when a player decides to leave the arena early. If a player leaves the arena before time expires, the script will continue running. When time expires, no matter where the player is, they will get teleported to...
  17. aalqaq2

    Looking for TFS 1.3 / OTX 3 developer

    EDIT: SOLVED.
  18. aalqaq2

    NPC Trade Issue

    Can anyone help me troubleshoot this issue? When you click on "buy" from NPC, nothing happens. No gold is deducted and no items are received. I can upload the source code as needed, but I'd like to know someone is reading this first.
  19. aalqaq2

    Converting from TFS 1.2 to TFS 1.3 (NPC's/Others)

    What are the script differences between NPCs of TFS 1.2 and TFS 1.3? With certain scripts my NPCs appear, and other scripts the NPC's don't show up at all. When the NPC's do show up on the map, they don't talk. They look at you, you can open the trade window, but you can't buy anything... It's a...
  20. aalqaq2

    Full NPC List TFS 1.3 || OTX3 [HELP]

    I've been looking for a Full NPC List for TFS 1.3 or OTX3. I basically need to replace my NPC file because it's outdated. Or if someone can help me fix the "Voice Module" function to work with 1.3 that would help. Thanks!
Back
Top