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

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Brilliant. Looking to contribute to OTHire as I develop my server. Which AAC requires little work to get to work with this distro? Nicaw seems too old :\ ZnoteAAC should require much work to make compatible, am I right?
  2. zippoxer

    OTClient + Candybot Darkot.net

    Not a hack. I checked it's network messages, it isn't sending login information to anywhere else other than darkot. Hameq, would you please share the source code and maybe even publicly like on GitHub?
  3. zippoxer

    Mc Multiclient (hex) 7.4 at 10.x

    bookmarked :P
  4. zippoxer

    [Netherlands] Lorensia 8.6 [RPG-PVP] Custom Map!

    I hope it will be opened before I quit tibia :P Tibia starts to bore me, again. Where are the serious RPG servers...
  5. zippoxer

    Help with getting Otserv information with C#

    LOL. Why not? ;) Why are you using a cloned version of Cipsoft's Tibia Server illegally? You too, make some inconvenience to someone else. And by the way, I don't own anything called "f*cking shit", can you please clarify yourself again? ;)
  6. zippoxer

    [Rpg] Or [Teleport] ?

    I would like to play in a: - x10 (or with stages that stay close to x10) - real map, 8.60 or higher (so I can use TibiaWiki to master all spawns and features) - hard server (so I will care if I die) Just like real tibia, but a bit higher rates. Sounds simple, but rare as hell. Well... that was...
  7. zippoxer

    [Rpg] Or [Teleport] ?

    Low-rate aren't popular enough; most tibianists (of today) want to get started with pvp within few minutes after registering :(
  8. zippoxer

    [Rpg] Or [Teleport] ?

    Yeah me too :P But I only found one lowrate rlmap (enibia.pl) HOW SAD'S DAT?? If anyone got anything else... ;)
  9. zippoxer

    [Netherlands] Lorensia 8.6 [RPG-PVP] Custom Map!

    Is there any progress?
  10. zippoxer

    Help with getting Otserv information with C#

    I tried this code: // Connecting... TcpClient client = new TcpClient("k44.hopto.org", 7171); NetworkStream stream = client.GetStream(); // Sending the request: stream.Write(new byte[] { 6, 0, 255, 255 }, 0, 4); byte[] b = Encoding.ASCII.GetBytes("info"); stream.Write(b, 0, b.Length); //...
  11. zippoxer

    Getting server information like any open tibia server list does.

    Thanks =] I'll try to understand the code
  12. zippoxer

    Getting server information like any open tibia server list does.

    Man I know to use sockets please read my last message again...
  13. zippoxer

    Getting server information like any open tibia server list does.

    I know I need to use sockets but where and what to send in the socket...? For example I have a server with ip: example-ot.no-ip.info On what port to connect with the socket and what data to send?
  14. zippoxer

    Getting server information like any open tibia server list does.

    How to get the server's information (like online players, client version, etc...)? Btw - I will use C# to do it.
  15. zippoxer

    [USA][8.4] Acidsot

    Agree with you! When my friend started playing tibia (3-4 years ago), acidsot was his first experience of tibia, we played together in acidsot and until today we always talk about this server! Acidsot was a legend I will never forget :)
  16. zippoxer

    There are tons of servers using tibia 8.6, but nothing to download here.

    Never mind... I see this site became non-free too so I leave it... I will not pay to every site I visit, sorry.
  17. zippoxer

    There are tons of servers using tibia 8.6, but nothing to download here.

    OtLand doesn't have any 8.6 servers, why? And why I can't even find TFS for 8.6? What's going on?
  18. zippoxer

    Rl maps = Sucks!

    All the otservers with real tibia map are the same.... they have the same map, the same shop, the same exp (sometimes not).
  19. zippoxer

    map tracker for 8.6? ..

    think about it - this forum is based on a copy of a server made by cipsoft. so I don't see any reason that we won't copy maps that other people made..
  20. zippoxer

    [Lua] Database Query problems.

    Thanks it's working!
Back
Top