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

    [France] [8.6] AcidsOT

    25 August 2021: We had a really fun stream with Keirissa on twitch playing our server! Changelog: 28 August 2021 Expanded hellspawn spawn with another floor. Added level doors to certain quests. Changelog: 31 August 2021 Reworked the 100 task point room and reward. Added a hydra, medusa...
  2. Znote

    PHP Znote characterprofile url

    This HTML form: <!-- URL param submit form --> <form action="/test.php" method="GET"> <input type="text" name="test"> <input type="submit" value="Send"> </form> action="/test.php" = which file to submit to, defaults to itself if empty value method="GET" = Send values as URL params...
  3. Znote

    PHP Znote characterprofile url

    URL param are represented as an associative array in the $_GET variable. So $_GET['name'] returns the value stored in ?name=value in the URL. The getValue($value) function tries to validate and transform the value to be safe to handle further, since its grabbed from URL and humans can change...
  4. Znote

    [TFS 1.3] Broadcast a welcome message when a new account logs in for the first time

    File install path: data/scripts/welcome.lua When a player logs in for the first time (on an account), broadcast a message to every player online, welcoming them to the server. This gives existing players a chance to welcome and help them get started on the server. I believe persistent...
  5. Znote

    [TFS 1.3] Advanced quest chests

    Modification in data/lib/lib.lua is not neccesary, you can just change the path of data/lib/quest_chests.lua file to data/scripts/lib/quest_chests.lua, Revscriptsys will load files in data/scripts/lib/ as lib files automatically.
  6. Znote

    Communication Breakdown

    Thread moved from Support to Support -> Requests.
  7. Znote

    [France] [8.6] AcidsOT

    Greetings! Yeah, according to my data, this is quite normal. I have addressed this situation in detail in this post. There is a solution, if you go east for depot, there is a trade tower. Climb to the top and you get access to trainers free of charge. :) If you have any questions, feel free to...
  8. Znote

    [France] [8.6] AcidsOT

    What an eventful weekend, we got a new players online record of 18 players! :D Changelog: 22 August 2021 Added a quest deep in the hero spawn. Star amulet can now roll crit. Added a star amulet quest. Life leech now rolls higher. Removed defense from weapons. Two handed weapons can now roll...
  9. Znote

    Solved Issue trying to install ZnoteAAC at linux mint 20.2

    Place a file in your www directory called info.php Add this content to the file: <?php phpinfo(); ?> Enter website url/info.php Do you get PHP info? This lets us determine if PHP is properly installed on your server, and your hitting the correct path for your webservers host configurations...
  10. Znote

    New otservers list! Otservers.online

    Registered, tried to add my server. Turns out its already added: https://otservers.online/servers/acidsot.com/ But I cannot change description, or exprate etc. It says 5x, but its really stages from 20x to 4x with plateau levels at 30x. When you click "Play now" to enter the website of the...
  11. Znote

    [Znote AAC] Linking item shop images from folder

    By default images are loaded from the default image host: https://github.com/Znote/ZnoteAAC/blob/ec55497c5abcad662489e6616d726e749a9e1bb3/shop.php#L254 Here you can change the <img src attribute from: http://<?php echo $config['shop']['imageServer']; ?>/<?php echo $offers['itemid']; ?>.<?php...
  12. Znote

    [Znote AAC] CIP based Gallery

    Nice! Znote AAC also comes by default with a gallery page, that allows players to post their images and present them on website. (With admin moderation). (AcidsOT Demo) It would be cool to have a variation with this design (with small tweaks like add title), that retains the community driven...
  13. Znote

    [France] [8.6] AcidsOT

    WAkeAndBake seems to have misunderstood our implementation of the mana rune, I might have worded it a bit wrong in my previous post. So someone else might get the same perception as him. To clarify, client protocol 8.6 doesn't natively support ultimate mana potions, so the mana rune is used as...
  14. Znote

    Website slow after DNS.

    I use Spigu hosting for AcidsOT.com. I don't notice any issues with it. (Is it slow for you)? Is your DNS record connected with type a IPv4 IP destination to your spigu host? What is your domain?
  15. Znote

    Solved [Znote AAC] Guild creation error (thread stack overrun)

    https://otland.net/threads/znoteaac-thread-stack-overrun.247562/#post-2408030
  16. Znote

    [France] [8.6] AcidsOT

    Thanks for your feedback @WAkeAndBake ! I appreciate your feedback, and understand your frustration that it can be expensive to train when you have recently created a fresh account. So let me go into the details of our Training Room system: Currently, access to training room costs 300gp for 15...
  17. Znote

    [France] [8.6] AcidsOT

    Changelog: 17 August 2021 Knights can now use strong mana potions. Paladins can now use great mana potions. Serine Magic NPC now sells: (8.6 protocol alternatives to ultimate potions) Ultimate mana rune (130+ for sorc and druid, heals on average 500 mana). Ultimate spirit rune (130+ paladins...
  18. Znote

    [France] [8.6] AcidsOT

    Changelog: 16 August 2021 New Sorcerer spell: Chain lightning. Cast a lightning ball that jumps between multiple creatures Cancels invisibility and applies energy condition to target. Fixed several quests that were not rolling rarity on quest rewards. Buffed nightmare spawn and loot. Buffed...
  19. Znote

    PHP Znote change name error

    // Check if player and account matches if ($order !== false) { if ($session_user_id != $accountId || $session_user_id != $order['account_id']) { $errors[] = 'Failed to sync your account. :|'; } }
  20. Znote

    [France] [8.6] AcidsOT

    Chain Lightning :cool: @Adposatnr Hehe yep, my wallet still hurts. Yeah, I will work on a streamer program system, and try to get a few streamers to play soon. I'm struggling a bit finding an appropriate way to reach twitch streamers for hired advertising. But I think it will be worth pursuing...
Back
Top