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

    Lets learn how attributes are stored!

    Thanks for the response guys. I'm glad you agree with me about this.
  2. Mazen

    Lets learn how attributes are stored!

    Attribute Types (taken from the source code): ATTR_END = 0, ATTR_DESCRIPTION = 1, ATTR_EXT_FILE = 2, ATTR_TILE_FLAGS = 3, ATTR_ACTION_ID = 4, ATTR_UNIQUE_ID = 5, ATTR_TEXT = 6, ATTR_DESC = 7, ATTR_TELE_DEST = 8, ATTR_ITEM = 9, ATTR_DEPOT_ID = 10, ATTR_EXT_SPAWN_FILE = 11...
  3. Mazen

    Lets learn how attributes are stored!

    A few months ago, or a year ago I asked Elf to explain how item attributes were stored in the database. As you know, what's inside player_items.attributes is binary, and is not as easy to read as normal values in the database. So Elf answered me: How rude of him, not even an explanation? The...
  4. Mazen

    Selling 113 Tibia/104 Runescape

    Pretty decent imo.
  5. Mazen

    Fix/Patch Parsing Storage Values Inside of Quest.xml

    This should be implemented, in my opinion.
  6. Mazen

    Lua Function getPlayerClientVersion(cid)

    Shouldn't the client version always be the same for all players? I mean if you're running a 8.6 server, then the returned value should always be 8.6 since only people with Tibia 8.6 can connect.
  7. Mazen

    Complaint Freedom to share 0.4

    Yes, of course, it is allowed to sell TFS. I just thought about the word "donation", wish is not right to use if you are selling a product. Talaturen/Mods have also been banning people for sharing TFS, so he's scaring the other users to not do the same. I guess he will keep banning people...
  8. Mazen

    Complaint Freedom to share 0.4

    Greeting OTLand. I think it's time to stop banning people who share the 0.4 distribution. You're not allowed to charge people for an open-source application and at the same time preventing them from sharing it. As long as you release TFS, people should be allowed to share it with each other...
  9. Mazen

    Gaming CIP failed again... Ferumbras on Thoria

    Double-negative = positive, lol. Now it's back to negative, lmao. :p
  10. Mazen

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    Even if Elf isn't getting anything from the donations?
  11. Mazen

    Grass tufts (too little or too much?)

    I prefer 4. The more, the better! ;)
  12. Mazen

    Webdesign Gesior AAC template

    Well, np then. You're the only one having these files anyway..
  13. Mazen

    Scripter Java scripter --->

    You mean javascript scripter? ;D
  14. Mazen

    Webdesign Gesior AAC template

    Did you release it? :o Edit: I've sent you a pm, it might be helpful.
  15. Mazen

    Configuration Gesior AAC Exploits! [All Versions]

    The Gesiors AAC code is too messy to be fixed. The whole project is one huge mess.
  16. Mazen

    Configuration Gesior AAC Exploits! [All Versions]

    That sounds really good. I hope these 2 will replace Gesiors AAC completely.
  17. Mazen

    Configuration Gesior AAC Exploits! [All Versions]

    Solution for guilds.php Replace: $guild_logo = $guild->getCustomField('logo_gfx_name'); if(empty($guild_logo) || !file_exists("guilds/".$guild_logo)) $guild_logo = "default_logo.gif"; With this: foreach (array("/", "\\", "..") as $char) { $guild_logo = str_replace($char, ""...
  18. Mazen

    Lich wand

    Look very nice! But I think it's too big to be a Tibia item. It might get screwed up if you resize it. :o
  19. Mazen

    How popular are you?

    Not sure, so 1/10. :(
Back
Top