• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. BloodGauntlet

    Lua Where can I find the npcHandler metamethod/table in the source?

    I need to see the list of available npc metamethods. Checked npc.cpp, lua.cpp, compat.lua and all the posted function metamethod threads. I found it in the NPC folder, derping hard.
  2. BloodGauntlet

    [1.1] Function to open shop window from NPC name.

    Title pretty much says it all, looking for a function like: function openTradeWindow(npcName) { //opens the shop window from the NPC xml data. } Rest of the script I'm working on is golden just need some help with that part.
  3. BloodGauntlet

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Having some trouble, getting this when the server starts up. [TFS 1.1] [Warning - Event::checkScript] Event onSay not found. scripts/sp.lua Followed the directions exactly. Any help much appreciated. EDIT: re went through the steps and it is working, apologies.
  4. BloodGauntlet

    Why so little documentation?

    Wow, yes! I missed that, awesome, thanks much. I'm going to blame it on not having my coffee rather than not doing my research. Tons of missing information however :(. I appreciate the community, and the great game server, I hope in the future contributors to the repository put strong emphasis...
  5. BloodGauntlet

    Why so little documentation?

    I appreciate and understand the goal of TFS is to emulate Tibia, but over the years a stable very customizable game server has been created. If someone wanted to build a modern tile+sprite based MMORPG TFS is the bread and butter. But to do so you have to dig through the source code to try and...
Back
Top