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

otx2

  1. potinho

    TFS 0.X Char freezes and is walking in the same SQM

    Good morning people, I have an OTX 2 server and a strange bug happens with some players. Out of nowhere, during actions (walk, rune cast) the char hangs in the same SQM and seems to keep trying to walk. It only unlocks if it dies or relogs. Has anyone seen this and know how to fix it? As client...
  2. potinho

    Programmer [OTX 2] Optimization Engine and fix

    I'm looking for someone who knows and has experience with this type of work. I don't think it's worth migrating to a recent TFS, even for everything I already have on my OTX. I'm looking for someone with experience in optimizing and fixing OTX 2 in 7.72 protocol. I've already applied several...
  3. potinho

    Lua [TFS 0.X] Monster Boosted problem - Attempt to index a boolean value when kill

    Hi guys, Im trying to use the system from this topic: https://otland.net/threads/monster-of-the-day-0-4.264969/ But i got error sometimes when a monster of day is killed: 2022-09-23 13:39:26 - [Error - CreatureScript Interface] 2022-09-23 13:39:26 -...
  4. potinho

    Lua [0.X] Anihilator summon monster like NPC error

    Good morning people, everything fine? Looking at my server logs, I noticed something strange: an error in the anihilator lever script, where it tries to summon the demon as an NPC. I've been using the script for over a year and it seems to have always worked fine. I don't have duplicate...
  5. potinho

    AAC Character Trade Page - Cooldown between actions

    Hello everyone, everything good? I'm using @Gesior.pl system for selling characters and I wanted some help: add a 2-day cooldown as soon as the char is put up for sale (if placed, you can't remove the offer in at least two days) and if you take it off the market, you can't put it back up for...
  6. potinho

    TFS 0.X [LUA] Offer expire auction system - Not sending amount of items

    Hello everyone, everything good? I'm using the script from the post below but I found a bug: If an offer is for more then 1 items (20 SSA, for example) it only returns one within the parcel. Can you help me fix the script? function getPlayerNameByGUID(guid) local name = 0 local resultId...
  7. potinho

    Lua [TFS 0.X] Door with cooldown between use

    Hello everyone, everything good? I didn't find anything like it so I'm asking you: is there a way to put a cooldown on a door, where each player has a cooldown to open and cross it? I want each player to be able to access a certain room after "x" hours.
  8. potinho

    TFS 0.X Bug report and Rule Violation channel Missing

    Good morning people, everything fine? I have a question: my server (OTX 2) has ctrl + z to report bugs and ctrl + r to report rule violations, but I can't figure out where these reports go. No window appears on GOD, can someone help me understand the system and, if necessary, fix it? 7.72...
  9. potinho

    Lua [SOLVED] TFS 0.X No loose items or container bellow certain level

    Hello guys, how are you? I have this script to not loss experience bellow level 9 and remove AOL. I want to make a few change, not lose itens before level 60 (with ou without aol). I already have this script who not remove experience bellow level 9. function onDeath(cid, corpse, deathList)...
  10. potinho

    TFS 0.X [OTX 2] Bug in creaturescripts after ban player

    Hi guys, I'm having a strange behavior on my server. After banning a player and he tries to log in, the ban message no longer appears (it did before). What I noticed is that the Account Manager tries to log in and gives a connection error in the client, and several creaturescripts that work...
  11. potinho

    TFS 0.X Server crashing at close

    Good morning guys, My server is crashing after save on global shutdown and making a core report. Someone can explain what is happening to me? Maybe something to fix? Thank you all. [New LWP 9222] [New LWP 9216] [New LWP 9221] [Thread debugging using libthread_db enabled] Using host...
  12. potinho

    C++ ForYourInformation (FYI) - Add OTX 2

    Hello everybody, how are you guys? I want to add on my sources FYI (that box who came with text, my old engine and protocol dont have). I've look to new protocol to copy, but gotting errors. Can u guys show me how to put FYI into my server? Have coppied those functions bellow:
  13. H

    most power guild myacc

    hello guys, can anyone help me? i am using otx 2.15 mattyx14. and using myacc. I'm currently using a clean database made available in the font download, and I'm having trouble making the power guild. the guild is being created normally, but the power guild doesn't show it in the last news, can...
  14. potinho

    Windows [OTX 2] Discover reason of crash

    My server sporadically crashes by itself. I can't identify any script or something I run that causes this, it's very rare and appears to be random, I only have this information from the event viewer. How to do a correct troubleshoot of this problem? The only thing I noticed that the crash was...
  15. M

    helps in converting this spell to otx2

    I can't make this spell work on otx2. This spell should make the player walk 15 sqm in the direction they are looking, however it only works on floors that have not been added in items.xml. when I remove or change this part: asProperty(tile.uid, 7) then the script works, but it goes...
  16. M

    [Otx2] Bug mod Exp Pot

    Otx2 version 8.6. Hey guys Recently a player reported to me a problem that is happening with the exppot script that I use. The bug works as follows. The player buys several exppot and activates a macro to use them all the time. Each exppot lasts 120 minutes. When the exppot effect ends, the...
  17. N

    (OTX2) random item stats, attr extraattack and armor error

    I'm using this mod: https://otland.net/threads/mod-random-item-stats.130295 my difficulty is simple I also use otx 2 from matty https://github.com/mattyx14/otxserver/tree/otxserv2 the command list is this...
  18. psilocybusmaxim

    OTX2 7.72 DLL and XML PLUGIN TREE FOR Nekiro's ItemEditor 0.4.3

    I thought I could save some people some time if I upload this, seems people have this problem time to time. Took me sometime to navigate to this amazing resource! I compiled a DLL tree so I could edit my items.otb with Nekiro's ItemEditor 0.4.3. thought i'd share it with the community for...
  19. psilocybusmaxim

    C++ OTCV8 - OTX.2 - 7.72 FreeCapacity problem.

    OTCV8 - OTX.2 - 7.72 So this is how my cap look's, it only go's to 600'ish and then resets to a lower number. IT WILL NEVER SHOW OVER 600'ish CAP. Protocolgame.cpp - On the server. msg->put<uint16_t>(int32_t(player->getFreeCapacity() * 100)); Also tried...
  20. Alberto Cabrera

    Items are not stacked [OTX] 2.15

    Hi people, could someone help me, the items are not stacked, only the first one is stacked, why? Could someone tell me where I should compile that? first of all, thank you Bug Stack Item [OTX] 2.15
Back
Top