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

    Windows Problem with Znote AAc website

    Nice, good luck with your project! :) Never seen that error before.. Is your map at the exact same location (coordinates) as what the scripts are?
  2. 8408323

    Opinion of homepage?

    Hello fellow OtLanders, I would like to know what you think about my homepage. (First homepage I'm quite satisfied with). If you could post any thoughts of things I should change, add or remove I would be glad. I know that the intro-movie could be annoying, but it uses cookies, currently set to...
  3. 8408323

    Windows Problem with Znote AAc website

    I don't know about any way to configure multiple npc's at the same time, I'm sorry. Rme could crash because of several reasons. Most likely there is some strange things happening to Rme if you had all npc's there earlier, which causes the crash. May I ask what kind of project you are working with?
  4. 8408323

    [ZnoteAAC] TibiaCOM layout. Proceed or waste of time?

    Great Work, I'd say proceed! :)
  5. 8408323

    Lua Stamina BUG (player die = stamina full)

    Probably it's incorrect. But can't you locate the script by right-clicking on it? It's a quite long time ago since I tried MSVC. I thought you could locate the stamina in that way.
  6. 8408323

    Paypal Issues

    It should be added automatically. That's the reason why I asked.
  7. 8408323

    Lua Stamina BUG (player die = stamina full)

    If you search for the stamina somewhere in "configmanager.h" I guess you can find it. And then locate where to change the stamina. ( Since you can change the samina in config.lua)
  8. 8408323

    Windows Problem with Znote AAc website

    If you haven't restarted the server, since you edited the npc's, then you need to restart it. Changes in the map means that the server needs to restart.
  9. 8408323

    Windows Problem with Znote AAc website

    Nice! Increase the cap of one character or all? If you want to increase of one player, you can go into phpmyadmin, and select the table "players" and there should be a column with cap, where you can change the cap of one player. If ou want t change the cap of all players, let me know.
  10. 8408323

    Windows Problem with Znote AAc website

    Strange, note sure what causes this. Are all tables & queries imported?
  11. 8408323

    Windows Problem with Znote AAc website

    Well, that's probably because you have wrong encryption-type in your config.lua, try to copy the password created in phpmyadmin. Or write your password here http://www.sha1.cz/ and copy the sring underneath. And paste it in the password field.
  12. 8408323

    Solved Problem with port 80

    If your service is running , it should be open, at least if you've done all these things above. Try what @dominique120 said.
  13. 8408323

    Client 10.41

    Here's a guide on how to do it with hex editor. http://otland.net/threads/custom-client-with-hex-editor-9-8-tibia-clients.219708/
  14. 8408323

    Windows Problem with Znote AAc website

    What error does the client print?
  15. 8408323

    Client 10.41

    You can find the RSA in config.lua in your server, clients with 9,8+ does't have any guide how to use a hex editor, it's changed a little. If it's requested I could create one tomorrow or later today I believe.
  16. 8408323

    Windows Problem with Znote AAc website

    No problems, you're welcome! Just glad to help! :) Let me know if you encounter any further problems.
  17. 8408323

    Solved Problem with port 80

    There is always problems with portforwarding :( Does this tool tell you that your ports are closed? http://************/index.php?portchecker
  18. 8408323

    Windows Problem with Znote AAc website

    Try to change "createcharacter.php" search for if (validate_ip(getIP()) === false && $config['validate_IP'] === true) { $errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).'; and change it to if (validate_ip(getIP()) === false && $config['validate_IP']...
  19. 8408323

    Windows Problem with Znote AAc website

    Did it work when you changed to 127.0.0.1?
  20. 8408323

    Windows Problem with Znote AAc website

    I'm using 1.4 , with tfs 1.0 and it works fine, and have tried with tfs 0.3 and it works fine. Updated the last message a little, just make sure all those things are correct, thanks! :)
Back
Top