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

    TFS 1.X+ How to check if item was moved into a specific container?

    For example, if I try to move anything but a key into a key ring, I want it to say it's not possible. But in /events/player.lua, onMoveItem I can't seem to figure out how to determine the "new parent". Anyone know a solution? Thanks in advance
  2. TheGahl

    TFS 1.X+ why does item change uid everytime it's touched?

    Could someone explain to my why items unique id changes everytime you use/move that item? I'm trying to make a script that will remove/change an item after certain time once someone used it. The item could be any item, even gps.. So.. how can I remember the item, without using the uid? Thanks...
  3. TheGahl

    How to create a item image from item id in OTClient?

    I'm trying to understand how OTClient works and now I'm stuck at another problem I've spent the whole day trying to figure out. I'm trying to create a window, similar to message of the day. Within that window I have a square box there I'd like to display a random item. But I have no idea how...
  4. TheGahl

    OTClient Is there a way to send magiceffects on OTClient without involving the game?

    I'm trying to figure out if there's a way to send magic effects from lua codes in OTClient but so far I can't seem to find anything for it. My idea like like, if I say/do something, a magic affect will be displayed (not sent from game). Anyone have any idea about this? I don't want to send the...
  5. TheGahl

    TFS 1.X+ my TFS 8.6 crashes multiple times/day in function Player::~Player

    Hello, My OT runs on ubuntu and have 1-20 players online. and I've had these crashes for a long time but I can't figure out why it happens. Someone told me to install gdb to make debug and I get this when the ot crashes: gdb > bt Reading symbols from world...done. [New LWP 3585] [New LWP...
  6. TheGahl

    Moving creatures leaves black dots on minimap

    Hello Yet another OTClient related issue. When I run away from creatures, that moves, as soon they go outside my viewrange, they will appear as a black dot on my minimap. This only goes for moving creatures if they're standing still no black dot will show up. This is my minimap as it should...
  7. TheGahl

    Area effect and damage effect in wrong order

    Hello I have this weird issue with my OTC there the damage effect is below the area effect. This is how it looks like: And as you can see, the area effect hides the damage effect (blue = hit by fire, pink = area effect): Have anyone else had this problem in their OTClient and managed to...
  8. TheGahl

    Big corpses "bug" magic walls, how to solve?

    Hello.. I have a weird problem with my OTClient that makes magic walls to appear bugged whenever big corpses are near them. How magic walls should be: How they act with big corpses near them: If a big corpse is laying on any of the position of the platinum coins, the magic wall will become...
  9. TheGahl

    OTC open containers limit, is that OTC or server sided?

    I can only open 20 containers in OTClient, but I want to open more. But I can't really find where the limit is set. Is is server or client sided?
  10. TheGahl

    OTC minimap black dots when moving away

    I has this problem, when I explore minimap, and then move away from an area that's 100% explored, black dots start turning up.. Does anyone know what that is about?
  11. TheGahl

    delete

    delete
Back
Top