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

    onKill, modify userdata value target.uid

    But how can I use a persistent table? Can I store a table in the game storages? If I wanted to give the kill to the highest damaging player, I would scan the damage map and add the kill if it is the right player. Else, return. But instead, I want the players to get the same chance to get the...
  2. guiismiti

    onKill, modify userdata value target.uid

    Any ideas?
  3. guiismiti

    onKill, modify userdata value target.uid

    Hello, I noticed that the onKill creature script for the killing in the name of ... quest may run multiple times when more than one player has killed the monster. This will add a kill for every player who runs the script, and I want to change that. The parameters of this function are player...
  4. guiismiti

    TFS 1.2 get player by guid

    That's what I did. The function is in the engine, but it looks like there is no lua function for it, I just wanted to make sure.
  5. guiismiti

    TFS 1.2 get player by guid

    Hi Is there a function for getting the player by guid in TFS 1.2? I found this in a 2011 post, but it does not exist anymore: getPlayerByGUID(guid) Thanks in advance.
  6. guiismiti

    True heart of the sea - change ID when boss spawned

    Hello I've been looking for a way to transform true heart of the sea (IDs 15638 and 15639) depending on a game storage value. Is there a way for the item to check the storage and transform itself? Something like onThink. Thanks in advance.
  7. guiismiti

    dat editor for 10.77+

    Hello again, I've been looking for a .dat editor for 10.77+ and could not find it. Is there one? Thanks in advance.
  8. guiismiti

    Tapestry of honour

    Hi, I am looking for the item IDs of the tapestries of honour (the ones created in the 15th anniversary). I've found the basic tapestries (from ID 16008 to 16013), but I haven't found the items in the wall. Does anybody know the IDs? I've been scrolling through my items.otb using RME but I...
  9. guiismiti

    removecharge on distance weapon

    Hi, I am editing a bow. I have added "removecharge" in weapons.xml and "charges", "showcharges" and "decayTo" in items.xml. Does removecharge only work for melee weapons? Is it possible to use something similar for a bow? (it can't be ammo in my case). Thanks in advance.
  10. guiismiti

    [7.7] RealOTS 7.7 (Cipsoft Files)

    What I'm curious about is, do people know all the quests? Sword of fury, serpentine tower, this mysterious wall north of Ankrahmun
  11. guiismiti

    [7.7] RealOTS 7.7 (Cipsoft Files)

    Is this the real tibia map + actions and stuff or only the map?
  12. guiismiti

    Real Tibia Map Project [10.94]

    update the download links, please
  13. guiismiti

    Duplicate map

    A few months ago I coded a function like this and it crashed my server. I just coded a new one and it didn't crash it xD It removed around 35k items in Venore and 6k in Yalahar, I'm not sure of how much the map will be shrinked. But when I use /save, it won't save the map changes. Also, it does...
  14. guiismiti

    Duplicate map

    Hello, Has anybody noticed that Venore and Yalahar maps (maybe more places) are duplicated / triplicated? Has anybody solved this in a creative way, not manually?
  15. guiismiti

    Compiling TFS 1.1 on Raspberry Pi or Debian 7

    try updating cmake if it doesn't update, try downloading a newer version and installing it manually https://cmake.org/download/
  16. guiismiti

    Windows 2 otserver without change port

    can't have two servers in one port
  17. guiismiti

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Znote's last reply was on October/2015 :S Before I do it myself, has anybody (1) limited the number of houses per account or (2) conditioned guildhalls to guild leaders?
  18. guiismiti

    [Znote AAC] TibiaCOM template

    I was having a problem with the Houses page, houses were not being displayed. I fixed it in layout/sub.php Instead of 'houses' => array( 'file' => 'houses.php', 'override' => true I am using 'houses' => array( 'file' => 'houses.php', 'override' =>...
  19. guiismiti

    [Znote AAC] TibiaCOM template

    I'm also interested in this
Back
Top