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

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Ye, CPU 100% is when gameserver is loading map sektor files XD but as players cannot enter to the game while it's restarting you barely notice the effect, at least @BoneZ and me aren't noticing it. BTW, I'm not running 2 separated machines for these files. We're hosting it on an Ubuntu 16.04...
  2. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Dang, can't edit. As you can see the querymanager is not receiving the required packets from gameserver to authenticate you against the database? "Why!? D:" because of libs. Everytime this happens is because of da fucking libs. You have to do what @Jopirop said and then u will get it working. I...
  3. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I'm here to help. Do this: cd /lib/tls/ mv libc.so.6 libc.backup.so.6 mv libpthread.so.0 libpthread.backup.so.0 And then it'll work :D
  4. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Is there any way to modify server save hour?
  5. N

    Looking for PHP Programmer

    As title says, I'm needing a PHP scripter, PM me to know what I'm needing. Regards
  6. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    @downloadnow Would u release your website files? It would be nice for me to be able to study them. I'll send you a PM. Greetings
  7. N

    Looking for web programmer (php)

    I'm looking for someone with advanced knowledge in PHP to fix a weird error on a custom AAC. PM me and I'll show you the error, so you can know if it's fixable. Kind regards, M.K
  8. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    http://omdr.dondaniello.com/_ocarchive/Distributions/Oldschool/
  9. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I managed to run the server on a single ubuntu 16.04 machine after 3 days of researching lol. @Ezzz @Toor How to make house auction work? table Auctions is not in database :/
  10. N

    Programmer Looking for a partner for RealOTS

    If you're still interested on running the files, I managed to run them all (game server, login server and query manager) on latest Ubuntu distro. I'm about to start working on a website to create accounts and stuff. I think I'll modify DevAAC or ZnoteAAC. What will be hard is the house auction...
  11. N

    Inquisition TPs won't work

    Hi, I've tried many ways to fix this but I suck at scripting. I hope that someone helps me with this error because it's driving me crazy D: Problem is that I kill a boss and it should assign storage and player:say('You now have 10 minutes to exit this room through the teleporter. It will bring...
  12. N

    Error on globalevent script

    Hi, I feel so dumb haha positions were wrong. Thank you very much!
  13. N

    Doors.lua and teleport.lua error

    Hi, I added these lines to my global.lua table.contains = function(array, value) for _, targetColumn in pairs(array) do if targetColumn == value then return true end end return false end isInArray = function(array, value) for _, targetColumn in...
  14. N

    Error on globalevent script

    Hi, I have an issue that is driving me crazy. It's with this script: local config = { teleportId = 1387, dias = { ["Saturday"] = {Position(33649, 31261, 11), Position(33647, 31254, 11)}, -- tanjis ["Friday"] = {Position(33558, 31282, 11), Position(33545, 31263, 11)}, --...
  15. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    @Toor or @Ezzz maybe someone can tell me how to install vmware tools on centos 3.1? It keeps asking for kernel headers
  16. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    would someone tell me how to put the files in centos 3.1? I installed it in vmware but when I try to install vmware-tools it keeps telling me to specify the path of kernel headers, and I cant install them because the repo is now down :/ anyone can help me please?
  17. N

    Tutorial Running Cipsoft Server Files

    where i can see username and password?
  18. N

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    someone has map editor? please
  19. N

    Windows Updating otb duplicated xml items

    Hi everyone, today I was trying to add master ball to my pokemon ot, I was able to add it to spr and dat (using object builder and extended client option) but when I add the item to items.otb all the xml items duplicate, and the console goes crazy showing warnings :-/ I was wondering if someone...
Back
Top