• 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!

Recent content by HeberPcL

  1. HeberPcL

    Server lags when login/logout with a lot of items - time to fix it!

    I thought the code was not working well, after your tests. After seeing your comment.
  2. HeberPcL

    Server lags when login/logout with a lot of items - time to fix it!

    @Gesior.pl, did that proposal die?
  3. HeberPcL

    Spawn Problem [OTBR12.51]

    Fix MySQL Error: SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for boosted_creature -- ---------------------------- DROP TABLE IF EXISTS `boosted_creature`; CREATE TABLE `boosted_creature` ( `date` varchar(250) NOT NULL DEFAULT '', `boostname` text, `raceid`...
  4. HeberPcL

    [GESIOR2012] Houses auctions on WWW for TFS 1.0

    Hey @Gesior.pl Auto select first town, small fix. in houses.php replace ~~ line 145: if ($houses_town == $id) to if ( ($houses_town == $id) or ($firstTown == false) )
  5. HeberPcL

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Hey @Gesior.pl i get error in protocol 12.40, can help?
  6. HeberPcL

    OTClient otclient won't start

    Same problem.
  7. HeberPcL

    Printer Inactive

    It is a great loss for the community. Thanks for all the shared content! See you later.
  8. HeberPcL

    [10.98] Some map

    Great job!!!
  9. HeberPcL

    [8.60] Greed OTServer (Unique Map Done from scratch)

    Thanks for share. Nice work!
  10. HeberPcL

    AutoLoot System for tfs 1.x

    Need add variables in data/global.lua, paste this: -- AutoLoot config AUTO_LOOT_MAX_ITEMS = 5 -- Reserved storage AUTOLOOT_STORAGE_START = 10000 AUTOLOOT_STORAGE_END = AUTOLOOT_STORAGE_START + AUTO_LOOT_MAX_ITEMS -- AutoLoot config end
  11. HeberPcL

    [8.6] [0.3.7] - TeamWarOT HardCore - Team vs Team

    TeamWarOT HardCore 8.6 - Team vs Team Hey guys, today I'm opening the code for an old project. Something I did a long time ago. I hope to help the community and also revive this style of server. It was developed using MODs, so the entire server is in 3 files. Database Working with...
  12. HeberPcL

    Spell Safeguard Protection against Fatal HITS!

    1 - Make sure the file is in the "data/spells/scripts/safeguard.lua" path 2 - Post your login.lua
  13. HeberPcL

    Tibia Pic Editor v3.0 by Trooper

    Great job man! Thanks for sharing. 👏👏
  14. HeberPcL

    [any TFS] print_r, improved print

    OMG, this is very useful. Thx!
Back
Top