• 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

    Tibia Specifications Initiative

    There should be an initiative to help developer get a better start with supporting Open-Tibia and allow for wider adoption of Open-Tibia programs such as OTClient by providing detailed information about all Tibia-related protocols and file formats. Open-Tibia would not have been possible...
  2. Mazen

    [RME 3.1][2015-12-28] Remere's Map Editor

    Hello everyone, this is currently the latest version of the Remere's Map Editor. I have compiled it from the 2015-12-28 source from Github, and packeted it with all its dependencies. I'm doing this to learn how to create proper installers. :p So don't expect me to keep on releasing new...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Mazen

    tableString(table) - Table to String

    Hello OTLand. Since I know by experience that sometimes it's hard to understand what's inside tables that you didn't write, that most of the times are returned by functions. A good way to see exactly how a table looks like is to make it as a string. Here is the script the will convert any...
  8. Mazen

    [Gesiors AAC] $main_content sux

    The variable $main_content sux and should be upgraded to something more professional, like include($dir), who agrees with me?
  9. Mazen

    Vinterkräksjukan

    Jag tror jag har den, eftersom halva min familj fick den. :( Någon mer som har drabbats?
  10. Mazen

    [NPC] Skill Master

    Hello Otland! This is a Skill Master NPC. It gives you rewards depending on what skill level you are. It's very configurable and filled with features. Rewards Supported: Items Outfits Money Reputation (Based on storage ids) If you wish to see more features in this NPC, just post your...
  11. Mazen

    The most LUA unnecessary function you know

    What is/Wish are the most unnecessary LUA function you know? Two Rules: - Not more than 10 functions per post. - Describe why it's unnecessary. Mine is math.pow(x, y). Really unnecessary because you can just write (x^y) and get the same result.
  12. Mazen

    My own image host!

    Hey everyone! I've finally succeed to make my own image host. This is just a test-thread to see if it's really working. TEST IMAGE(Unavailable while server is off-line): Thank you. If you want to try it out by yourself: ImageHost Limits: Can only be max 5mb/image. Can only be jpg, png...
  13. Mazen

    Possible to make creaturescripts work for all creatures??

    Hey everyone. I just want to ask a question, as the title say, is it possible to make a creature script work for all creatures, for both monsters and players? What I know is that you need to register a creature event for a creature to make it work. (With the function registerCreatureEvent(cid...
  14. Mazen

    CreatureEvent Monsters have multiple lives

    Hello everyone. I made this script based on the idea form http://otland.net/f82/cats-should-have-7-lifes-d-52856/ . Script: function onKill(cid, target) local monsters = { ["Cat"] = { text = {"The cat lost her 7 lives! :D", "This sucker have lost his lives! :D"}, emotes = {"MjaaaUUU1!!"...
  15. Mazen

    Login-server (How do I get the players online for all worlds?)

    Hello, I'm trying to make the login-server give a status for all servers. Like for example if I have 2 servers, Server1(30 players online) and Server2(25 players online), I want the login server to show that it has 55 players online. Is it possible?
  16. Mazen

    [Sweden] Swevolutions Third Generation (8.5)

    Greetings everyone! I'll start explaining a little bit about Swevolutions. This server has been online for two and a half years and I'm an experienced OT-server owner who started this project and is currently taking care of it. I bet some of you have heard about this server or played on it...
  17. Mazen

    TalkAction Advanced Anti-swearing

    Greetings everyone. If the open-tibia team would ever implement a type of talkaction that work for all words at the same time, this script would be very useful and yes, I got the idea from Runescape. :p Right now nether open-tibia or any OT distribution support this. Anyway, here is the script...
  18. Mazen

    [Multi-World] Cannot connect to game server TFS 0.3.5 PL1

    Hello everyone, I've worked really hard to try to get this working. I searched the whole forum for the answer, I worked on this for hours without any results, so I've decided to ask you for help. The problem is that I can't connect to the game-world. I get the error: Invalid Server...
  19. Mazen

    TalkAction Advanced buying command

    Hello everyone. I'm tired of all the single buying commands as "!buyaol". So I've scripted an advanced one that supports backpack and multiple item buying. It works like this: !buy 3 magic swords -- To buy 3 magic swords. !buy magic sword -- To buy a single magic sword. !buy bpsd -- To buy a...
  20. Mazen

    [Voting] New Quest NPC system

    I'm currently working on a new NPC system that I'm maybe going to release. I want you to share your suggestions about it and maybe tell me how I can improve it. Here is an example of how a NPC script might look like: local keywordHandler = KeywordHandler:new() local npcHandler =...
Back
Top