• 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

    Lua [TFS 0.X] Error when kill 2 bosses with reward system

    Hello guys, I have a script for Reward Chest (who send parcel to DP with loot, and calculate reward by damage or heal), but when people kill 2 bosses script got this error on console: 2023-06-01 20:46:51 - [Error - CreatureScript Interface] 2023-06-01 20:46:51 - In a timer event called...
  2. potinho

    TFS 0.X [OTX 2] Yellow skull bug

    Good evening guys, how are you? I saw that my engine has a Yellow Skull bug, I'll try to explain: Player 1 attacks player two. Player 2 Attacks player 3 Player 3 attacks player 1 (turning Yellow Skull) Player 1 leaves, loses the skull and manages to attack player 3 without getting White Skull...
  3. potinho

    TFS 0.X [OTX 2] Weird bug Amulet of Loss - Loosing items or not loosing AoL

    Hello everyone, everything good? I have a strange bug that rarely happens, I just believe it happens because it happened to me: sometimes, even with AoL, when a player dies he loses his backpack. With me, after that happened, I died several times in the char (with aol) and he just stopped losing...
  4. potinho

    Programmer [OTX 2] Remove Queue From NPCs (7.72 Protocol)

    Hello guys, Im looking for someone who be able to remove queue from NPCs in my old engine with 7.72 protocols. I want NPCs answer all people without put them on a queue.
  5. potinho

    TFS 0.X [LUA] Casino - Item Roulette

    Hello guys, how are you? I have this script bellow to roll items in a casino, works fine, but i guess can be improved. When roll finishes, person needs to wait few more seconds before roll again, i want to put exaust just during items rolling. I find some unused variables too, i guess this...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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 =...
  13. 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 ||...
  14. 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.
  15. 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.
  16. 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 -...
  17. 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...
  18. 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
  19. 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...
  20. 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.
Back
Top