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

    C++ Old burst arrow formula

    Bump!
  2. R

    C++ Old burst arrow formula

    How can I use this burst arrow damage formula in a newer server? Old server: config.lua -- damage of burst arrows blast -- default is from (1*lvl+5*mlvl)*0.24 to (1*lvl+5*mlvl)*0.55 burstarrowdmg = {"2.0", "5.0", "0.24", "0.55"} luascript.cpp BURST_DMG_LVL =...
  3. R

    C++ OTHire can't login problem

    Thanks, I can login using ZnoteOTHire.
  4. R

    C++ OTHire can't login problem

    Anyone knows why I get this failed attempt message when I try to login? I've been trying sha1 encryption and also plain encyption without succes. I'm using gesior aac for otserv 0.6.4
  5. R

    RealOTS Reverse Engineering Server

    Would be cool if you could release it for linux in the future as well.
  6. R

    RealOTS Reverse Engineering Server

    Cool that you do this, are you going to finish this project and release it to the public?
  7. R

    AAC Gesior AAC TFS-0.4_rev_3703+ problem

    Solved by using plain as passwordencryption.
  8. R

    AAC Gesior AAC TFS-0.4_rev_3703+ problem

    I'm trying to use Gesior AAC TFS-0.4_rev_3703+ for my server. But when installing with UniServerZ I can't get past the "set admin account" When I fill it in it just says: STEP 5 Set Admin Account I've also tried to skip the set admin account installation part but then I can't create a new account.
  9. R

    [8.60] Tracked Tibia Map (RME 2.1)

    @J.Dre Do you remember what more items then just letters were editted with your copyright on it?
  10. R

    Ex-server developer looking for a server to work with

    As an ex-server developer I can do a little bit of everything. But my best skill is lua scripting. Looking for a scripter for your server? Let me know. I'll accept a gm position if the server is soon online. Else I accept money in Paypal.
  11. R

    Facebook for otserver

    I've just created a page, now how can I share my facebook link with other people? Where to find my page link?
  12. R

    Facebook for otserver

    Alright now what should I select: Company, Organization, Institution and then what category? Computer company?
  13. R

    Facebook for otserver

    If I create a Facebook account it is necessary to put in your real name, but what if I want to use Facebook for an opentibia server project? My Facebook account has already been disabled because I put the name of my otserver instead of my real name. Does anyone know what I have to change so I...
  14. R

    [France] Huntia 8.0 [ElothTeam] - Lowrate x2 [Friday, 19 August 00:00 AM]

    Looks good, hope it won't reset.
  15. R

    TFS 1.2 Bless icon

    @adric21
  16. R

    South America

    Thanks man it helped me a lot. Do poor people bath in the river? Is there some kind of food for homeless people?
  17. R

    South America

    Thanks a lot guys, now I would go without much money would you guys recommend I buy me a tent and sleep in there? Im also looking for how to survive without money, what would you recommend? Should I sleep in a poor neighbourhood?
  18. R

    South America

    Hello, I've got an airplane ticket to South America except Brazil. Anyone knows some nice place to go? I would like to go without much money and try to find a job and see if I can make a living there. So any tips how to survive or anything would be appreciated. Btw anyone wants to travel with...
  19. R

    TFS 1.2 Bless icon

    I dont understand too much of c++, but thanks
  20. R

    TFS 1.2 Bless icon

    In enums.h I have enum ConditionType_t { CONDITION_DAZZLED = 1 << 21, Also in luascript.cpp I have registerEnum(CONDITION_DAZZLED)
Back
Top