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

    Tibian - An OTServ List for 2020

    Dear OTLanders, I want to present the case for a new OTServ List for 2020. A Short & Long History Otservlist.org has been stuck in place for 12 years already. It's ugly, boring and isn't likely to change improve soon. A picture is worth a 1,000 words 12 years have...
  2. zippoxer

    What changed?

    If I was to open a custom map 7.x OT in 2006-2010, I'd see a growing community of 20-50 people who keep coming back to it. I would've been really unsatisfied with 10 players. But now? I gave up even looking up the amount of online players. I opened such OT two weeks ago, and was really excited...
  3. zippoxer

    [Netherlands] Nostalia 7.72 - Old School Custom Map

    Nostalia - A Classic Old School Experience Shared Experience Sharing experience is worth it. Members of a shared experience party receive a 10% experience bonus. How to share experience? Invite someone to a party and say !share. Buy Backpacks Visiting Topsy, you can buy a backpack of...
  4. 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); //...
  5. 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.
  6. 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?
  7. zippoxer

    [Lua] Database Query problems.

    I have this query: local result = db.getResult("SELECT * FROM next_login_items WHERE player_id = " .. getPlayerGUID(cid)); I just want to get all the rows and loop over them. How can I do that?
  8. zippoxer

    LUA | How to get player's ID?

    I have the cid, how to get the ID?
  9. zippoxer

    An item that doesn't works.

    <item id="3982" name="green boots"> <attribute key="weight" value="900"/> <attribute key="armor" value="8"/> <attribute key="speed" value="60"/> <attribute key="skillAxe" value="5"/> <attribute key="skillClub" value="5"/> <attribute key="skillSword" value="5"/> <attribute...
  10. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    This is a forum built for nicaw aac, very easy to install and manage. Default Features: - Few antispam systems such as time limit between posting. - Ability to post threads and reply in them (as in every forum). - The user has to selected a character in order to post. Admin...
  11. zippoxer

    Lets Count To 666 (Jumps of 6)

    1 (Next should be 6);
  12. zippoxer

    Putting tibia RL map on the TFS

    I use tfs 0.2.14 i downloaded this map: http://otland.net/f50/8-1-real-tibia-map-77-mb-5520/ because that this great map: http://otland.net/f50/8-22-eclipse-real-map-project-gregor-update-0-5-a-6490/ the links doesnt works. (please someone i need a good link for it ) so im using the first...
Back
Top