• 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. leik meris

    OTClient error [C]: in function 'getSpectatorsInRangeEx' otv8

    void ProtocolGame::sendFeatures() { if (!otclientV8) return; std::map<GameFeature, bool> features; if (features.empty()) return; auto msg = getOutputBuffer(1024); msg->addByte(0x43); msg->add<uint16_t>(features.size()); for (auto& feature ...
  2. leik meris

    Compiling TFS 1.2 - Who can help me get Cast System?

    https://github.com/djarek/forgottenserver/tree/casting_system
  3. leik meris

    TFS 1.X+ funcion add outfit and addon in shop.lua otclient

    solved, close please
  4. leik meris

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Hi, how are you? I don't know how to install SabrehavenWwwLibriaryWorker, could you give me a tutorial on how to do it, please: c
  5. leik meris

    TFS 1.X+ Help Nostalrius depot problem

    solution?
  6. leik meris

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    thanks for the contribution, for a long time I have been trying to add market system, now I finally succeeded thanks to you :D
  7. leik meris

    OTClient error [C]: in function 'getSpectatorsInRangeEx' otv8

    HELLO, I DON'T KNOW IF IT WORKS FOR YOU BUT I INSTALLED THE FOLLOWING FEATURE LINK AND IT GAVE ME THAT ERROR, I UNINSTALLED IT AND AFTER THAT THAT PROBLEM WAS NO MORE PRESENTED
  8. leik meris

    Gifts "string(81)"

    solution?
  9. leik meris

    Load npc by specific date!

    thanks!
  10. leik meris

    Sprites

    share please
  11. leik meris

    Condition Panel like in 7.4 (OTClient V8)

    wardiola
  12. leik meris

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    otclientv8 layout 8.0
  13. leik meris

    Warning Message - Missing Channel

    show chatchannels.xml
  14. leik meris

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    3. go to modules.lua in npc/lib/npcsystem/
  15. leik meris

    [8.0] - TFS 1.2

    change bool bool Mailbox::sendItem(Item* item) const to bool Mailbox::sendItem(Item* item) const { std::string receiver; uint32_t depotId = 0; if (!getReceiver(item, receiver, depotId)) { return false; } /**No need to continue if its still empty**/ if...
  16. leik meris

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    local stairsPosition = Position(32225, 32282, 9) function onStepIn(creature, item, position, fromPosition) -- create stairs if item.actionid == 50025 then local stairsItem = Tile(stairsPosition):getItemById(424) if stairsItem then stairsItem:transform(4836)...
  17. leik meris

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    bug in cyc Item ID: 425, Action ID: 50025 Position: 32225, 32268, 9
  18. leik meris

    OTClient Exp Analyzer Button and Reset Button

    hello, where do I get that module?, could you send me the link please
Back
Top