• 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

    Does anyone want an updated TFS 1.4.x+

    Ubuntu 22.04, have a main focus for a compatity for windows machine. But have a straight on focus for linux distros since they're made for server hosting
  2. Joriku

    Does anyone want an updated TFS 1.4.x+

    Awesome works, can finally recommend a TFS version for newcommers =)
  3. Joriku

    Newcommer spriter

    Welcome onboard, we expect some awesome improvements and posts! Glad to see you made it in :)
  4. Joriku

    C++ Is this safe?

    So I am no expert in this, but banning upon RSA key failure may trigger a false-positive for your legit client base. Add a check of tries before applying a ban, this will avoid and/most false-positive bans if something goes wrong of a legit client. Not tested, but hopefully this applies the...
  5. 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...
  6. 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...
  7. Joriku

    RevScripts Need Paypal IPN, mine is not working

    Are you using cloudflare by any chance? If so, it's provabally not the paypal ipn script that's the issue. Check the ip's that's being directed back onto your side and see if they match up with the ip from paypal's side and confirm if it's the ipn script that's causing the issue. I'd recommend...
  8. Joriku

    Linux Znote acc + Canary latest, host not found?

    Solved, seemed to have been a DNS issue from my end. Solved itself after a night off with the pc off. Possibly solved by a reset and/or reset of DNS settings.
  9. 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?
  10. Joriku

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

    you're trying to start canary file outside of it's directory which the massage kind of explains. So to solve this, simply either: 1) Drag out the compiled file from the build folder onto the main folder "canary" then try again. 2) Enter the folder canary to boot it up from the right directory...
  11. Joriku

    Revoked permissions on Otland

    I see, just misunderstood the whole thing. Is this new?
  12. 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...
  13. 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...
  14. Joriku

    [Znote Acc] Simple wiki page

    Thank you for the kind words, I'll take the feedback into consideration for future works.
  15. 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...
  16. 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)...
  17. Joriku

    Web development / Designing of webpages

    Thank you for your advice, both of you that is. I tried using Bootstrap, but figured that it be easier to learn CSS responsiveness before trying an different engine such as trap. So I'll do manual css for the responsiveness. One thing I like to do is mix normal with boots, makes grid and simple...
  18. Joriku

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

    Add me on discord and let me take a look at this through team viewer and post an update regarding a fix for this. This will avoid a lot of pump n dumbs on the post. Discord: Joriku
  19. 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...
  20. Joriku

    AAC [Znote AAC] admin_news dont upload images

    Would be great with some more detailed issues, images, logs? Try giving the file and cache folder permissions. sudo chmod 755 /var/www/html/engine/cache sudo chmod 755 /var/www/html/admin_news.php If this doesn't work, try to change the folder owner onto ww-data by doing this: sudo chown -R...
Back
Top