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

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    I made some changes on the server, now it displays critical hits on monsters. Previously this was only happening attacking players. So here's the explaination of how it will work: if (primaryDamage >= 400 and attacker:isPlayer() and (attacker:getCriticalLevel() * 3) >= math.random(0, 1200))...
  2. ralke

    Lua Change on critical script

    Just came back to say it works perfectly! So much thanks :) Thread solved
  3. ralke

    Lua Change on critical script

    Little question, for the eventCallback:register(-666) I should keep -666 or it could be -555 for example? For some reason I remember that I already registered an script with that number, can't remember where but i'm quite sure I saw that already. Also I think that this eventcallback goes at...
  4. ralke

    Lua Change on critical script

    Hi guys! I have an alternative critical system, and I wonder if someone can help me adding a little enhancement into it. function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if (not attacker or not creature) then return...
  5. ralke

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    Thanks for the feedback! Indeed we're not in the appropiate region for EU players, but, I heard that ping isn't too bad. Otherwise, I'm aware of the language barrier, which has been mentioned a lot on the thread. Thanks for the congratz, it's been difficult to achieve a server that doesn't have...
  6. ralke

    Don't delete items on doors that close automatically

    Amazing as always bro! If I found situations where is diagonal paths I'll inmediatelly merge this changes. Thanks a lot, regards :)
  7. ralke

    Don't delete items on doors that close automatically

    Appreciate it! Now I completely understand it, and fixed all the doors on my server. Thanks a lot bro! :)
  8. ralke

    Don't delete items on doors that close automatically

    Thanks for the reply Xikini! Nimbus bot sent me this, there could be more optimized ways to handle it? function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(41300) > 0 then local tile = Tile(toPosition) if tile then...
  9. ralke

    Don't delete items on doors that close automatically

    Guys!! Merry x-mas. I have a quick question here, a player of my server found a little bug on doors, which delete backpacks as soon they get automatically closed. I attached a video of it. I wonder, this can be easily fixed? If not, there could be a script which doesn't allow to throw items to a...
  10. ralke

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    Merry X-mas for everyone. In celebration, I increased the experience to *2 from December 25 to January 1st. I also attached the same real-tibia NPC Ruprecht as christmas event, which comes with an automatic raid of Grynch Clan Goblins (every day). In other news, our Winter Warden outfit is on...
  11. ralke

    Good server w/ randomized attributes loot?

    My server runs a system like that, using a modified upgrade system provided by Oen. The only thing you should keep in mind is that the server is 100% Spanish, but if it suits you, you are invited. Here you can see the whole table of attributes and how it's distributed: Codicia - Juego...
  12. ralke

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Would be amazing to have something like it. I really think this is a really good way to balance knight/paladin training vs. sorcerer/druids training; unless you have a tasker running it is literally impossible to train them. Thanks in advance bro, really appreciate it!
  13. ralke

    TFS 1.X+ Loot Channel TFS 1.4 downgraded 8.60

    It is actually pretty simple. https://otland.net/threads/loot-channel-system.254816/#post-2736057 What you need to do is to change those lines where loot is sent, mostly at default_onDropLoot.lua, and specify it to be sent to your desired channel. Like Sarah said here C++ - Loot Channel System...
  14. ralke

    Too many ideas..

    My advice, if you start a project (I see you have Evolera) end it at some point. That already happened when you released it, so this next time, try to compact that same project as much as possible. You'll notice for example, how a simple stair can save 15~30 minutes of rotation for a player...
  15. ralke

    Which engine are you using?

    Nekiro downgrade, it's been 2-3 years using it. It ended up on my own fork, but it started from it. Need lots of troubleshooting, but isn't impossible ;)
  16. ralke

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    List of newer changes and latest news: Changed entrance to Fury, Infernalist cave. It also connects much more easier with Pythius the Rotten and Hellspawn, Demons cave. Fixed a little bug with mummy corpses that didn't decay correctly. Now they behave like normal monster dead bodies. Change on...
  17. ralke

    Windows RME Lagging suddenly

    Can you upload a screenshot of the issue? Can't tell if is this, but always disable show lighting effects when zooming-out (shift + L). I also never import large areas with ctrl + c. With large I mean pieces of maps with 1000 * 1000 sqms or so, it should be done by pieces. With a screenshot...
  18. ralke

    TFS 1.X+ Set free account outfit when premium ends

    Hi! I was wondering, which method I can use to automatically set a free account outfit to those players who finished their premium account days? I was thinking on check if player has outfit (for example, looktype 123, 124, 125, 126) and "is not premium", then, set player "free account outfit"...
  19. ralke

    Open tibia server for beginner

    You should start by doing this: Anything just pm or comment here. Regards!
  20. ralke

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Thanks for the reply! How about making it use skill ticks instead of spell cast? Like it's done here (didn't found it but there's a 1.X version too I think) Action - Exercise Dummy for TFS 0.4 :o (https://otland.net/threads/exercise-dummy-for-tfs-0-4-o.264807/#post-2559581) So we "fake" it. The...
Back
Top