• 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. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    They voice acting in the movie is really something exceptional... ah wait... What you have done with that script... or system I should say, is way beyond anyone would have expected, but I have already told you that... I couldn't resist to try how it works, and there is really nothing that I...
  2. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Im deffinitely not an expert for such questions, but how I understand it is the data/event/player.lua with its "onLook" function provides the basic feature that returns info about stuff when you look at something, and the other one in data/scripts/eventcallbacks/player/default_onLook is like...
  3. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    I've decided to improve item descriptions in Xikini's protection upgrade script, because it was removing all the existing additional descriptions that upgradable item previously had, like those from XML file or custom descriptions from another scripts/systems as well. In Xikini's script do...
  4. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    I feel really bad because Xikini spent like 10 hours of his time to do that after I just mentioned rather humble, little walking NPC, but he did whole fucking walking system for all creatures, initially even tried compilig sources... I feel like all his recent work has done more for the...
  5. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Hi Xikini, I have an idea of a script for NPC, to make them feel more natural. If certain hour comes, lets say 20:00, NPC will walk away walking certain path and finally stop on a given coordinates and will stay inactive for some time, for example until 08:00, and then walk back into its "day"...
  6. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    @Xikini, what you do is insane, hope that you don't get any threats from scripters that get paid for such job :P
  7. Unknown Soldier

    [FRANCE] [13.30] | RubinOT Europe Version! February 21, at 19:00 CET, 15:00 BRT - Biggest brazilian actual server.

    So good to see some serious RL server in Europe! Fingres crossed for the launch!
  8. Unknown Soldier

    Shirako ~Mapping Thread~

    This is probably the best piece of mapping I've seen in a long time, absolutely gorgeous!
  9. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    It is sweet! I wonder if could you create alternate version of this script, in which you can set many different items to be upgradeable, not only single amulet. I am thinking about any other equipment part, or maybe even whole group of items (like all shields, or all armors). In such script you...
  10. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Looking great! Thank you! :)
  11. Unknown Soldier

    Mapper Quality Mapping Services

    Hello, I am offering my mapping services. I prefer to work on newer Tibia assets, but depending on the amount of free time I can also consider 7.X and 8.X protocols. I won't work on anything related to pokemon or dragon ball or anything like that. I like to work on new map patterns/themes...
  12. Unknown Soldier

    The Unknown | Mapping Thread

    You have to squint again to see anything ;) Lion Bastion and surroundings [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295]
  13. Unknown Soldier

    RevScripts Auto broadcast

    ❤️
  14. Unknown Soldier

    Can you tell me why the weight is not displayed everywhere?

    Weight is only displayed within player range, it is not displayed from a distance, those items you show, that don't display it are more than 1sqm from a player. That is how Tibia works.
  15. Unknown Soldier

    TFS 1.X+ Warning - Items::ParseItemNode

    That is because your TFS does not have attibutes mentioned in that errors, like loottype, imbuingSlots or wrapableTo. You can just remove them from itemx.xml and live without those features, but I guess that's just the top of an iceberg and there might be much more errors eventually.
  16. Unknown Soldier

    Feature TFS[1.4.2] Questlog/Task counter: Storage tracker in description as string

    Cool thing, deffinitely many people would appreciate that! There might be an issue of counting starting with -1, if so, just add IdentifiedStorageValue += 1; after player->getStorageValue(storageValueIdentifier, IdentifiedStorageValue); and done :) Thank you!
  17. Unknown Soldier

    TFS 1.X+ Items decaying in equipment slot -> does not update stats

    Thanks for the hint, I found one PR: https://github.com/otland/forgottenserver/pull/3851 But it solved part of the issue. Now, the item really changes skills back to normal when it expires, but trying to wear the same item, but renewed/repaired, or even any other item of this kind, doesn't GIVE...
  18. Unknown Soldier

    TFS 1.X+ Items decaying in equipment slot -> does not update stats

    Hello, I wonder if it's only me and my TFS 1.4.2, but when an item that has specified duration in items.xml, got decayed (so the duration runs out) transforming into another item (this is important), and the item is in equipment slot when it happens, the bonus stats that it gave during the...
  19. Unknown Soldier

    Lua Boss area entrance - crash

    @gesior @Xikini Are you able to suggest where to look for, having only that screenshot I posted earlier? Or give a hint how to get more detailed information about the crash, if something more detailed is even possible? I'll be slowly eliminating another possible reasons I think of, based on...
Back
Top