Jump to content

Mobius

Members
  • Posts

    445
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by Mobius

  1. Since January 1st 2019 we stopped accepting any new private members. The project is still active, but private members are not be able to buy their way in. Private access can be granted to active members that can help with the development. Members that actively share their work in the shares section and know what they are doing. Do not contact private members asking for access. If you worth it, we will contact you. Free versions will continue to have casual updates.
  2. What does that even supposed to imply? That I did not put any effort to make what I wrote above work? Whatever makes you feel happy, it's christmas. :D FYI all my other projects are made under the same code and when I fix something. I apply to all branches. Somewhat of what L2jFree tried with the genesis project but never saw the light of day. Why is Interlude based on L2jFrozen? Because it took me a spleen to make HighFive hardly work as the others. No point remaking something that works as expected. Not to mention I am out of slpeens. :D
  3. I did not mention my pack here, because the original author said +sources. All I see tho is private packs mentioned. So... here you go... http://l2jmobius.com/get/ Based on L2jFrozen, don't aCis me... Why? Because it works and does not miss anything essential. Cleaned up and improved code with several bug fixes. Also updated core to be compatible with later L2jServer versions. Unified XML data, except NPCs, because reasons... Used aCis goodies like, geoengine (modified), fishing tournament, scripts with retail htmls, community board (modified). Movement improvements based on my latest projects. A glorified L2jFrozen / aCis / L2jServer project to do what needs to be done. Any bugs? Probably yes.
  4. I do not use the hex editor you use. And your screenshot does not show all the window.
  5. I do use modified version of aCis geoengine. As far as I know, it is based on HorridoJoho's work.
  6. Breaking news for you. If you use any L2j server based or RU based project you probably use lots of my code. :D
  7. Since when my project uses that? Not even the old russian based pack doesn't have it.
  8. For the people asking where to download the free compiled versions. Go to my forum an click the Download FREE! link on top left of the screen, or just use this link http://l2jmobius.com/get/
  9. Undoubtedly L2jMobius Lindvior is closest to what you look for and the latest representative of that era. But I would recommend to go a client further and download my Ertheia version. It is my oldest supported branch, but still keep updating it. http://l2jmobius.com/get/ Anything else would be older L2jMobius older versions. :D
  10. At ItemDataParser.cpp I see the following. if (_wcsicmp(wStr, L"hairdeco") == 0) return 0x010000LL; //0x040000LL; if (_wcsicmp(wStr, L"hair2") == 0) return 0x010000LL; //0x040000LL; else if (_wcsicmp(wStr, L"hairall") == 0) return 0x010000LL; //0x080000LL; Tried to change those commented values? try replacing it with... if (_wcsicmp(wStr, L"hair2") == 0) return 0x040000LL; if (_wcsicmp(wStr, L"hairall") == 0) return 0x080000LL; Then go at ItemData.txt and set your desired slot_bit_type value. or use this ItemData.txt I corrected https://www15.zippyshare.com/v/vzvDEy2y/file.html Probably needs more core work but worths a try.
  11. How did you reach the conclusion that is not four years ahead from l2jserver? Did you see any l2jserver problems like monsters teleporting on other ground layers? Corpses not decaying? Airships stuck? Currently, eight years after the release of HighFive, l2jserver still misses things that people expect to work after all this time. Pailaka Injured Dragon (Zoey, if you see this, I still wait for your version), Nevit system, made by Janiko and later with listeners by me, as requested from inner team (Zoey again, still wait for your version), with knownlists and several core systems been a mess, mostly because of misinterpreted OFF files information, or just incomplete, abandoned, massive reworks. The list can go on, literally, for pages. I also have broken things after trying to make something better, but never abandoned it until it was fixed. If this did not cover you, use my forum to ask more questions.
  12. Actually Sdw knows that, my shares on l2jserver + github became packs that where sold in this very forum by ignorant noobs and was the main reason that motivated me to create my own project, several years before even l2junity existed. Additionally to what xxdem said. I shared fixes and improvements on other projects for literally 10 years before starting mine. I wonder if people here remember sites like postpacific or ragezone. It is truth that I use what I find free on the internet, like aCis or l2junity free releases. As SweeTs said, I would be stupid not to.
  13. Zaken is not shared, you probably mean Saviors 2.0 There are several posts on my forum to look for help.
  14. Noone is mad, you represent the accumulation of the posters expected to find in this forum. You are what you are, and this is what it is expected to be.
  15. L2jMobius, compared to L2jServer, is 4 years ahead with active development. For if it is any good, or not, ask someone that actually uses it, or download the free version to see for yourself.
  16. Classic and Interlude where added to the free compiled releases. Join the forum to download them!
  17. I thought you do not need to reply to this post to see content.
  18. Runned a clean installation, everything works fine. You probably did not setup something correct.
  19. You should care. And it is not trash-talk, just try to awaken younger developers so they have a choice over it. Instead of been enforced to use something it can boomerang them after years.
  20. First of all, if you want to see how things work, you should have an active account on Innova. If you cannot afford it, there are tons of information on the retail site, wiki and forums.
  21. Here is another one for you. You can take your criticism and shove it where the light of day does not reach.
×
×
  • Create New...