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

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    bump:rolleyes:
  2. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    bump :)
  3. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    And i hope people will also play my server :)
  4. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    BumP :rolleyes:
  5. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    u can make acc and play
  6. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    BumP :) - - - Updated - - - not broken i think it's you :P
  7. P

    [US] Real-Map 9.81 - 9.82 Low-Exp rate

    [center] [note!, servername and location changed to Akana.us and to United States but you can still use D3tibia.com to go to website. Akana Port 7171 Client 9.81-9.82 Experience Stages: # - Level 1 - 50 : 60x # - Level 51 - 100 : 40x # - Level 100 - 150 : 25x # - Level 150 - 200 ...
  8. P

    [C++] Request script Channel Teleport

    Like the title explains i need a script, similar to but when you StepOn Tile you get a Channel Window popped up in screen and than you have a list of town names in the channel and when you chooise the town and click "open" or i prefer it to be "select" than you get effect on teleport (: i know...
  9. P

    need fix teleport script, ore wagons

    ive tried to remove getTopcreature.. however errors are coming up i need to optimize this code for me to get it to work, could you perhaps give an example how this code would work? xD
  10. P

    need fix teleport script, ore wagons

    it must teleport if have correct storage value (^_^) cause its not working, could you perhaps customize this script so it should work? and this is for ore wagons, it shows no error and i cannot teleport
  11. P

    The Forgotten Server 0.3.7_SVN

    private subversion ?
  12. P

    need fix teleport script, ore wagons

    function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 7132 then return elseif(item.actionid == 53232) and getPlayerStorageValue(cid, 35974) <= 1 then doTeleportThing(getTopCreature({x=33167,y=31639,z=7}).uid, {x=33110,y=31589,z=12})...
  13. P

    [C++] fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

    problem fixed but got new error 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification 1>LINK : fatal error LNK1181: cannot open input file 'libboost_regex-vc100-mt-1_44.lib' <_<
  14. P

    [C++] fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

    There is no std::string s = it->leaf(); in both cpp files but my error has something to do with this line std::string s = BOOST_DIR_ITER_FILENAME(it);
  15. P

    Compiling [C++] LNK1123: failure during conversion to COFF: file invalid or corrupt

    As explained in the title i got a problem with compiling and get a message 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification 1> Generating code 1> Finished generating code 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
  16. P

    [C++] fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

    As explained in the title i got a problem with compiling and get a message 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification 1> Generating code 1> Finished generating code 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Back
Top