• 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

    War servers (Discussion)

    One that I've kept at heart over the years. If you check the image above, I usually have the bridge on the map for either event or main focus in some sort. In the next one, it'll be there, as an event.
  3. Joriku

    War servers (Discussion)

    Yeah, this is why no one hosts them. The point of this one ain't for a success. It's to have people that wants to play it for fun while gaining objects like an pve server (so it's kept). I am sure that no matter what you kind of do, the player count will not go above a 100 at once at all then...
  4. Joriku

    War servers (Discussion)

    Up with this thread, thinking of creating a war server for fun. Would anyone be down to play a rune based pvp server where pvp and pve quests with lever shops are the main focus? I miss those servers myself and I want to host one for EU, the only shop will be for outfits, skill weapons and...
  5. 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
  6. Joriku

    Does anyone want an updated TFS 1.4.x+

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

    Newcommer spriter

    Welcome onboard, we expect some awesome improvements and posts! Glad to see you made it in :)
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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?
  14. 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...
  15. Joriku

    Revoked permissions on Otland

    I see, just misunderstood the whole thing. Is this new?
  16. 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...
  17. 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...
  18. Joriku

    [Znote Acc] Simple wiki page

    Thank you for the kind words, I'll take the feedback into consideration for future works.
  19. 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...
  20. 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)...
Back
Top