Jump to content

Recommended Posts

Posted

Hi everyone, I came here to ask a question, What difference is between free l2jmobius source from here: https://bitbucket.org/MobiusDev/l2j_mobius/src/master/ , and the subscriber source from march 2024? Is the free public source more complette and better or in the free source is intentionally removed code and data? I am curious because I don't know if is worth to pay to become a subscriber to get access to the subscriber source or just get the free public one and start work on it? 

 

I am asking this because I need a project as base to start working on, the source I am looking for is "Fafurion - god branch". Thanks everyone.

Posted
2 hours ago, Lineageadvertise said:

Hi everyone, I came here to ask a question, What difference is between free l2jmobius source from here: https://bitbucket.org/MobiusDev/l2j_mobius/src/master/ , and the subscriber source from march 2024? Is the free public source more complette and better or in the free source is intentionally removed code and data? I am curious because I don't know if is worth to pay to become a subscriber to get access to the subscriber source or just get the free public one and start work on it? 

 

I am asking this because I need a project as base to start working on, the source I am looking for is "Fafurion - god branch". Thanks everyone.

same times payed version and free is the same.
a friend/client have make subscribe there,we found 10-15 bugs and he never looked at them because he have 20 project active so i cant realy blame him.
you must have in your mind that you will not have any real support from him. idk if you have any support from the discord members..
my opinion is use the free version first find all the bugs and what is not working and speak with him if those are fixed on payed.
 

Posted
14 hours ago, Red-Hair-Shanks said:

same times payed version and free is the same.
a friend/client have make subscribe there,we found 10-15 bugs and he never looked at them because he have 20 project active so i cant realy blame him.
you must have in your mind that you will not have any real support from him. idk if you have any support from the discord members..
my opinion is use the free version first find all the bugs and what is not working and speak with him if those are fixed on payed.
 

My main question is, If the March 2024 subscriber payd revision is better or worst then the 2025 FREE Revision? He actually share for free the revision that was for the subscribers, or he share some bugged revisions as examples?

Posted
18 minutes ago, Lineageadvertise said:

My main question is, If the March 2024 subscriber payd revision is better or worst then the 2025 FREE Revision? He actually share for free the revision that was for the subscribers, or he share some bugged revisions as examples?

free version of 2025 are better than the 2024 payed version.

its a year updates but i dont know how offen he update the source.
 

Posted
1 hour ago, Red-Hair-Shanks said:

free version of 2025 are better than the 2024 payed version.

its a year updates but i dont know how offen he update the source.
 

I am afraid when he share the free revisions they have deleted code, why would you share something for free which was payd half a year ago? This is my question, is safe to start working a project using free revision or simply become a subscriber and get the good one?

Posted
45 minutes ago, Lineageadvertise said:

I am afraid when he share the free revisions they have deleted code, why would you share something for free which was payd half a year ago? This is my question, is safe to start working a project using free revision or simply become a subscriber and get the good one?

Because if he doesn't freeshare the projects himself they will eventually get leaked anyway. Again, you were asking about this yesterday on discord and multiple people have already told you there's no code removed, if you're not gonna listen to the feedback to your question, why even ask to begin with? Lol

Posted
3 hours ago, 911reg said:

Because if he doesn't freeshare the projects himself they will eventually get leaked anyway. Again, you were asking about this yesterday on discord and multiple people have already told you there's no code removed, if you're not gonna listen to the feedback to your question, why even ask to begin with? Lol

I just wanted to see more opinions because I am going to work 24/7 on this project and I don't want to end up working on a broken project.

  • 7 months later...
Posted
On 2/17/2025 at 6:18 PM, 911reg said:

Because if he doesn't freeshare the projects himself they will eventually get leaked anyway. Again, you were asking about this yesterday on discord and multiple people have already told you there's no code removed, if you're not gonna listen to the feedback to your question, why even ask to begin with? Lol

Tested 2023 private revision of fafurion for example, played with it 1 full week and I realised is better then free 2025 fafurion revision. 

Posted
1 hour ago, Lineageadvertise said:

Tested 2023 private revision of fafurion for example, played with it 1 full week and I realised is better then free 2025 fafurion revision. 

better in what, specifically?...

Posted (edited)
1 hour ago, 911reg said:

better in what, specifically?...

In quests and instances for example, in free revision quests are incomplette or they does not work correctly, same as instances, in private 2023 I did not saw any problems in quests or instances.
Missing quests
Missing instances
Missing htmls

Edited by Lineageadvertise
  • 1 month later...
Posted (edited)

Well... At least we have source for classic FACE in interlude, I bet he have better versions for good customers, coz in theres days Acis pretend that IL not exist on classic client, Lucera Rocks without source and theres obsesion that you cant edit a shit from client side, only from faking xml , thats why I hate Lucera and Acis they try copy paste L2OFF that they cant realise that nobody wants diggging in it, from client so easy and better in timing for testing and stuff like that, dunno wtff they doing it, performance maybe, anyway... Just my personal oppinion no bad feelings.

Edited by Huggo

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..