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

    TFS 1.X+ Tfs 1.2 How make npc talk alone?

    How to make him yell? :D
  2. croix

    [MyAAC][Plugin][Template] Emma

    Where do I edit for this to look as it should? I've tried editing in account.management.html.twig, but nothing I change there gets saved onto the page.
  3. croix

    MyACC - News Ticker - Emma Template

    Did you ever get this resolved?
  4. croix

    [TFS 1.3] EventCallback: Firestorm Event

    Does this also work for older tibia clients that does not have inbox? Cheers
  5. croix

    MyAAC v0.8.21

    Ah. As a bit of a git-newb, whats the smoothest way of updating without ruining any settings I've changed?
  6. croix

    MyAAC v0.8.21

    0.8.0
  7. croix

    MyAAC v0.8.21

    Added my items.xml file to every folder on my damn server, still not working lol :(
  8. croix

    [TFS 1.3] Missing Voice Module

    Na I mean, it works without voicemodule, but this happens whenever I add it. I want it working though!
  9. croix

    [TFS 1.3] Missing Voice Module

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  10. croix

    MyAAC v0.8.21

    I get this error when someone makes a new account, the account gets created but what causes this error message? Cheers
  11. croix

    [TFS 1.3] Missing Voice Module

    I've added the module from the commit but now I get this error on every npc script - What am I missing, and in what file? (Guessing in the NpcSystem file..?) lol Tried updating all npc libs from github but still got the same error :O Edit: This is what causes the error also...
  12. croix

    [MyAAC][Plugin] Gesior Shop System

    Got it working, but the pice is a bit big lol
  13. croix

    MyAAC v0.8.21

    Hi! Do you have any fix for this? (Happens when I want to reload monsters)
  14. croix

    OpenTibia Items and outfits images generator for website

    Is there any way to make custom outfits? The SRC generated wants the full head=, body=, addons= etc, but my custom outfit only has an ID + direction Edit: Fixed it, but images are a bit big, but whatever :D
  15. croix

    [MyAAC][Plugin] Gesior Shop System

    Is there any non-anim version of the outfit generator? (Outfit Image Generator - OpenTibiaLibrary (https://outfit-images.ots.me/generator/)) The src becomes /images/outfits/?id=131&addons=3&head=4&body=38&legs=87&feet=114 whilst the files generated are just numbered.
  16. croix

    Lua [TFS 1.3] Get script to fetch player.id (from database)

    Lol I wish I knew that this existed before I started thinking about this. Thanks everyone for getting so invested though, problem solved! Cheers!
  17. croix

    Lua [TFS 1.3] Get script to fetch player.id (from database)

    Sweet, that seems to work fine, thanks! Shouldn't it now be able to kick myself before the query is entered so that it actually falls through? Because the character has to be offline for the query to work. function onUse(player, item, fromPosition, target, toPosition, isHotkey) local...
  18. croix

    [8.6] Get client to work with modified .dat?

    Anyone?
Back
Top