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

    Flying mount system TFS 1.2

    nice work!! where is the config for flying with few mounts?
  2. darkjav

    [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]

    @Gesior.pl Thanks alot!! Where is the store_history table for Database?
  3. darkjav

    NPC Visual Gambler NPC [TFS 1.x]

    Any fix for bug of Browse Field?? Players can get alot money with this bug, please help!
  4. darkjav

    [TFS 1.2] Walk through players lower than protection level

    @ Milice Not work, but i fix with this pull request. :D
  5. darkjav

    Walkthrough players lower than protection level TFS 1.2

    See the comments there (pull request) and you can fix both issues on your server. :D
  6. darkjav

    [TFS 1.2] Walk through players lower than protection level

    Hello, I'm trying to make it so players that are within the protection level can be walked through. Original code: bool Player::canWalkthrough(const Creature* creature) const { if (group->access || creature->isInGhostMode()) { return true; } const Player* player =...
  7. darkjav

    Feature [TFS 1.0] Enable/Disable emoted spells on your character

    Hello, work on TFS1.2?
  8. darkjav

    Fix/Patch Exiva long names on TFS 1.x

    Thanks alot! :D
  9. darkjav

    OpenTibia LookType Generator v2.0

    reupload plx!
  10. darkjav

    Glooth factory [Update + rooms + monsters]

    Upload plx! :D
  11. darkjav

    Server crash on Linux

    BUMP! I really need the help... :/
  12. darkjav

    Server crash on Linux

    Any know if this work? otland.net/threads/error-in-map-h.122372/ or this? v a p u s.net/forum/viewtopic.php?f=220&t=5153&sid=23f60aac550fc89242f50e44e32557c1
  13. darkjav

    Server crash on Linux

    EDIT: The server have 2 months running, and the last was uptime was 140+ hours and today crasher with following message: TFS 1.0, Ubuntu 12.04 VPS, 16 GB RAM 12 Cores, 180+ players online Thanks for help.
  14. darkjav

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    @Codinablack, is TFS 1.0 and I fixed changing: function onDeath(cid, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) local monster = Monster(cid) to function onDeath(cid, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) local monster = Creature(cid) SOLVED :D
  15. darkjav

    TFS 1.0 Lag with X players online

    @Znote , is legendera.net Thanks for help me :D EDIT: @Znote, You login to the server and saw a problem?
  16. darkjav

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    @Codinablack, i have the same error :/ EDIT: I trying: function onDeath(monster, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) to function onDeath(monster, corpse, killer, mostDamageKiller, unjustified, mostDamage_unjustified) and the same :(
  17. darkjav

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    Hello, i have this problem: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/zombie_death.lua:eek:nDeath data/creaturescripts/scripts/zombie_death.lua:5: attempt to index local 'monster' (a nil value) stack traceback: [C]: in function '__index'...
  18. darkjav

    TFS 1.0 Lag with X players online

    Another suggestion?
  19. darkjav

    TFS 1.0 Lag with X players online

    Hello, i have a problem, when approximately 80 players are online in the dedicated server, this start with lag, i not have errors in console, and the specifications are the following: Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz Cores:8 Cache:10240KB RAM: 64GB Internet: 500 Mbps Provider: OVH...
  20. darkjav

    Webdesign Improved Elemental Layout by Squidy

    Reupload please.
Back
Top