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"
}
}
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 -
Quote:
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!
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