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

    map track otclient

    it's possible?
  2. Snix

    [8.60/8.00/7.72] Clean TFS 1.5 Downport

    go downgrade to 10.56
  3. Snix

    No matching function addEvent

    tfs 1.2 1606636975 function: void Creature::addCorpse(Cylinder* tile, Item* corpse){ g_game.internalAddItem(tile, corpse, INDEX_WHEREEVER, FLAG_NOLIMIT); } Event: g_scheduler.addEvent(createSchedulerTask(10000, std::bind(addCorpse, tile, corpse))); it worked :)
  4. Snix

    No matching function addEvent

    add an item to the map after 10 seconds 1606636684 g_game.internalAddItem(tile, corpse, INDEX_WHEREEVER, FLAG_NOLIMIT); add delay 10 seg 1606636691 addEvent
  5. Snix

    No matching function addEvent

    g_scheduler.addEvent(createSchedulerTask(4000, std::bind(&Game::internalAddItem, &g_game, tile, corpse, INDEX_WHEREEVER, FLAG_NOLIMIT))); ERROR: no matching function for call to ‘bind(<unresolved overloaded function type>, Game*, Tile*&, Item*&, const int32_t&, cylinderflags_t)’...
  6. Snix

    Help otx removeSummon crash

    For (Creature * summon: player->getSummons ()) { g.game.removeCreature (summon); } Batida :(
  7. Snix

    TFS 1.X+ Help me , function Game.CreateMonster

    that blue teleport effect when you create a monster.
  8. Snix

    TFS 1.X+ Help me , function Game.CreateMonster

    need help, tfs 1.3 function Game.createMonster creates the monster using the teleport MagicEffect, wanted to change that effect.
  9. Snix

    DRAW OTCLIENT

    what function does the client use to draw creatures? I need to create a sprite on the client without being bound to a creature.
  10. Snix

    HELP CHAT REP+ (OTCLIENT)

    Hello, + rep for anyone who can help me I would like to know how to reduce horizontally the chat
  11. Snix

    OTClient HELP GAME CHAT

    removide
  12. Snix

    Lua OTClient Minimize Chat Window.

    removide
  13. Snix

    Printer PokeServer from Scratch!

    Make the server available please
  14. Snix

    [TFS 1.2] Pet system

    link off And put there monsters from package: http://speedy*****malware.localhost/gkaSV/pets.tar.gz
  15. Snix

    WEBSITE (GESIOR) HELP

    Google Translator I need help, with website: OS: Ubuntu 16.04 LTS Gesior: by Victor So, guys, I've set everything right: > Add the permission (chmod 777) in the www folder; > I imported the database; > Add the server location (/ otserv /); > Add user / pass / db in config.lua; The...
  16. Snix

    My System by SniX [Jakson Souza]

  17. Snix

    [Sweden] Pokemon Portal Online Beta! [Custom]

    no have link, download? :(
  18. Snix

    Printer PokeServer from Scratch!

    go open project:)
Back
Top