• 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

    The point is that the function is trying to perform an operation on an object that does not exist. Is there any possibility to check if a given item exists?
  6. 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...
  7. 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())) {...
  8. 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...
  9. N

    I am looking for a Poland who will help me fire up ots for a fee

    Mogę Ci pomóc, odezwij się w prywatnej
  10. 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...
  11. 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)...
  12. 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:"
  13. 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
  14. 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) {...
  15. 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...
  16. N

    Few items on market crash client when i click it

    Like in the tittle 12.72
  17. N

    Blocking multiaccount from One ip

    I use CloudFlare 1651148761 I use Custom GesiorAAC
  18. N

    How to add new item with existing sprite to client 12.72

    i need dat and spr 12.72 to opec corret itemeditor. Do you have it?
  19. N

    How to add new item with existing sprite to client 12.72

    I dont need to make something in assets editor and object builder?
  20. 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)
Back
Top