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

    OTX 7.7 - Delay on walk

    Where and how do I change this? Do you mean in the tibia.exe custom client or in the server itself?
  2. croix

    [MyAAC][Plugin][Template] Emma

    Can you reupload this template? <3 Edit: You had a reupload... lol, sorry.
  3. croix

    AAC [MyAAC v0.8.2] SMTP Error

    Ah, that's true. I'm using MyAAC v0.8.2 and according to docs PHPMailer should be included(?)
  4. croix

    AAC [MyAAC v0.8.2] SMTP Error

    I've tried both options, 'mail_enabled' doesn't give me an error, but it doesn't send a mail.
  5. croix

    AAC [MyAAC v0.8.2] SMTP Error

    Yeah, I've tried that aswell, I just get a new error. SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting 2020-12-20 02:56:07 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP a9sm1493339lfl.143 - gsmtp 2020-12-20 02:56:07 CLIENT -> SERVER: EHLO localhost...
  6. croix

    AAC [MyAAC v0.8.2] SMTP Error

    So I've tried like everything I can find.. 2020-12-20 02:33:11 SMTP ERROR: Failed to connect to server: (0) This is the config I use // mail 'mail_enabled' => true, // is aac maker configured to send e-mails? 'mail_address' => '[email protected]', // server e-mail address (from:)...
  7. croix

    Making lost account send email

    Did you get this fixed?
  8. croix

    Look types

    Thanks, exactly what im looking for. Cheers!
  9. croix

    Live mapping with Remeres Map Editor (RME)

    Unfortunely not, I've enabled live hosting as it should be - The issue is that anyone who joins just get instakicked. Tried with both global ip & hamachi, opened needed ports aswell. 1608418884 So the issue is } else if(bytesReceived < 4) { logMessage(wxString() + getHostName()...
  10. croix

    Look types

    Is there any complete list of look types with addons and colors? Seems to be a sure waste of time to bruteforce every damn looktype to get my NPC the way I want them. Cheers
  11. croix

    Live mapping with Remeres Map Editor (RME)

    Hello there! I've set it up as the guide showed, which allows me to host & join live mapping server. The issue is that, when someone joins my server they just instantly disconnects. Anyone know how to fix this, or if it even works at all? Cheers
  12. croix

    Remere's Map Editor 3.6.1

    Any fix for "Live mapping"? I've set it up, opened ports, tried via Hamachi, but anyone who tries to join server just joins and instantly disconnects :/
  13. croix

    Solved NPC Script (Error - Npc Interface)

    Yo, can you please post the solution? Cheers
  14. croix

    [MyAAC][Plugin] Gesior Shop System

    I get this error? EDIT: Tried installing like 5 times and it worked lol
  15. croix

    [8.60] Sprites differs from Map editor to sever

    Sweet, much love!
  16. croix

    [8.60] Sprites differs from Map editor to sever

    Yes, but how? Hahah thanks
  17. croix

    How to edit starting EQ? (CryingDamson v8.2)

    danke. made aac and used the samples though :D
  18. croix

    Database help - select clause not working

    Please help me, I've tried adding CREATE TABLE `tiles` ( `house_id` INT UNSIGNED NOT NULL, `world_id` TINYINT(4) UNSIGNED NOT NULL DEFAULT 0, `data` LONGBLOB NOT NULL, FOREIGN KEY (`house_id`) REFERENCES `houses` (`id`) ON DELETE CASCADE ) ENGINE = InnoDB; But then I just get a new error lol...
  19. croix

    [8.60] Sprites differs from Map editor to sever

    Sooo this is what I WANT IT TO LOOK LIKE Somehow it turns out like this wtf halp meh
  20. croix

    How to edit starting EQ? (CryingDamson v8.2)

    Hi! How do I change what equipment my character starts with? Cheers!
Back
Top