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

    OTClient Blocking clients other than the official.

    use the guide to generate the rsa, not the generator. replace your public.pem, and just set the other key at const.lua. the last thing you need is to encrypt the client, if you're using mehah otclient, use the following settings to set-up the encryption #define ENABLE_ENCRYPTION 1 #define...
  2. ralke

    C++ monster ranged attack tfs 1.5 are very off is there a way to fix this?

    I think this could be approached more with a spell for the monster, than editing the sources. You just have one attack pointed as melee on hunters right? The monsters are not always 100% accurate, we have the approach from TibiaWiki, but nothing says that you can't add more attacks than this...
  3. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    how about rolling the attribute directly on loot instead of using idenfication item? also, how about not using +1,+2,+3? been using this for a while and shielding is a broken skill to add, for example, to mages. also consider that item level passively upgrades your armor, attack, defense from...
  4. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    you should take the time to read the code. as long you can understand it (which is not oen's way, is .lua code) you can do whatever you want. Start by deleting most of the attributes of the system, use at least one or two to see how it goes. Do the same with the enchantment items such as clone...
  5. ralke

    Lua what is sendSupplyUsed?

    thanks a lot! :)
  6. ralke

    Lua what is sendSupplyUsed?

    Hi again! I have a question with this function, sendSupplyUsed. What is this supposed to do and when it was implemented? (since it is not part of the nekiro downgrade). I use 8.6 downgrade by the way (as always). I updated my enchantment.lua script to the most recent one, but i'm struggling with...
  7. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    what you mean, i just sent me a parcel with an item with this system and all works fine use item:setItemLevel(item_level, true) in a script (from a chest or whatever) to set the level, like oen said https://github.com/Oen44/TFS-Upgrade-System/wiki/developer-notes
  8. ralke

    OTClient Blocking clients other than the official.

    Here you go https://otland.net/threads/tutorial-generate-rsa-keys.261681/ https://otland.net/threads/key-pem-struggling.277238/
  9. ralke

    TFS 1.X+ Edron rock lever

    Hi! I need a little support with this lever, I wonder how can I avoid players from pulling the lever if a player is standing on the rock position? This way the player doesn't stand on the stone if someone else pulls the lever (if it also sends a return message will be nice!). Like is shown here...
  10. ralke

    Tibia 8.6 OTs and TFS questions

    Working with nekiro downgrade. If you have some errors... Picture taken from GitHub - ralke23/Greed-TFS-1.5-Downgrades at 8.60 (https://github.com/ralke23/Greed-TFS-1.5-Downgrades/tree/8.60)
  11. ralke

    Audiovisual Practice with LUMIX FZ70 and GH4 with 28mm. and 16mm. lenses

    Adquired a new lens, Laowa 7.5mm. Just did a quick photography to my cat to see how it goes. Great lens ^^ Grading with DaVinci Resolve Original photo (taken from video footage)
  12. ralke

    Codicia - Development Thread

    Had almost a month of feedback and proper testing. I added 2 more characters for each vocation account and set the rate of everything to * 1 (that probably will be the final rate). Now Codicia is on beta stage, we have finished all the details from client-side and updated it on the website...
  13. ralke

    Audiovisual Practice with LUMIX FZ70 and GH4 with 28mm. and 16mm. lenses

    Tutorial on How to EARLY GRAB a skateboard :)
  14. ralke

    Audiovisual Practice with LUMIX FZ70 and GH4 with 28mm. and 16mm. lenses

    Reuploaded with better bitrate, color correct, sound equialization and second part ("Paseo Bandera")
  15. ralke

    Audiovisual Practice with LUMIX FZ70 and GH4 with 28mm. and 16mm. lenses

    New video for GoSkateDay 2024 Was a madness to record this thing. Regards! ^^
  16. ralke

    TFS 1.X+ Help with recent memory commit logs

    Hi, how many players you had when you tried the changes? Also want to know if you just downloaded the nekiro source and then merged the code? Because I haven't noticed any increment on CPU, but, I still need to try it with more players logged in. Send me a message on discord and we can see it...
  17. ralke

    Lua Xikini's Free Scripting Service TFS 1.4.2

    As you can see here C++ - light on floor (https://otland.net/threads/light-on-floor.289125/#post-2754260) there's nothing you can do server-side. Xikini is only helping with lua scripting, nothing with source changes, database queries, and I haven't seen any request of client side features so I...
  18. ralke

    OTClient Deleting Token/Ip/Port/Version in entergame.lua

    Glad you guys modified the file to achieve that. If you guys want a secondary solution (I think @Unknown Soldier method is more proper) but you can just create a file called server.otmod, and paste it inside client_entergame/ with this inside: Module name: addon_server description: Single...
  19. ralke

    [TFS 1.3] Small Boss Room

    Actually you're right! I need to clean a corpse. Got this error from the merge. Also fixed bossarea for bossArea. Thanks for the reply! Regards :)
  20. ralke

    [TFS 1.3] Small Boss Room

    I need a little help! How can I add a check to clean the area from items everytime it resets (by ended time, or player's who's pulling a new lever)? Delete any item that remain inside the area. And... which line should have the code piece?. Thanks in advance!
Back
Top