• 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!

Recent content by Liuciferis

  1. Liuciferis

    A Long Overdue Post.

  2. Liuciferis

    [Lithuania] TibiaME Private Server [Custom]

    Anyway, this topic is not about music. :D
  3. Liuciferis

    [Lithuania] TibiaME Private Server [Custom]

    Not my video. And yea. Music is horrible.
  4. Liuciferis

    Windows XTEA encryption problem

    Hm. What could be wrong if xtea encrypted bytes are different than original packet? :D XTEA: package com.network.encryption; import java.io.ByteArrayOutputStream; import java.io.IOException; public class XTEA { private static final int DELTA = 0x9E3779B9; //0x61C88647;//0x9E3779B9...
  5. Liuciferis

    Windows XTEA encryption problem

    I'll take a look. Thank you.
  6. Liuciferis

    Windows XTEA encryption problem

    EDIT: asd
  7. Liuciferis

    Windows XTEA encryption problem

    Hello, I am writing a Java server emulator for Tibia and I having some problems with XTEA encryption. My encyption: public static byte[] encrypt(byte[] bytes, long[] key) throws IOException { ByteArrayOutputStream st = new ByteArrayOutputStream(); st.write(bytes)...
  8. Liuciferis

    [Lithuania] TibiaME Private Server [Custom]

    SJBOY: http://www28.zippyshare.com/v/25579157/file.html
  9. Liuciferis

    [Lithuania] TibiaME Private Server [Custom]

    If you want to test it, feel free to join. Client version: 1.45 (Old school) Client download: HERE RMS files: HERE How to connect: STEP 1: Download client and rms files. STEP 2: Extract rms folder from archive and place it in "C:/rms". If rms folder already exist in that location, delete it...
  10. Liuciferis

    TibiaME - PC Edition [App by Aldruh]

    Well, if you play tibiame and you got bored of hunting, you can use my BOT. :D
  11. Liuciferis

    (8.60) Kalima OT

  12. Liuciferis

    A dedicated server that can handle 100+ players.

    http://hostrent.eu/index.php?systpl=hostrenten&language=English
  13. Liuciferis

    Error on my Conection Mysql

    sqlHost = "your static ip"
Back
Top