• 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

    OpenTibia DLL Pack (v2.0)

    I bet you're using linux. That version of iconv is very hard to compile on Windows, you'll be forced to use mingw. However I found a solution to go around that by downgrading to 1.11. libiconv 1.11: http://libiconv.sourceforge.net/libiconv-1.11-msvc.tar.gz Just follow the instructions to...
  2. Mazen

    You are...

    you're a perverted meme.
  3. Mazen

    Best vocation in real tibia with 9.40 update? VOTE

    Paladins imo. Wasteful, but pretty strong.
  4. Mazen

    How fast do you type?

    How do people reach 500+?
  5. Mazen

    battlefield 3 trollin

    This dude deserves to be banned from the internet, permanently. What a terrible person.
  6. Mazen

    Open Tibia Website

    What makes you think this would not be an exception? In fact, I do have plans. But I'm still not sure if I want to spend time on something that really isn't needed, or on something that cannot be done. Indeed, if the OT community benefits, that's a good reason by itself. But I need something...
  7. Mazen

    Open Tibia Website

    Hey, I'm not saying it's common that people come up with new ACCs every day. But do you want my personal opinion? I think most ACCs that are out there are missing some very essential features. And many would request to fill that gap. That's just my opinion. The question here is, do you think a...
  8. Mazen

    Open Tibia Website

    Haha, I knew this would light a fire instantly. But hey, don't forget to vote. I might or might not be serious.
  9. Mazen

    Open Tibia Website

    I'd make a bet I could make the best CMS/ACC the OT world ever experienced. EDIT: Do you really need a new ACC in your opinion? If you do, explain why. But if it's not really needed, then I don't see any point in making a new one. And there would ofc not be a point in this discussion ether. So...
  10. Mazen

    Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

    I bet you should use a newer revision. Btw, how ironic that the sad-face showed up in the error. Lol.
  11. Mazen

    [Class] Opentibia_Item_Attributes

    Updated to version 2.0. Enjoy. It'll work mush better than before. Note that Opentibia_Binary_Attributes:: $attribute_names might not be a complete list of attribute types. If you know other types from the otserv source code, just add them with the right name and format.
  12. Mazen

    {C++} PVP System (onTarget) and Only have skull when deal damage

    I have to comment this. No one is getting anything out of making free scripts. So when someone sacrifices some of his free time, he's doing people a favor. But according to you, if those programmers don't make you a favor, they are heartless. Some programmers (some popular ones) have a very...
  13. Mazen

    How to add new KEY (tibia.dat/spr) to RME ?

    Use this: <client version="8.60"> <data dat="0x4E12DAFF" spr="0x4E12DB27"/> </client> It's modified to work with Tibia 9.10 SPR and DAT files. But it wont solve the whole problem, I'm also trying to figure out how to use RME for 9.10. Also, don't forget to replace items.xml and...
  14. Mazen

    How to add new KEY (tibia.dat/spr) to RME ?

    Bump, I'd also like to know.
  15. Mazen

    [Class] Opentibia_Item_Attributes

    That wont do any good. You will be able to read through the string and with your own eyes see the information between all the false letters. But that wont be useful in case you wish to have your website understand and make use of it. The script knows the format well and will give you clean...
  16. Mazen

    [Class] Opentibia_Item_Attributes

    Here is a script in PHP that reads the binary item attributes from the database. But since i don't know how floats look like, they are not supported by the script. (Floats aren't used mush anyway.) <?php /* Made by Mazen */ function bytes_split($hex) { $bytes = array(); if...
  17. Mazen

    Lets learn how attributes are stored!

    Thx m8. :) I've taken a look at the OTS_Buffer class, but it doesn't seem to be able to read the data the same way I did it. It can create binary and return binary, but it cannot decode the information. Obviously because that's a global class that should work for all binary data. So there are...
  18. Mazen

    Lets learn how attributes are stored!

    Here is a script in PHP that reads the attributes. ;) But since i don't know how floats look like, they are not supported by the script. /* Made by Mazen */ class Opentibia_Item_Attributes { private $value = array(); const NUM_UNKNOWN = 0; const NUM_TINY = 1; const...
  19. Mazen

    Lets learn how attributes are stored!

    SlashX, thank you VERY much. Yes, that's exactly what I was looking for. So I guess the mystery is solved then lol. I'll see how to make use of this. That's a part of the value, as SlashX explained.
  20. Mazen

    You are...

    You're a daniel agger.
Back
Top