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

Search results

  1. 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)...
  2. W

    Action [Release] Annihilator v2.1

    "There is already a team in the quest room." Yes nice feature BUT what if player decide to block quest? kill demons on both sides and just stay on bot with anti idle and nobody will be able to do the quest through all day LOL
  3. W

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

    any expert person?
  4. W

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    This exe is not 64bit... You just used Laatido on it :/ shame
  5. W

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    This is a good server?
  6. 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
  7. W

    Częste Crashe

    bo polish board umarł w sumie cały otland to już nie to samo co kiedyś i ciężko już tu dostać pomoc ;d
  8. W

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

    I know there is a little chance that someone have this compiler ;s
  9. W

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

    ehh you don't understand what I need sorry man Still waiting for someone who have compiler for this (I'll pay)
  10. W

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

    Please stop noob posts ;D
  11. W

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

    I know.. But you can't compile old source like 0.4 r3884 with MSVC I have to use MinGW64 or gcc but I don't know how
  12. W

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

    I will pay for this via PayPal
  13. W

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

    Guys it is possible at all to compile 0.4 3884 8.6 on 64bit? I tried stian's devcpp with mingw64, I experimented with many things but with no success Because I want to run rl map and don't want to use fu**ing Laatido Thanks
  14. W

    Luke DevCpp and Code::Blocks For TFS 0.4 "32 and 64 bits"

    not working for 0.4 3884 ;/ still error: 64-bit mode not compiled in
  15. 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...
  16. 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 ;/
  17. W

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

    Ok solved Just need to add change in script this: function onThink() npcHandler:onThink() end to this: function onThink() if #npcHandler.focuses == 0 then selfTurn(SOUTH) end npcHandler:onThink() end
  18. W

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

    Maan RME 2.1 and 2.2 doesn't have that option Is only Spawn interval
Back
Top