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

    Crash OTX 2 version 0.7 - tibia 7.4

    Please help my server is shutting down by itself with this error code in gdb. Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff28c2700 (LWP 15028)] 0x00000000004ea2e2 in Player::sendCreatureEmblem (this=0x0, creature=0x7fffe8120c30) at...
  2. potinho

    TFS 0.X Safest and most effective method to reset a server.

    Hello everyone, everything good? I would like to ask for your opinion (and the commands) on how to reset a server (storage, items, kills, etc.), but keeping all created accounts. Could you guys guide me?
  3. potinho

    OTClient Player disconnecting when OTCv8 background

    Hi guys good morning. I have a training talkaction where idle is set to 0 and players use spells and eat alone. Occasionally I get kicked, it's not packet loss to the server nor does it restart, I'm starting to think it might be OTCv8. Is there any configuration of it that, when staying in the...
  4. potinho

    Lua [TFS 0.X] Self destruction spell

    Hello guys, Im creating a monster who will explode, generating a huge damage and killing itself. Im searching for codes but found nothing. I've got this one but dont work (monster dont do damage, just die and spell animation dont appear). Can u guys please help me to fix or create a new one...
  5. potinho

    TFS 0.X [LUA] Wrong time last login

    Hello guys, how are you? Can someone tell me how to fix incorrect last login? When i log in server, script show to me current time. In AAC shows correctly last login. login.lua local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local...
  6. potinho

    Lua [TFS 0.X] Creaturescript its not removing storage

    Guys, I have a strange problem, I thought it was simple but maybe it's not. I tried to put in my script to activate VIP to set a storage for the players and I have a creaturescript that validates this VIP, and if the time is up it removes it. The problem is that if I put it in the VIP action to...
  7. potinho

    TFS 0.X Players staying online at training area - IP 0.0.0.0

    Hello guys, how are you? I dont know why, but recently, players are quitting game and staying online (just getting hitted by trainer, dont hit and not conjure spell), the area its not preventing to log-out. There's a way to prevent this? Here's my idle.lua local config = { idleWarning =...
  8. potinho

    C++ [TFS 0.X] Walkthrough problem - Working just with click

    I want to make players can pass through other players in PZ area, but only works on i click on player, with arrow cant pass (in PZ area). Can u guys help me to fix? bool Player::canWalkthrough(const Creature* creature) const { if(creature == this ||...
  9. potinho

    TFS 0.X Kill "x" monster and appear a boss

    Hello guys, Does someone have a script who works globaly, when all players kills "x" of specific monster, spawn a boss? I have looked in forum but find nothing.
  10. potinho

    Scripter [OTX 2] Market in game - OTCv8

    Hello guys, Im looking for someone (with refferences) to put a Marker System attached to client, that works only near a depot and can make possible buy and sell items. My engine is OTX 2 (based on TFS 0.3.7) and using OTCv8 as client. No need php page for this, only in client.
  11. potinho

    Lua [TFS 0.X] Anihilator issue

    What could be wrong with this anihilator script? Trying to change to this one to clear room after quest (when a new team goes) and prevent to enter if has a team doing, but gotting error: 2022-11-10 08:47:37 - [Error - Action Interface] 2022-11-10 08:47:37 -...
  12. potinho

    TFS 0.X Daily Boosted Monster - EXP Issue

    Hello everyone, everything good? I use the script below as a daily boosted monster, but I would like some help with a change: it is giving half of the monster's base EXP (if a Demon gives 6k EXP, the bonus gives 3k), but I would like it to be half the general EXP , example: My EXP is by stages...
  13. potinho

    Scripter Fix NPC behauvior OTX 2

    Looking for someone able to solve problem of this thread: https://otland.net/threads/npc-with-another-npcs-speech.278927/#post-2708163
  14. potinho

    TFS 0.X Remove Battle when in a PZ

    Hello everyone, everything good? I saw a common question but I couldn't find a way to remove it in the sources, without having to do some LUA script. I managed to get the battle to be removed when the player enters a Protection Zone, but if he leaves soon after, the battle blocks the char...
  15. potinho

    Scripter [OTX 2] Fix MOD and NPC

    I need someone who have experience in OTX 2, i need to fix a MOD and NPC (problem here TFS 0.X - NPC with another NPC's speech (https://otland.net/threads/npc-with-another-npcs-speech.278927/)). Only people with refferences.
  16. 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...
  17. 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...
  18. 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 -...
  19. 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...
  20. 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...
Back
Top