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

    Gesior Whoisonline Layout Tab

    This is my last reply to you, and yes I know we are going way offtopic now, but there is no such thing as a stupid question. If you think its a stupid question, why don't you give him the answer then? Or don't you know it either? @ topic Lightonia, there is a change that a member of otservlist...
  2. Mesmeroo

    Gesior Whoisonline Layout Tab

    Atomic, you are breaking rule number 3. Why are you laughing about his knowledge? If you know it, be a nice man and help him. I'm not into this kind of issues, so I have a lack of knowledge too? For your reminder, rule 3 is 3. Trolling: Trolling is not tolerated under any circumstances...
  3. Mesmeroo

    Database Connection Problem

    sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "" sqlPass = "" sqlDatabase = "outlaww" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" try this. add your user and pass ofc.
  4. Mesmeroo

    Solved !guild war! ( mysql_real_query )

    Do you still have any errors in your console when starting it?
  5. Mesmeroo

    Solved !guild war! ( mysql_real_query )

    CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT '0', `end` BIGINT NOT NULL DEFAULT '0', `frags` INT UNSIGNED NOT NULL DEFAULT '0', `payment` BIGINT UNSIGNED NOT NULL...
  6. Mesmeroo

    Database Connection Problem

    post your config.lua
  7. Mesmeroo

    Support FAQ

    Thanks, edited the post.
  8. Mesmeroo

    Support FAQ

    Hello guys, I see some people struggeling with some issues that are simple (you just need to know them) Thats why i made this FAQ. I pmed Ninja a few weeks about it, and he/she said to me to give it a try, so here we go. Feel free to give any feedback. Q = Question A = Answer Q: I have a...
  9. Mesmeroo

    Port 80!

    Its possible that your ISP is blocking it like you mentioned yourself, I suggest you call your internet provider and ask them if they allow you to use port 80 (some providers dont allow you to)
  10. Mesmeroo

    Geisor aac problem rep++

    Ok, first of all -- Connection config worldId = 0 ip = "nallenz.no-ip.org" <------------- Here should be your global ip (you can check it at whatismyip.com) bindOnlyGlobalAddress = false loginPort = 7171 gamePort = 7172 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60...
  11. Mesmeroo

    Remove red skull but not frags!

    http://otland.net/f16/regarding-requests-read-before-posting-38521/ Use the request section for this.
  12. Mesmeroo

    Solved SQL Query For Reset Houses

    DELETE FROM houses; DELETE FROM house_auctions; DELETE FROM house_data; DELETE FROM house_lists;
  13. Mesmeroo

    Solved Incorrect Look ID

    http://otland.net/f83/monster-looktypes-31774/ Not sure if he's in the list though. I just woke up and to lazy to check the list. Good luck with it.
  14. Mesmeroo

    Really need some urgent help Website Issue!

    If you followed the installation steps, you should have a admin account. This was part 5 of the installation. What are you planning to change?
  15. Mesmeroo

    I get this error when i try to go to my websight using local ip 127.0.1

    To execute the table ninja made, you have to go to phpmyadmin and open your database and execute it in the sql box. I suggest you get uniform server instead of xampp, its more secure and stable. Use the www folder of uniform server instead of htdocs on xampp. The Uniform Server
  16. Mesmeroo

    Problem with acc maker gesior

    I suggest you install uniform server instead of xampp. The Uniform Server Works almost the same as xampp but with uniform server you use the www folder instead of htdocs. It's more stable and secure.
  17. Mesmeroo

    Help finding script

    http://otland.net/f16/regarding-requests-read-before-posting-38521/ I think this one belongs in request section, I think you make a bigger change to finding the script you request. Requests
  18. Mesmeroo

    Solved Question about this lua script.

    Thanks for the explaining.
  19. Mesmeroo

    Solved Question about this lua script.

    Ye its easy to delete it, but if i knew what it did, maybe it was useful in some way. i knew it was checking for premium, but i like to know what it does exactly. I only know that i have free premium enabled and he still logs me out and puts [v] infront of the name. if somebody knows what it...
  20. Mesmeroo

    Solved Question about this lua script.

    Hello guys, I have downloaded a datapack lately and i wanna check for some nice area's bla bla bla you get the point, but when i login i get the message "you will be disconnected and you need to enter your account number and password again" so ok, no problem (kinda annoying but ok) but when...
Back
Top