• 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!

Recent content by Joriku

  1. Joriku

    RevScripts Modal window using aid?

    So what I am after is, placing mob with spawner. So if it's killed is the answer then have it respawn within set time. Then, I got a complex one but it works. You walk through a pattern of teleports which spawns a boss. Here, we swap the spawned monsters. So the idea is to have those 4 objects...
  2. Joriku

    RevScripts Modal window using aid?

    Since this is connected to the same script, I'll just avoid creating a new thread. What would be an ideal way to spawn monsters, not just once but kind of place down a spawner depending on the mode? Let me try to phrase it: Players enters Monsters spawns (60s on repeat) Players clears first...
  3. Joriku

    RevScripts Modal window using aid?

    Alright, so.. once I tried to just trigger a print the same error poped up. So I restarted it all, turned out that the old 3005 aid script was triggered where the issue was at the first stage of the script. So after restarting, printing works, and the script above works fine using an aid...
  4. Joriku

    RevScripts Modal window using aid?

    So, not sure. Changing it to an aid returns this 2024-05-14 13:58:39 - [2024-14-05 13:58:39.574] [error] /home/fignittytest/canary-main/data-otservbr-global/scripts/actions/3k_dungeons.lua 2024-05-14 13:58:39 - [2024-14-05 13:58:39.574] [error]...
  5. Joriku

    RevScripts Modal window using aid?

    So from this, as mentioned. Chaning it to aid does not activate it. local modal = Action() local difficultyStorage = { EASY = 30004, MEDIUM = 30005, HARD = 30006, EXPERT = 30007 } local itemID = 3005 -- ID of the item that triggers the action function modal.onUse(player, item...
  6. Joriku

    RevScripts Modal window using aid?

    Hi, could not find a thread of it. And I am out of ideas. So I want the modal window to activate upon an action id pressed. So for this one right here, an action id of 3005 on a lever. How would I get it to activate upon aid instead of id? Just changing it to aid does not activate it.. local...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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
  12. Joriku

    Does anyone want an updated TFS 1.4.x+

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

    Newcommer spriter

    Welcome onboard, we expect some awesome improvements and posts! Glad to see you made it in :)
  14. 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...
  15. 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...
Back
Top