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

    Desktop Post your desktop!

    Here is mine :)
  2. JoccE

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Read the post above and you can see your answer Aeroo
  3. JoccE

    Website security search

    HAHAHAHAHAHAHA :D That joke was funny :)
  4. JoccE

    Hoster Serious Projects - Hosting Available

    -- : JoccE's Hosting : -- So i have a Dedicated server or 2 on my hand and would be able to host a Open-Tibia server for someone with a serious project. The server itself is running a Ubuntu 14.04 64-bit with 32GB of RAM. An Xeon processor with 4 cores (8 threads) I got 1-8 GB free for running...
  5. JoccE

    Team Delete

    Well if you need a spot for free i can host it on my dev server :P got a couple of GB ram free that is not in use anymore
  6. JoccE

    Team Delete

    Do you have a dedicated host to run the test on?
  7. JoccE

    Ram?

    Depends on the size of your map (in MB)
  8. JoccE

    Team Delete

    @J.Dre Will do :)
  9. JoccE

    Team Delete

    Well if you need a Server Administrator send me a PM :) My name is Joakim and i am from Sweden, 23 Years old and currently live in Stockholm. I have worked with Linux professionally for 3 years now. Company's like OMX Nasdaq and some Swedish Banks. I've been hosting Linux servers for almost 10...
  10. JoccE

    Anyone From Sweden?

    Me and STiX had a drink or 2 in Stockholm also :p @Shadowsong If you come by Stockholm i am always up for a beer or 2 ;) (For the record ;) i am not one of the Stockholm brats, i just moved here because of the IT jobs)
  11. JoccE

    HOW Turn Rookgaard into pvp zone?

    Select PVP flag and old in shift while using the brush
  12. JoccE

    HOW Turn Rookgaard into pvp zone?

    Remove the Non-PVP flag in your map editor
  13. JoccE

    [Knowledge]Quest System 7.1 (Unique Items until Server Save) | Quest which could be only done once!

    THat is what i told you :P change the PlayerStorage to worldStorage and only one person per 24h can do it on the whole server
  14. JoccE

    [Knowledge]Quest System 7.1 (Unique Items until Server Save) | Quest which could be only done once!

    function onUse(cid, item, fromPosition, itemEx, toPosition) local daysvalue = 1 * 24 * 60 * 60 local daily = getPlayerStorageValue(cid, 13541) if (daily == -1) then daily = 0 end if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doPlayerAddItem(cid, 2160, 1) time = os.time() + daysvalue...
  15. JoccE

    The Forgotten Server 1.0

    Is there a login server anywhere or a flag to compile it as a loginserver only? I know this was in the old "donor git" but cant seam to find that anymore :P
  16. JoccE

    Website & Server on diff. IPs?

    All of them
  17. JoccE

    Website & Server on diff. IPs?

    Download and compile the login server and point it to the IP of the gameserver.
  18. JoccE

    Website & Server on diff. IPs?

    Proxy servers for people outside where the server is located could work. For example if you have a EU server and want US ppl playing. You still will have a hard time getting the ping down under 100ms
  19. JoccE

    Website & Server on diff. IPs?

    That is not all you have to do Bica :P MySQL by default does not accept remote connections. Here is a guide for how to enable a certain IP to use it. http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html Remember also if you got some kind of router you need...
  20. JoccE

    Website & Server on diff. IPs?

    Its just like having a tunnel though a mountain only here the mountain is the internet :P http://en.wikipedia.org/wiki/Virtual_private_network
Back
Top