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

    Solved rev 3777 on ubuntu 14 or 13

    hi again now I tried to compile on ubuntu 14 and it didnt work :( and some warnings while compiling game.cpp: In constructor âGame::Game()â: game.cpp:81:22: warning: array subscript is above array bounds [-Warray-bounds] globalSaveMessage[i] = false; ^ In file included...
  2. E

    [8.6] All my maps by Tylik

    reuppp
  3. E

    Solved rev 3777 on ubuntu 14 or 13

    4gb worked on ubuntu10 my map size is 130mb.. i added 8gbram on vps now its working :D really thx for ur help and patience man, u helped me a lot
  4. E

    Solved rev 3777 on ubuntu 14 or 13

    well with a 100kb map it worked.. but with global map server is killed Its weird cuz i got 4gb ram and on ubuntu10 it was working
  5. E

    Solved rev 3777 on ubuntu 14 or 13

    well it compile but server is "killed" when i try to run.. [16:4:40.220] >> Loading map and spawns... [16:4:42.543] > Map size: 50000x50000. [16:4:42.544] > Map descriptions: [16:4:42.544] "Saved with Remere's Map Editor 2.2" [16:4:42.544] "" [16:4:48.940] Duplicate uniqueId 1010 [16:4:51.560]...
  6. E

    Solved rev 3777 on ubuntu 14 or 13

    omg it compiled now, lets see if server works fine now really thanks man helped a lot... do u know if these steps works on ubuntu 14 ?
  7. E

    Solved rev 3777 on ubuntu 14 or 13

    really thanks for helping ... but i still have errors :( make[1]: Entering directory `/usr/otserver/source' g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra...
  8. E

    Solved rev 3777 on ubuntu 14 or 13

    i erased last post it was fomit-frame-pointer -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D_THREAD_SAFE -D_REENTR ANT -Wall -Wextra -Wno-strict-aliasing -pipe -MT group.o -MD -MP -MF .deps/group .Tpo -c -o...
  9. E

    Solved rev 3777 on ubuntu 14 or 13

    thanks for helping, but old tutorials only works on ubuntu 10. im trying now on ubuntu 12 i've removed -Werror from Makefile.am and added #include <sys/signal.h> to otserv.cpp. RANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o chat.cpp...
  10. E

    Compiling tfs 0.4 3884 error: "Required Crypto++ headers not found."

    same problem here, did u solve it?
  11. E

    Solved rev 3777 on ubuntu 14 or 13

    is there a way to compile rev 3777 (8,6) on ubuntu 13 or 14? cuz it gives lots of errors i already tried to find tutorial but there is none if someone knows how to.. thanks
  12. E

    Compiling on Ubuntu 12.04 precise, 64bit

    rev 3777 in otserv.cpp u said to find std::string getGlobalIP() { int s = socket(AF_INET, SOCK_STREAM, 0); hostent *host; host = gethostbyname("www.whatismyip.com"); sockaddr_in sin; memset(&sin, 0, sizeof sin); sin.sin_family = AF ...... but it doesnt exist in otserv.cpp how may i 'll...
  13. E

    Gesior password read problem

    the difference in the tables is that gesior2012 uses sha1+salt and gesior 0.6.3 doesnt use it only sha1 is there a way to convert it ? i mean sha1+salt to sha1
  14. E

    Gesior password read problem

    its weird gesior should read lol, im using sha1 since I started server.. I didnt change it
  15. E

    Gesior password read problem

    thanks for helping, i started server 2 days ago with gesior2012 changed to gesior 0.6.3 due to shop problems(its impossible to sell premium and unban/namelock) and im using encryptionType = "sha1"
  16. E

    Gesior password read problem

    hi all, i changed from GESIOR 2012 3703+ to Gesior 0.6.3 and now i cant login into old accounts created by gesior2012.. i can login only if I make a new account by gesior 0.6.3 how may I fix that, any idea? i cant lost old accounts
  17. E

    [GESIOR2012] Items Shop Installation/Administration

    how may i sell premium account in that shop cuz i cant find a way lol the offer_types pacc, unban, namelock doesnt work.. i have in my database but the shop.php doesnt show it.. its showing only the items and containers
  18. E

    WoE strange bug

    i have the WoE table into the database .. i tryed to remove all guilds ... and imported a new woe table but without sucess =/
  19. E

    WoE strange bug

    Hi all, from nothing my War of Emperium sttoped to work correctly... everything works fine but its not registering the Guild that owns the castle when i kill the last emperium i see the console msg "new castle owner 'guildname' " but if i type /woe info it shows castle is owned by "nones"...
  20. E

    Solved premium for epic voc isnt working

    that way when premium time runs out player would keep with epic vocation.. config.lua solved problem thanks anyway =D
Back
Top