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

    Windows Best Server Requirements VPS or DS?

    Hello, it depends. If you're going to run SQL and a web server aswell you will need atleast 3 GB, even if you have a small map and a small amount of players. Since all other software also requires memory, not only your OTServ. Your OS will also depend on this, I doubt that Windows Server 2012...
  2. Blixmo

    Can premium members...

    I'm not sure if it's okay for me to do that, but the link works for me.
  3. Blixmo

    06 days without reply.. plz reply ticket

    It could help to higher your max_allowed_packet. I doubt there is anything DDG can do if you keep loosing your MySQL connection, you've to fix it yourself (if they don't do it for you). Just search here on OTLand, etc...
  4. Blixmo

    IP Changer

    http://freedns.afraid.org/ , http://www.noip.com/free/ etc. Just google it mate..
  5. Blixmo

    Znote guild war

    Depends on your distro but the talkactions should be there by default. Remember that you might have to use them INSIDE the guild channel.
  6. Blixmo

    Server down?

    They are having some kind of hardware issue and it should be solved tomorrow.
  7. Blixmo

    Server down?

    Same thing today, been down for approx 4 hours~ No response on my ticket yet, what's going on? I know atleast one other of your customers who's down aswell. Can't ping or access the server in any way.
  8. Blixmo

    Windows Strange problem (Dziwny Problem)

    Looks fine for me when I browse the page, could depend on browser. If everything is working fine just turn off error reporting for PHP to make them dissapear. Just google howto do it.
  9. Blixmo

    Linux DNS HELP

    Hello, Just use the control panel from your domain provider and point your domain to your IP. If you've a dynamic IP you need to make sure the domain gets updated with the correct IP address (if it change).
  10. Blixmo

    Website not creating accounts

    Okok, that's strange. Kinda hard to find the problem if we don't have any error. Try to catch the post with a program like Fiddler or Fire Bug and see if it throws any error. Without an error it's hard as I said, and I still think it's strange that your AAC throws "Your account has succesfully...
  11. Blixmo

    Website not creating accounts

    Are you sure you're looking and poiting the config file to the correct database? If something went wrong the AAC should throw some kind of error, so to me it seems like the data have been inserted somewhere.
  12. Blixmo

    Windows Firstitems.lua

    Just remove the if isSorcerer(cid) then, elseif isDruid(cid) then and the end at the bottom. Then you just use the code you have to add the items you want with the correct itemId. function onLogin(cid) if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50000) == -1 then local bag =...
  13. Blixmo

    MySQL Help Tfs 0.3.6

    Search mate, search! Example: http://otland.net/threads/mysql-ultimate-tutorial-how-to-create-an-ot-with-pictures.106569/
  14. Blixmo

    House reset

    Maybe there was no server save before the crash?
  15. Blixmo

    payment

    Same problem here, so I had to use PayPal instead.
  16. Blixmo

    Cannot Connect to Server

    Have you downloaded the new version of the IP changer as their news say? Updated to game protocol version 10.21. With this update, you must download a new version of the IP Changer to be able to connect.
  17. Blixmo

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

    http://otland.net/threads/look-at-promo-level-instead-of-vocation-znote-aac.202451/#post-1945726
  18. Blixmo

    Look at promo level instead of vocation(Znote AAC)

    Hello, you can change your SQL queries to include promotion, then if you want to show example Elite Knight at the character profile just check if promotion != 0 then if vocation is 1 or Knight write Elite Knight etc. Example: characterprofile.php row 10: $profile_data =...
  19. Blixmo

    Server down?

    Up again after 6-9 hours downtime.
  20. Blixmo

    Server down?

    I don't know exactly when my server went down but it's more than 4 hours ago, so again, whats going on?
Back
Top