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

    Free photoshop work, request

    So, I am nowhere near even a pro in this. But I'd love to try create requested stuff using photoshop. This will be done during my free-time only, and may take 1-2 days or longer to deliver. All works will be posted up here, if you want it to be private, it'll cost a few bucks. I use AI or...
  2. Joriku

    Item gives bonus capacity (Canary tested)

    Hi, here's a script that gives the player 10% capacity. It can be changed to give whatever upon item usage. It's currently set to 2920 id, torch. You can change it to your likings. I used the old codebase found here Thanks for the script base @Xikini -Added checks to prevent bonus happening...
  3. Joriku

    AAC Znote acc, create my own sub page

    Hi, so the init.php inside the engine folder contains the sub page catagory. Now, I want to create a folder called wiki and add pages that allows access onto them by entering either the file by the domain or else do something like the sub page does by using sub.php?page=name How would I do...
  4. Joriku

    Linux Znote acc + Canary latest, host not found?

    Hi, got the project setup on a US server. I can reach the login menu of the client, however. After 10 failed attempts "Host not found" comes up. Does not seem like anyone has had this issue since I can't find any old thread about this issue. Anyone got any idea of why?
  5. Joriku

    Multi-Chest script, same chest diff location

    [Tested with 13.21 Canary, running 13.22] Hi, wrote a basic multi-chest script which allows you to use the same chest in two different areas. Yes, this is a basic script.. So how it works: You can now use the same chest, checking the same storage value as the other. So you can find the chest in...
  6. Joriku

    Revoked permissions on Otland

    So, recently I've started to post up some stuff onto the forum while having plans of creating basic script grounds for people to start using or develop futher. However, I was just about to post up another script onto the forum when I discovered that my permissions in the tutorial and download...
  7. Joriku

    [Znote Acc] Simple wiki page

    Hello, I recently wrote this simple wiki page for our server which is currently under development and currently on hold for a pause for a period of time. So, I am releasing one of my custom pages I've written myself. For an layout with the dimensions of Old school layout, this will work out of...
  8. Joriku

    RevScripts Teleport players on tile to new pos (anni)

    Hi, trying to write a simple for loop that takes each player on position tiles and sends them to new positions, inside the config. However, my lua is rusty. Ideas? local action = Action() local config = { boss = { name = "Test Dragon", position = Position(32332, 32217, 7)...
  9. Joriku

    Web development / Designing of webpages

    So, I've always had this issue of being dumb. Now, when it comes to web design, you create a new white page and it's finally time to design. What do you guys do and what tips and tricks to get decent design ideas can you guys with experience give out? I'd like to get my design skill up by a...
  10. Joriku

    [Tutorial] How to setup The Forgotten Server TFS 1.4.2 (10.98) + Custom client

    Here's an updated version of my old thread, on how to compile a 10.98 TFS 1.2 server -> 10.98, TFS 1.4.2. Enjoy! I am using Ubuntu 22.04, Nginx. You can find my other tutorial and tag along with that for a whole machine, just skip any compile part and use this one for that instead. Links...
  11. Joriku

    [Znote Acc] Hexera Layout Release

    Beware, this layout is not completed but is enough for a release. Hope you enjoy! OBS: If any details still remains, please contact me on Otland and point it out! For menu fix, use z-index. We're now moving on towards a new layout, this may no longer be used. So I am now sharing my work...
  12. Joriku

    [Tutorial] How to setup a server on Canary distro (13.21)

    Here's an updated video tutorial for Latest Canary server using Nginx on a Live system. You can tag along if you're using a VM running Ubuntu. Hope it helps! Open Source is The best Source! Quick Links ----------------------------------------------------------------- Hetzner Referral...
  13. Joriku

    AAC Znote, PHPMailer times website out

    Hi, so.. recently tried to add PHPMailer onto Znote acc. However, as soon as you hit recover account. It 504 the whole website and does not print anything out in nginx logs. Anyone had the same issue or any idea of how I can manage to get errors out of this? Using the latest Mailer version...
  14. Joriku

    [ZNOTE ACC] Change login method from Username to Email address

    This took me a headache and a rage ctrl + a - replace all name with email to figure out on a late night with no sleep. So if you're in the same boat, listen up. For later canary projects or TFS projects that wants to use Email and Password instead of Username. Let's start by changing your...
  15. Joriku

    Force wrap item

    So, while using Znote acc. I am changing over from the In-game store (Tibia coins) onto points over at the website shop.Now the issue lays when I order an Cask, it can't deliver since it's not packaged. Config.php90 => array( 'type' => 8, //Consumable 'itemid' => 25881, //...
  16. Joriku

    Copyrights/laws

    Hi, so in my progress of web development. I've now got enough to write my own website from scratch. (HTML/CSS with a small portion of JS and databases of MySQL) So, since I am new to laws and copyright. I know that images and/or artwork of tibia is copyrighted in my way of usage. What I am...
  17. Joriku

    Is it worth to advertise a beta release or just have it posted up on Otland till further?

    So, I am planning on releasing a small project. Is it worth releasing a beta publicly and fix whatever has to be fixed and release small updates and give it 20-30 days to open it up and then do an advertisement or what are your guys experience/opinions?
  18. Joriku

    AAC Page not loading, adds a hashtag instead of entering the file Metro Blue Layout znote acc

    Hi, so I was working on my webpage on my local server over a VM and everything works fine. I add it onto my main server and this happens.. It adds a hashtag instead of entering "Community", same with other tabs. Some works fine. Anyone knows the issue? Read about that due to it ends with an...
  19. Joriku

    AAC Znote Acc, Admin news page. Resizable image

    Hi, so I am getting tired of needing to do photoshop work for a pixel too big or small and I'd like to see if there's already out there. I'd love an admin news page where the editor allows you to simply change the picture res manually by dragging it. Just like this, like Otland thread has it
  20. Joriku

    [TFS 1.4] Updated Lever Shop

    Here's an updated version from this thread: Action - [TFS 1.3]Lever shop (https://otland.net/threads/tfs-1-3-lever-shop.268777/) local testAction = Action() -- this is our header, the first thing we have to write (except for configuration tables and such) local c = { itemid = 23373...
Back
Top