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

Recent content by gustavok2

  1. G

    Programmer Looking job imbluiment

    Hello. I'm looking for a job. I'm interested in an Imbuement system identical to the one on global Tibia. Imbuing (https://tibia.fandom.com/wiki/Imbuing) I'm using TFS 1.5 Nekiro, downgraded to version 8.6. Discord: k26892
  2. G

    Debug Oldclient 8.6 (using base nekiro 1.5)

    Sure, I can. The fix I made was exactly what you guided me to do. I fix it after update my protocolgame.ccp void ProtocolGame::checkCreatureAsKnown(uint32_t id, bool& known, uint32_t& removedKnown) { auto result = knownCreatureSet.insert(id); if (!result.second) { known = true...
  3. G

    Debug Oldclient 8.6 (using base nekiro 1.5)

    @Gesior.pl you are amazing! amazing! amazing! It’s exactly as you said — I ran the tests following your instructions, and the issue happens exactly like you described. After applying the fixes to the source, the problem was completely solved. Thank you so much, master @Gesior.pl!
  4. G

    Debug Oldclient 8.6 (using base nekiro 1.5)

    Hello Everybody! Could you help me with yours experiences? I'm facing an issue with the old Tibia 8.6 client. I don't know if you've encountered something similar, but what happens is that after a certain number of spawns that the player kills, the old client crashes (debugs). This also happens...
  5. G

    Lua Help for task system 1.5

    same error: I'm using the default lib from this source from the MillhioreBT repository, I tested it with your lib, but it's not working either:
  6. G

    Lua Help for task system 1.5

    same error :(:
  7. G

    Lua Help for task system 1.5

    This NPC script is wrong, it doesn't seem to be for tasks.
  8. G

    Lua Help for task system 1.5

    Abdala Ragab followed all the steps from this thread, but I am still receiving these errors :( The errors above occur when I say Hi, task and when I use the command !task
  9. G

    Lua Help for task system 1.5

    Hello everyone, I am trying to implement a task system in this source from MillhioreBT. (GitHub - MillhioreBT/forgottenserver-downgrade: TFS Downgrade 1.5 8.6)) I followed all the instructions from various topics, but unfortunately, I was not successful and couldn't find any solution for this...
  10. G

    TFS 1.X+ Server Crash Nekiro 8.6 Downgrade

    Sorry, I'm using TFS 1.3
  11. G

    TFS 1.X+ Server Crash Nekiro 8.6 Downgrade

    Hello guys,, recently I've been receiving crash using sources Nekiro 1.2 8.6 downgrade. Can someone explain who causes this crash?
  12. G

    Lua Experience bonus for MC

    up
  13. G

    Lua Experience bonus for MC

    How do I check if the player is using MC will receive experience bonus I make this script, but is not working. (TFS 1.0) function onKill(cid, target, lastHit) local attackMonster = Monster(target) if not attackMonster then return true end...
  14. G

    Bug Reports

    Need Fix Loot of Hellhound. The loot is outdated. Thanks Server LunarForces
Back
Top