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

    Lua [Canary] NPC with Daily / weekly.

    You could just use Grizzly Adams and reset the storage values after a day or write a time value inside the storages. 1737633246 local lastReward = player:getStorageValue(Storage.DailyRewardLastReceived) local currentDay = os.time(os.date("!*t")) if lastReward == -1 then...
  2. Demoncrawler

    problem with item

    Well if you write player in front of the item it's obviously gonna search for the item inside the player. I don't think you need the player: just write item: remove() or removeItem whatever the command for your otserver is.
  3. Demoncrawler

    Reignofdarkness

  4. Demoncrawler

    Problem

    Thx Paulles for translating, but what version of Otserver did you download and where did you download it? 1737130435 I recommend downloading a Data pack instead. You probably downloaded some raw code and then you have to compile everything first. And read the instructions afterwards for the...
  5. Demoncrawler

    Problem

    Gj, how about you translate it to English first
  6. Demoncrawler

    GOD cant open any boss loot on canary 13x

    You recompiled the canary-sln.exe? With visual studio?
  7. Demoncrawler

    [Germany][Custom / 10.98] Reign of Darkness

    Now at Reign-of-darkness.de
  8. Demoncrawler

    GOD cant open any boss loot on canary 13x

    turn bossloot from true to false or search in the source code for "you are an admin" and change it so it checks if you are god or not 1736856022 in actions.cpp const uint32_t corpseOwner = container->getCorpseOwner(); if (container->isRewardCorpse()) { // only...
  9. Demoncrawler

    OTClient ProtocolGame parse

    I am not sure if your client is actually meant to be used with that server. My client has this in features.lua and you can see leech is in version 13.20 if version >= 1200 then g_game.enableFeature(GameColorizedLootValue) g_game.enableFeature(GameThingQuickLoot)...
  10. Demoncrawler

    LF Testers 10.98 Custommap TFS 1.3

    You get partially points at random levels and partially points for the skills at certain levels. I'm using a custom client with 13.32 graphics
  11. Demoncrawler

    LF Testers 10.98 Custommap TFS 1.3

    I'm back with the server
  12. Demoncrawler

    Meha's Client and Canary

    I have downloaded the latest Meha's client sources and the latest Canary. But the client version is 13.32 and the Canary is for version 13.40. Do I have to change the client to 13.40 and where? or do I have to chance the server back to 13.32? I haven't used both before
  13. Demoncrawler

    Hiring full team to create new project

    I would like to know a little bit more about the server. Like what client it's gonna be and so on.
  14. Demoncrawler

    (Deutsches) Open Tibia Projekt sucht Zuwachs!

    Problem ist nur, die Sprites sind alle im Client und werden dann sofort geklaut. Deswegen besser nicht soviel Arbeit in die Sprites stecken. Es gibt sowieso schon eine riesige Auswahl.
  15. Demoncrawler

    How to create new skills

    It seems like adding new custom skills are not working for mehas Otclient and the latest tfs.
  16. Demoncrawler

    Which engine are you using?

    Well no distribution is really bug free. But I'm quite certain Canary has more bugs. It is quite tempting to change to Canary, because it has some nice stuff like for example the wheel of destiny or whatever it is called. But I am used to work with tfs so I would rather keep tfs.
  17. Demoncrawler

    Which engine are you using?

    I'm used to tfs and I have custom stuff that I reuse. Don't really wanna work with Canary but it is most likely too much work to change everything to Canary.
  18. Demoncrawler

    (Deutsches) Open Tibia Projekt sucht Zuwachs!

    Hallo, ich hatte zwei verschiedene Server. Einen vor etwa 9 Jahren, mit RLMap und CustomMap in einem. 2021 hätte ich einen zweiten Server mit Custom Map alleine. https://otland.net/threads/germany-custom-10-98-reign-of-darkness.276926/
  19. Demoncrawler

    C++ This old code isn't working anymore

    I tried to copy old code from 2021 to the latest tfs. But it doesn't work anymore, the server won't start as soon as I copy that part into the latest tfs. ""old function"" bool Spawn::addMonster(const std::string& name, const Position& pos, Direction dir, uint32_t interval) { MonsterType*...
  20. Demoncrawler

    CipSoft's "Creator" software (Map Editor and more)

    https://www.google.de/amp/s/amp.theguardian.com/science/brain-flapping/2015/apr/02/democracy-psychology-idiots-election
Back
Top