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

    [8.0] - TFS 1.2

    Attack spells and runes exhaust heal spells and runes.
  2. celohere

    [8.0] - TFS 1.2

    Could any moderator please update the first post by replacing the old download with this one and also the changelog ,and remove spoiler bugs and spoiler changes?Thanks.
  3. celohere

    [8.0] - TFS 1.2

    Already fixed , If someone using this files has something to contribute please do it ,even small fixes ,everything is welcome ,help me to keep updating this distro ,you can help here or on github . =)
  4. celohere

    TFS 1.X+ How to not get kicked from server when brute force exit

    Just add /* */ /*if (noPongTime >= 60000 && canLogout()) { if (g_creatureEvents->playerLogout(this)) { if (client) { client->logout(true, true); } else { g_game.removeCreature(this, true)...
  5. celohere

    TFS 1.X+ How to not get kicked from server when brute force exit

    You can comment this part in players.cpp if (noPongTime >= 60000 && canLogout()) { if (g_creatureEvents->playerLogout(this)) { if (client) { client->logout(true, true); } else { g_game.removeCreature(this, true); }...
  6. celohere

    How to fix PZ, you attack a monster then go Into Pz then u can logout, Need help!

    Go to protocolgame.cpp and in this function void ProtocolGame::logout(bool displayEffect, bool forced)search for this part if (!player->getTile()->hasFlag(TILESTATE_PROTECTIONZONE) && player->hasCondition(CONDITION_INFIGHT)) { and change for this if...
  7. celohere

    TFS 1.X+ Conjure runes in backpack

    https://github.com/otland/forgottenserver/blob/1.2/src/spells.cpp#L1610
  8. celohere

    C++ new one - missing ladders Nostalrius 7.7

    https://otland.net/threads/guide-otclient-ladder-issue.257014/
  9. celohere

    [8.0] - TFS 1.2

    This is the correct behavior (according to the real tibia) ...
  10. celohere

    [8.0] - TFS 1.2

    yes
  11. celohere

    [8.0] - TFS 1.2

    That's because I didn't implement the rook system, so the minimum experience a player can get before being sent to the rookgard is 3780.
  12. celohere

    [8.0] - TFS 1.2

    I believe it is a issue with 8.0 client , if that bothers you just use otclient.
  13. celohere

    Solved Paladins use mana rune and the auto-attack stops

    If you dont have classicAttackSpeed on config lua ,just add this Fix #1319 (#2109) · otland/forgottenserver@24a27e1 (https://github.com/otland/forgottenserver/commit/24a27e10de5bb476b979ad7e6bf95c53bdaad6d6)
  14. celohere

    Solved Paladins use mana rune and the auto-attack stops

    Did you set classicAttackSpeed to true in config.lua?
  15. celohere

    [8.0] - TFS 1.2

    Try to reproduce with default data.It's happening with all stackable items (gold coins, other foods ,bolts ,spears) ,or just with the ham?
  16. celohere

    [8.0] - TFS 1.2

    I can't reproduce this here using the default data, and as no one else has reported something like that, I assume it's a problem with your personal data. I will need more info about what you changed , and next time upload your videos on some website like Vimeo: Watch, upload, and share HD and 4K...
  17. celohere

    [8.0] - TFS 1.2

    Basically your error occurs because you oppened the project with visual studio 2017 and now you need to retarget to the right libraries or simply download the sources from github again ,and open using visual studio 2015 , if you open with visual studio 2017 the same issue will happen again.If...
  18. celohere

    [8.0] - TFS 1.2

    https://www.4shared.com/file/8RAQKt7Qiq/vs_community.html
  19. celohere

    [8.0] - TFS 1.2

    https://visualstudio.microsoft.com/pt-br/vs/older-downloads/ You can compile with visual studio 2015 and 2017.
Back
Top