Mithos API for MuOnline (PHP)

Results 1 to 3 of 3
  1. #1
    Novice mitick is offline
    MemberRank
    Oct 2014 Join Date
    2Posts

    big grin Mithos API for MuOnline (PHP)

    Hello Guys,


    My name is Flavio Hernandes, I'm from Brazil, bad english :(, well today I bring a new project I started a few days is to provide a solid layer to create systems/sites for MuOnline, follows the source code on GitHUB.

    https://github.com/hernandes/mithos

    OR INSTALL VIA COMPOSER

    Code:
    {
         "required": {
             "hernandes/mithos": "dev-master"
         }
    }


  2. #2
    Apprentice MuOriginal is offline
    MemberRank
    Mar 2012 Join Date
    24Posts

    Re: Mithos API for MuOnline (PHP)

    seem pretty nice,I would probably even use it on my own site but I already wrote all those functions.

    I really like the way your working with hex,very professional but have you actually tested for results ? I mean it seem like your item id calculation is wrong when it comes to items id larger then 255.

    also wanted to ask whats this stand for -
    public function getUnique() {
    return (hexdec(substr($this->getHex(), 14, 2)) & 0x80) == 0x80;
    }
    hows thats tell whether the item is "unique" ?

    would be really nice to see this going,good luck!

  3. #3
    Novice darklady is offline
    MemberRank
    Nov 2008 Join Date
    3Posts

    Re: Mithos API for MuOnline (PHP)

    Yes, this is part of a project many years, but it is probably the single item is functional only in the 97+ versions to 99x, then this project is maintenance and the intention is to provide a functional with all necessary lib = D



Advertisement