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

    Monster goes Invisible you don't LoseTarget & Firespells

    Sorry for bump this old thread, but this is something important.. @Mehah just fixed that old problem, check his commit -> fix #360 · mehah/otclient@e84ff12 (https://github.com/mehah/otclient/commit/e84ff12e1b6d583d6a9c41b68876a2d8505478c4) He's doing an amazing work with his OTC edition...
  2. Nottinghster

    Best engine for 8.6?

    https://github.com/opentibia/server/tree/legacy The original one Or if you prefer, the original one with some fixes and Cast System ;) https://github.com/Nottinghster/OTServ_SVN-0.6.4
  3. Nottinghster

    TFS A* Algorithm :D

    In that order: https://github.com/ralke23/Greed-TFS-1.5-Downgrades/commit/45f9793faa63201db903bc79d724bae80c9b6f46 https://github.com/ralke23/Greed-TFS-1.5-Downgrades/commit/eb642bf87f76c600479abdc16201af816183dead...
  4. Nottinghster

    OTClient Market module bug tfs 1.3 8.6

    https://github.com/OTCv8/otclientv8/blob/4c1fc24f26f6e3fdc9b46916672340dacfcd4b55/modules/game_features/features.lua#L81 Add that feature bellow this: https://github.com/OTCv8/otclientv8/blob/4c1fc24f26f6e3fdc9b46916672340dacfcd4b55/modules/game_features/features.lua#L57
  5. Nottinghster

    Debug change outfit TFS 1.5 downgrade 8.6

    What's the error message ?
  6. Nottinghster

    Request maps you need here!

    Does anyone have Temple of Light, used in Lightbearer Quest ? Why no one tracked this yet ???
  7. Nottinghster

    Putting free account to use beds in houses

    https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.60/src/bed.cpp#L98 Change for this if (!player || !house || player->getZone() != ZONE_PROTECTION) { Don't forget to build/rebuild your .exe
  8. Nottinghster

    Putting free account to use beds in houses

    What server do you use ?
  9. Nottinghster

    [Znote AAC] Advanced Spells v2

    @Znote It would be nice to convert that to work with TFS 1.x+, and make it default in ur AAC
  10. Nottinghster

    TSF 1.5 Yalahar mechanism

    Try that my friend, just modified a bit ;) local config = { [51151] = {mPos = Position(32729, 31200, 5)}, [51152] = {mPos = Position(32734, 31200, 5)}, [51153] = {mPos = Position(32744, 31161, 5)}, [51154] = {mPos = Position(32744, 31164, 5)}, [51155] = {mPos =...
  11. Nottinghster

    Tradeoff 2.0 TFS 1.3+

    Don't forget to use the command /reload all or just restart your server
  12. Nottinghster

    Tradeoff 2.0 TFS 1.3+

    Paste this inside lib\core\player.lua too function Player.getTotalMoney(self) return self:getMoney() + self:getBankBalance() end
  13. Nottinghster

    Tradeoff 2.0 TFS 1.3+

    Paste this inside lib\core\player.lua function Player.removeTotalMoney(self, amount) local moneyCount = self:getMoney() local bankCount = self:getBankBalance() if amount <= moneyCount then self:removeMoney(amount) return true elseif amount <= (moneyCount +...
  14. Nottinghster

    TFS 1.5 Global Bank request

    That function https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.60/data/lib/core/player.lua#L223-L243
  15. Nottinghster

    Feature [TFS 1.x+] Print all send network packets in server console

    As I said to you in Discord, with your help, I figured out the problem, and it was so easy to fix it. The problem was in function default_onDropLoot, the message type was defined to MESSAGE_LOOT, wich wasn't defined anywhere, just changed to MESSAGE_INFO_DESCR and works again, it was my own...
  16. Nottinghster

    Peroxide's Mapping Thread

    Shit, this looks amazing !!!
  17. Nottinghster

    [12.85] 25th Anniversary Tibia! Event Map.

    Nice release, btw, what map tracker did you used ?
  18. Nottinghster

    How change ip client Tibianic

    https://github.com/rwxsu/tibianic-dll/blob/926dfe3e58172154262cf329763090a970bfc614/include/const.h#L24
  19. Nottinghster

    New: What song are you listening to thread

    Hail Gojira !!! 1641388272 Aaaah qual é cara kkkkkkkk
Back
Top