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

    TFS 1.X+ Autoloot dropdown menu option in OTCv8

    Hey guys! I'm using the autoloot system by kor (which was based on psychonauts system): https://otland.net/threads/simple-auto-loot-system-tfs-1-3.273071/ It is actually working great but I wanted to add the option to rightclick an item (to open up the regular dropdown) and be able to...
  2. charlyhustle

    Lua onStepIn Problem

    Hi guys, I wrote a script for a quest but I'm struggling with getting it to work. Here's what i did: movements.xml: <movevent event="StepIn" actionid="56000" script="script.lua" /> script.lua: function onStepIn(creature, item, position, fromPosition) local player = Player(creature)...
  3. charlyhustle

    Lua NPC setMessage TFS 1.3

    Hi guys, is it possible to use the setMessage function to set a different message each time the player says something? Because right now I'm using this: npcHandler:setMessage(MESSAGE_FAREWELL, MESSAGES_GOODBYE[math.random(1,3)]) And it kinda works but the random function is just called once...
  4. charlyhustle

    Lua onKill event Problem

    Hi guys, I wrote a script for my server (TFS 1.3) where if you kill a boss it will summon another boss. When multiple players kill the monster theres a chance that the event will be triggered twice. I assume it's because of lasthit/mostdamage mechanic maybe? Here's my script: local timer = 1 *...
  5. charlyhustle

    C++ Item Attributes not working as intended TFS 1.3

    Hey guys, i recently posted in requests, asking for a system that lets you do stuff like this: <item id="1234" article="an" name="example armor"> <attribute key="weight" value="10000" /> <attribute key="armor" value="10" /> <attribute key="slotType" value="body" />...
  6. charlyhustle

    C++ TFS 1.3 Item Attributes

    Hey everyone, I need a system that allows me to do something like this: In items.xml: <item id="1234" article="an" name="example armor"> <attribute key="weight" value="10000" /> <attribute key="armor" value="10" /> <attribute key="slotType" value="body" />...
  7. charlyhustle

    OTClient OTC Tutorials?

    Hi guys, so I've spent the last few days searching for tutorials and documentation on how to compile and also customize the OTC but I just can't find any good ones. I'm not completely new to compiling but I couldn't get the OTC to compile without errors (using the latest sources from github)...
  8. charlyhustle

    [8.60] Need help setting up a server

    Hey guys, so for the last 2 days I tried setting up an 8.60 server and I really have no idea what I'm doing. There are no tutorials that seem to work for me so I'd figured i just ask for help. Maybe someone would be willing to help me out via Skype/TS/Discord. Thanks in advance!
  9. charlyhustle

    TFS 1.0 Can't connect as Hoster

    Hey guys I'm hosting a 10.37 tfs 1.0 server on my computer and wanted to know if it is anyhow possible to connect to it as a hoster. The owner of the server I use, "DarShaoOz", told me that it wasnt possible. Everything works perfect so far. People can create an account on my website and login...
Back
Top