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

    Primal quest

    Looking for primal quest with monsters all mechanics
  2. N

    Upgrade src/client 12.72 -> 91

    I am looking for help with updating the client version. When I try to login to my server with the 12.91 client, the client closes. When I have put assets from 12.72 to12.91 I can log in. Maybe some lines are missing in the protocolgame
  3. N

    Increase the amount of hp and mana displayed

    Like in title how to in tfs increase diplay mana and hp in stats etc. I chnage some int32 to int64 in protocolgame.cpp but i always have debug client
  4. N

    Crash checkCreature, Npc:onThink

    https://justpaste.it/795kj I do not know in what case this happens Canary src
  5. N

    Check if specific item is in backpack

    Wants to check if the player has an item in their inventory. The problem arises when the player, for example, throws an item and it disappears and then the "target: getTopParent ()" function is performed on that item, this is a crash. Do you have any idea how to check if the player still has...
  6. N

    Monster pushItems() bug

    The monster only moves objects in front of it, even if they are not moving in that direction. If it goes in a different direction than it is facing, it will not move the object, but it should. I think problem is here(monster.cpp): if (result && (canPushItems() || canPushCreatures())) {...
  7. N

    Crash ContainerIterator::advance()

    Thread 2 (Thread 0x7ffff79d8700 (LWP 642687)): #0 0x0000555555874a63 in ContainerIterator::advance() () No symbol table info available. #1 0x00005555558b8c8a in Game::internalQuickLootCorpse(Player*, Container*) () No symbol table info available. #2 0x00005555558b4b24 in...
  8. N

    Modal Window return yes/no

    Hi guys i need help with modal window. For example: function onUse(args...) ... openModalWindow() if modalWindowChoice == Yes then ... end ... end It is possible to get choice of modal window inside another function like onUse? It must work like that because i need...
  9. N

    Imbu don't show in CharacterCombatStats

    Imbu absorb is not showing in combat stats void ProtocolGame::sendCyclopediaCharacterCombatStats() { NetworkMessage msg; msg.addByte(0xDA); msg.addByte(CYCLOPEDIA_CHARACTERINFO_COMBATSTATS); msg.addByte(0x00); for (uint8_t i = SKILL_CRITICAL_HIT_CHANCE; i <= SKILL_LAST; ++i)...
  10. N

    Anti Rollback SIGKILL

    https://github.com/Johncorex/OTG-Premium-Version/commit/e9742002d16cd8a261b8fd6da345b55fe2b55702 Does someone know how to edit this files to save server also when SIGKILL kill server process? Now is error "anti rollback config:8: Error in sourced command file:"
  11. N

    Allow more than one client version

    How can i allow to login to my server every 12.7x client version? Now i have message "Only clients with protocol..." I want to allow for example 12.70 and 12.72
  12. N

    Reflect dmg not include absorbpercent

    Does not take into account the resistance from the equipment (e.g. from the stone leather amulet) game.cpp: if (attacker && target->getMonster()) { uint32_t primaryReflect = target->getMonster()->getReflectValue(damage.primary.type); if (primaryReflect > 0) {...
  13. N

    strange crash

    Thread 1 "tfs" received signal SIGSEGV, Segmentation fault. 2022-05-12 20:37:31 - 0x00007ffff7333485 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 2022-05-12 20:37:31 - 2022-05-12 20:37:31 - Thread 1...
  14. N

    Few items on market crash client when i click it

    Like in the tittle 12.72
  15. N

    How to add new item with existing sprite to client 12.72

    Like in the tittle (How to add new item with existing sprite to client 12.72)
  16. N

    Blocking multiaccount from One ip

    Hi, maybe someone know how to set limit for ip to making accounts on page? So that someone could not set up a bot and create, for example, 1000 accounts in 10 seconds
  17. N

    Monster walk to spawn

    https://github.com/marmichalski/forgottenserver/commit/9ad973ec5232e4e77674c4d6d602b8e830d44312 I add this commit to my otbr src but it not work in 100%. Some monsters back to spawn correct but some stop in the middle of way and sometimes it doesn't even move. Any idea?
  18. N

    Script to strengthen the monster's attacks by 5%

    Hi guys, Like in the title i looking for script to strengthen the monster's attacks(mele+spells) by 5% and script to strengthen the monster's defense(player attack monster 5% less from all spells and mele) by 5%. I know i have to use onHelathChange() but i dont know how.
  19. N

    Cast a spell while standing by the stairs

    https://user-images.githubusercontent.com/63909484/151579308-4239b6dd-05ea-4f0d-90d0-d5a121d1fa7a.mp4 should be able to cast a spell while standing by the stairs etc.
  20. N

    Soulwar bosses

    I'm looking for soulwar bosses :) All mechanics or similar
Back
Top