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

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    Thank you for the kind words guys, looking forward to seeing you all very soon! As for the attack system, we have a unique one. You dont have the hotkeys to type the spell words for you, the spells are items you will be placing into the keybind, which limits the amount of skills you can use and...
  2. Finkelz

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    Anything that plays the game for you, whether its healing, rotating or anything of the kind is off the table.
  3. Finkelz

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    Looking forward to seeing you there :)
  4. Finkelz

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    There are no bots. What I said is crafting a good item may take a while, and it will run in the background. We wont have the character be stuck in crafting for 30 minutes, unable to play. For bots I assume you mean 3rd party softwares that play for you - this will not be a thing in this project...
  5. Finkelz

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    This is something we will put great emphasis on. There may be semi-afk things, like crafting or other things that run in the background, but we are very fond of the active gameplay approach. Its about you playing, not a program running another program.
  6. Finkelz

    [FRANCE] [CUSTOM] Sands of Time - Open Beta - March 27th

    @wild345 We have focused heavily on rpg feeling and exploration. Waypoints have to be discovered first to be used, but they exist as we understand the OT community is mostly adults, with little and very valuable time on their hands and we don't want people walking 15 minutes each way every time...
  7. Finkelz

    [Netherlands] InsanityOT | 8.6 | 7171 | custom | highexp | prestige ranks

    Agreed, It's not even hard... :(
  8. Finkelz

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    Try to look in config.php at the shop part. $config['shop'] = array( 'enabled' => true, 'loginToView' => true, // Do user need to login to see the shop offers? 'enableShopConfirmation' => true, // Verify that user wants to buy with popup 'useDB' => false, // Fetch...
  9. Finkelz

    Lua Player rewards by vocation

    Thanks alot @Xeraphus ! Seems to be working just fine now! I will test the rest of the script, but for this part, it's fixed!
  10. Finkelz

    Lua Player rewards by vocation

    OK! So I use a unique key to mark a quest/reward, and set it's value to 1 to mark it as received. I get that part, thanks alot for the explanation! @Colandus The part in my script that I don't get past now is this: if isInArray(voc, player:getVocation()) then print(player:getVocation()) So...
  11. Finkelz

    Lua Player rewards by vocation

    Thanks @Xikini , I'm kinda new, don't really know how to print it. About the storage values, I don't even know what those values mean, I couldn't find any documentation for those... Could you point me in some direction where to look?
  12. Finkelz

    Lua Player rewards by vocation

    Hi everyone! I'm trying to make a rewards system by vocation, but seems I can't get it to work. I am using TFS 1.2 This is my script: local rewards = { [{1,5}] = { -- sorcerer [20] = {items = {{itemid = 2160, count = 2}, {itemid = 8900, count = 1}}, storage = 40953}, [50] = {items...
  13. Finkelz

    [9.1+] Talking Signs

    I tried many variations from different posts, none of them worked :( I'm using TFS 0.2.15 (Mystic Spirit) With client 9.86. Any Idea how to make this work?
  14. Finkelz

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    Hey, I manage to make an account ok, but when trying to make a character for that account, I get this: Any idea why? ~ EDIT ~ After reading a great answer on Stackoverflow: http://stackoverflow.com/questions/8821575/mysql-error-1436-thread-stack-overrun-with-simple-query You can do this...
  15. Finkelz

    AAC Can't login on website after creating account

    I solved this after looking at the login.php, the authentication part. if ($config['TFSVersion'] == 'TFS_02' || $config['TFSVersion'] == 'TFS_10') $login = user_login($username, $password); else if ($config['TFSVersion'] == 'TFS_03') $login = user_login_03($username, $password); In...
  16. Finkelz

    AAC Can't login on website after creating account

    I did. I also saw on phpmyadmin the account was created, and I could use it to log into Tibia itself. The error I get is: "Username and password combination is wrong". When the account name was incorrect it asked me if I'm registered and gave me a link to register.
  17. Finkelz

    AAC Can't login on website after creating account

    Hi, I'm kinda new to OT stuff, only had a small project when servers were all xml. So I followed this guide: https://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/ I have my server up and running (on localhost) and also the Znote AAC...
  18. Finkelz

    Please Evulotion 8.1 server

    Ok, any server wiil be good! 8.0 - 8.1, XML/SQL! Please someone help me with this! I dont need map or anything... Thanks again!
  19. Finkelz

    Please Evulotion 8.1 server

    Hey guys! For a long time now I've been looking for 8.1 server sources. If anyone still has Evolution - that would be very much preferred. Any other 8.1 server will be very much appreciated as well! Thanks you all in advance!
Back
Top