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

    Compiling TFS 0.4 Debian 11 compiling error

    I'm stuck with this error when trying to compile tfs 0.4 r3884 on Debian 11 tools.cpp: In function ‘std::string transformToMD5(std::string, bool)’: tools.cpp:43:2: error: ‘byte’ was not declared in this scope; did you mean ‘CryptoPP::byte’? 43 | byte digest[CryptoPP::Weak::MD5::DIGESTSIZE]...
  2. W

    Who bought hexana.net domain

    Or owners reactivating the server?
  3. W

    Formula of penalty for using a weapon below required level

    I noticed that on all TFSs including TFS 1.3 there is this basic formula which just reduce your damage by half if you're below required level weapons.cpp: int32_t damageModifier = 100; if (player->getLevel() < getReqLevel()) { damageModifier = (isWieldedUnproperly() ...
  4. W

    TFS 0.X What's the function to get weapon attack? TFS 0.4

    What's the function to get weapon attack? Is there something like getweaponattack? TFS 0.4
  5. W

    TFS 0.X How to add custom flag to player

    How to add custom flag to player like for example: PLAYERCUSTOMFLAG_IGNOREHOUSERENT ? TFS 0.4
  6. W

    TFS 0.X utito tempo does not lower shielding PERCENT problem TFS 0.4 r3884

    A negative value seems not to work with percentages, although is set by default:CONDITION_PARAM_SKILL_SHIELDPERCENT, -100) but it works fine when I use option with reducing by chosen value without PERCENT:CONDITION_PARAM_SKILL_SHIELD, -100)(like death ring for example) I assume that the problem...
  7. W

    That meme

    lol
  8. W

    C++ Distance effect fix for weapons with last charge TFS 1.x -> TFS 0.4

    Would somebody be able to convert this fix to TFS 0.4? https://github.com/otland/forgottenserver/commit/1e6af5577af1bf485c6f0a7aa1c006be592409db?branch=1e6af5577af1bf485c6f0a7aa1c006be592409db&diff=unified# That would be great
  9. W

    Lua NPC Pompan trade can't buy and sell error

    Hi guys I have problem with npc Pompan when try to buy something i got error: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} function onCreatureAppear(cid)...
  10. W

    Windows How to remove "Too many connections attempts... TFS 0.4 r3884

    How to remove this 0.4 r3884 :D After some attempts is
  11. W

    Windows How to compile TFS 0.4 r3884 for 64bit on Windows

    Hi My question is how to compile TFS 0.4 r3884 for 64bit on Windows because i need 64bit version to run rl map In Stians Repack Dev-Cpp 0.2, 64bit I add -m64 but it's impossible. I heard that I need use MSVC++ So is there any tutorial how to do this? Is one tutorial here...
  12. W

    Windows Soul points no change to 200 after promotion

    Hi guys i have problem because soul points no change to 200 after promotion in vocations.xml promoted vocations are set to soulmax="200" bu it doesn't work ;/
  13. W

    Solved npc standing back/with his back to player with walkinterval="0"

    I have problem like in title that npc standing back/with his back to player with walkinterval="0" only when I say hi then he turns can I change npc position to looking south north west east?
  14. W

    Windows WebServ 2.1 cannot execute any SQL query "Missing value in the form!"

    Hello I have a problem I cannot execute any SQL query in phpmyadmin using WebServ 2.1 and XAMPP as well Got error message: "Missing value in the form!" Thanks in advance for help
Back
Top Bottom