-
Posts
480 -
Joined
-
Last visited
-
Days Won
19 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Mobius
-
Help Inventroy slot problem (Vanganth)
Mobius replied to elfeush's question in Request Server Development Help [L2OFF]
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. -
Project Setup for a new Hi5 pvp server
Mobius replied to Obesession's topic in Server Development Discussion [L2J]
Exactly my first thought. -
Project Setup for a new Hi5 pvp server
Mobius replied to Obesession's topic in Server Development Discussion [L2J]
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. -
Project Setup for a new Hi5 pvp server
Mobius replied to Obesession's topic in Server Development Discussion [L2J]
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. -
Project Setup for a new Hi5 pvp server
Mobius replied to Obesession's topic in Server Development Discussion [L2J]
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. -
Project Setup for a new Hi5 pvp server
Mobius replied to Obesession's topic in Server Development Discussion [L2J]
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. -
Tool [C4 - God] Patched Systems & File Editors
Mobius replied to Strain's topic in Client Development Discussion
I thought you do not need to reply to this post to see content. -
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.
-
Discussion L2 Classic servers popularity
Mobius replied to Pleyne's topic in Server Development Discussion [L2J]
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. -
Is that you son ?
-
Here is another one for you. You can take your criticism and shove it where the light of day does not reach.
-
Lets make a crack for a game and open source it. That will make it legal. Idiot... Edit: Better idea. Lets make a Windows activator and open source it. That will make it legal for sure.
-
Does post say "imagine if" but leave legal issues aside?
-
Also you cannot use any L2j code to base your server because of GPLv3. Doing so will prevent using it commercially. See GPLv3 and propitiatory software. Edit: Forgot to answer OP. It has already happened, it is called L2jServer and it went to shit. :)
-
Discussion Looking for Paid H5 based private Projects
Mobius replied to HyperBlown's topic in Server Development Discussion [L2J]
FanDC: Been there... would not touch it again. Sunrise: Personally I would not use it, but it may be the only other project I respect. L2jMobius/L2jServer: If you look for clean code my HighFive project is based on L2jServer and I have cleaned a lot of code. But as far as stability goes, please stop spreading that L2jServer is stable. It is far from stable. Even if you manage to add the necessary missing features, that all players expect to work, it is far from complete. The only reason I do not claim that my files are good, is because I still find bugs inherited by L2jServer. I dare anyone to run a live server based on clean L2jServer for a week and not get cancer. -
Now, you try to use GPL's legitimacy to justify your work on another companies IP? Cool... You definitely are misinformed on how licensing can be used, or keep selling what favors you. I use this post to inform the doings of my project, not put sense to narrow-minded know-alls. Lets say my family has many members involved with the justice system... So lets leave it there...
-
@Savormix I totally agree with you. I also considered to go fully free again, but it does not go anywhere. It is a mess and it all starts with the original license. Considering the project. After January 1st 2019 we will not accept any new members. The project will still be active, but members will not be able to buy their way in. The date was chosen to make the transition smooth for the majority of existing members. There will be no free demo versions after that time as well.
-
Well... until speaking with a lawyer and some financial adviser about it, keep the bullshit to yourself. Been the owner of L2dotNet, I strongly recommend you advising some, rather than pulling rabbits out of your hat. I would hilariously see you on a court taking defense against NCsoft, under those pretenses.
