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

    Putting free account to use beds in houses

    What server do you use ?
  2. 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
  3. 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 =...
  4. Nottinghster

    Tradeoff 2.0 TFS 1.3+

    Don't forget to use the command /reload all or just restart your server
  5. 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
  6. 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 +...
  7. 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
  8. 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...
  9. Nottinghster

    Peroxide's Mapping Thread

    Shit, this looks amazing !!!
  10. Nottinghster

    [12.85] 25th Anniversary Tibia! Event Map.

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

    How change ip client Tibianic

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

    New: What song are you listening to thread

    Hail Gojira !!! 1641388272 Aaaah qual é cara kkkkkkkk
  13. Nottinghster

    Monsterpack and spellpack for tibia 8.6 based on real tibia.

    For those who still need that datapack (only monsters, sorry!) I've used that datapack with some fixes, for my old project called Tibia World RPG OldSchool, they are very accurated, and also included some more (Devovorga and their minions and others that I don't remember). Monsters files are...
  14. Nottinghster

    [7.4] Avesta 7.4 Global map with spawns.xml and houses

    That engine, I'm the one who converted to the original 7.4, a long long time ago. :) I've deleted the repo on my github page, but you can find it here: GitHub - Podkal/Avesta-1: OpenTibia Server for Tibia 7.4, 7.6 and 7.7x (https://github.com/Podkal/Avesta-1) The original thread -> [7.4, 7.6...
  15. Nottinghster

    Whats your Computers Stats?

    Laptop Lenovo Legion Y540: Processor: Intel Core i7 9th Gen 9750H (2.60 GHz ~ 4.5 GHz Turbo Boost) Storage: 1 TB HDD - 128GB SSD PCIe GPU: NVidia GeForce RTX 2060 - 6 GB GDDR6 RAM: 16 GB DDR4 2666MHz Peripherals: Monitor (screen): Lenovo G25 FHD 24.5" FreeSync 144Hz Keyboard: Lenovo Legion...
  16. Nottinghster

    OpenTibia OT Monster Converter

    https://otland.net/threads/data-conversion-capture-monster-file-conversion-to-json.272396/post-2623568 @EvulMastah wrote a basic converter in PHP ;)
  17. Nottinghster

    Best 7.4 engine out there (no 7.72 downgrades)

    I was the one who made it, but deleted those repos, glad someone forked :)
  18. Nottinghster

    OpenTibia OT Monster Converter

    @soul4soul thanks for the fast fix about nested loots, great tool !!!
  19. Nottinghster

    [8.60/8.00/7.72] Clean TFS 1.5 Downport

    Amazing, just amazing!
Back
Top