Jump to content

Seamless

VIP Member
  • Posts

    489
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Posts posted by Seamless

  1. 34 minutes ago, GsL said:

    I mean on vps with Linux if I add virtual box I will lose a lot of power of machine?

    As i told you i have no idea if you can add virtual machine in linux and run windows OS. 

     

    Yes you can 

    https://www.tomshardware.com/how-to/run-windows-11-and-mac-os-virtual-machines-in-linux

     

    But you need minimum 8 gigs of ram. Which in l2 server case you will need 16 for sure. SO yeah its going to cost you a lot

    • Thanks 1
  2. 1 hour ago, GsL said:

    It's possible to add windows like view etc on Linux? 

     

    I have no idea if its possible to boot windows on some sort of virtual machine in linux . But even if its possible it will require a lot of resources + your l2 server. So you will still pay extra for hardware. As i told you. Just buy a cheap vps and start experiement with command lines in linux. Its pretty easy if you get used to it. Full process is around 20 commands in terminal.

     

    And google is your best friend. You can find literally anything. 

  3. What l2jWeb V2 offers

    L2jWeb V2 is a powerful game panel that offers a range of features to enhance your gaming experience. Here are some of the key benefits you can expect:

     

    - Multi Server Support

    L2JWeb is compatible with any L2J source and supports an unlimited number of servers without requiring any adaptation. Simply add your server details, select the appropriate L2J source, and you're ready to go—no further configuration needed. It's that simple!

     

    - Vote System

    L2JWeb includes a built-in voting system that allows users to earn rewards after submiting their vote. We offer support for both individual voting rewards and cumulative voting rewards, all of which are fully configurable through the admin panel. Currently, we support Hopezone, L2 Votes, L2 Brazil, L2Top.org, L2 RankZone, and L2Top.co, ensuring a seamless integration with your preferred voting sites.

     

    - Master Account

    To make managing your game accounts and characters as simple as possible, L2jWeb V2 requires users to create a master account. This allows you to easily control all of your game accounts and characters, as well as restore any lost credentials.

     

    - Game Account Control

    Once you've created your master account, you'll be able to create and control your game accounts with ease. You can reset and restore your credentials as needed to ensure that your gaming experience is seamless and hassle-free.

     

    -Donation system using STRIPE and PAYPAL

    To support your gaming community, L2jWeb V2 offers a donation system that allows users to donate to your server using Stripe or PayPal. These donations will be stored in your master account balance and can be used in a variety of ways.

     

    -Character Menu with unstuck option

    If your character gets stuck, don't worry! With L2jWeb V2's character menu, you can quickly and easily send your character back to town with just one click.

     

    -Admin Panel

    L2jWeb V2's powerful admin panel offers a range of advanced features, including:

    -Donation Logs:  Track all donations made to your server.

    -Shop Management:  Manage your server's shop and customize it to meet your needs.

    -Config Panel Settings:  Everything is configurable through the panel, giving you complete control.

    -Server Management: Add , update, delete or install tables with a few clicks. 

    -User Management

     

    -Shop and Services 

    L2jWeb V2's shop is fully customizable through the admin panel, allowing you to add, remove, and edit products as needed. This feature offers a convenient way to monetize your server and enhance the gaming experience for your players. With multi server support you can also select which product is available on each server. 

     

     

    -Security Measures

    -2FA(Two-Factor Authentication) based on ip and browser information  (optional trough configs)

    -Verification: User must verify their accounts before they can access panel features (optional trough configs)

    -Prefix: Game account prefixes  (optional trough configs)

     

    -Some other features

    DATABASE CACHE SYSTEM 

    XSS PROTECTION

    CSRF PROTECTION

    RATE LIMITING PER GUEST IP OR AUTHENTICATED GUEST

    GOOGLE RECAPTCHA PROTECTION AGAINST BOTS

    SECURITY HEADERS

    HTTPS ONLY PROTECTION

    SERVER STATUS 

    SEND GAME ACCOUNT DETAILS UPON REGISTER (optional through configs)

     

     

    ------DEMO------

    CLICK HERE

    SOME FEATURES ARE DISABLED IN DEMO VERSION OR MIGHT NOT WORK 

     

     

    ------CONTACT------

    CLICK HERE

     

     

    ------PRICING ------

    150 Euro

     

    ------OTHER SEVICES ------

    I'm dedicated to helping you customize your server to meet your needs. If you have any specific requests, please let us know and we'll do our best to accommodate them.

     

     

    ------TEST AND PAYMENT ------

    Please note that we will not deliver any files without receiving payment first.

    However, if you would like to test your panel, we can provide a link.

    Any extra requests for other services must be paid 

     

     

     

    • Thanks 2
  4. You cant have 2 server instances on the same machine. You can play around with vms or docker in order to run the second one on the same server. In addtion you need 1 login which both servers are going to listen to.  Regarding the slow connection or the availability of the most lower ping server you can install @Elfocrash source for proxys. It works like a charm. 

  5. What if we have gameserver separate from login server ? (2 different machines communicating with each other). I tried to replicate that and i made 3 different machines. One in Ovh 2 in google cloud.  I was able to connect trough the main server id 1 but not with the proxy one which it seems healthy regarding the status.  This is my console log in the connection 

    info: L2Proxy.Proxy.L2Proxy[0] Established playerip:52177 => server ip which is managed from the login server so its not the original gameserver ip:7777

    info: L2Proxy.Proxy.L2Proxy[0] Closed playerip:52177 => server ip:7777

     

    Thanks and sorry for the double post. I am just trying to figure out some ways of hiding the real ip both trough ini and from the netstat of every computer. I know its not 100% protection but its something. 

     

    Thanks. 

  6. Is it possible to give a tip on how to install this in any Cloud service such as AWS GCP or Azure.  No matter how i tweak the firewall settings inside every VPC i get the same error

     

    Unhandled exception. System.Net.Sockets.SocketException (99): Cannot assign requested address at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.TcpListener.Start(Int32 backlog) at L2Proxy.Proxy.L2Proxy.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at L2Proxy.Program.Main(String[] args)

     

    Seems that the ports not listening. In general seeems that their network is different from other services. Each port is opened and listening to icmp. Thank you . 

     

     

    Solved. If someone wants to use those cloud services as proxy machines in the appsettings.json file just use the private ip adress cloud service gives you. In the proxy.xml file inside server files (main server) use the external ip adress. 

    • Thanks 1
  7. There are 50 different ways to advertise your server these days. Yes top sites have become extermely expensive because high popularity servers and some small ones  actually pay the prices those sites are asking. In my opinion is not worth the shot especially if you are new in this market and you try to open a project with a small budget. Anyway i believe lineage 2 private community and official  have become a money scam scheme. 20 admins control the market  milking the game till its finally dead and some of them owning those top websites. If what @AchYlek saying is true the 2 top servers with votes are from the same admininistration and this template is used and for some other ones like l2 pandora for example. But again its the customers choice to pay for the service. No one is forcing anyone to  purchase  top sites services  or play on those projects. So yeah your topic is irrelevant. If you trying to start a movement no one is going to join you. Just do your work and if people like it will join without the need of paying hopzone 1000 euro per month.

  8. Skillful and he knows what he's doing. Just name the concept and he will be able to come with ideas on how to implement it. I have purchased many codes and everything works like a charm. Even if they're not the support  is great.  Good luck with future sales. 

    • Like 1
  9. No one is going to work just for the sake of being a teamate. In order to fix all bugs before your grand opening you will need a great amount of online players playing every day finding issues bugs and most of them are not even going to be a decent feedback (different opinions and no one knows 100% how things are working). Many players nowadays believe that the right thing is "this and that " because some other private server did it that way. Which ofc its false. And i want to comment the  few bucks scenario. You need  a lot of bucks to spare in order to have a decent online player base. Especially on advertisement. Trust me i ve been there and i lost a lot of money. But it was fun. Anyway good luck with your project. 

    • Like 1
    • Thanks 1
    • Upvote 1
  10. Hi, first i need to get something clear, in java side (l2 proxy patch diff ) do i need to setup something else rather than apply the patch to source ? if not, then when i try  to load  login server i get this error 

    https://ibb.co/HN3vn7J

    Setup in my xml is like the one in post. (ofc changed accordingly)

     

    Second,  do i need to run both java patch and   the app in order for this to work ? or the app can work by connecting from my dedi to the app of my proxy ? if thats the case how do i connect the API from l2jpack to this ?

     

    Thank you in advance and its great to share such a free content. Some here charge 150++ euro for this. 

     

     

     

     

  11. Imagine if all this effort was implemented in a project. TBH the solution for  ("admins" moslty) who wants to know which pack to choose from a variety of private and free sources, MY answer is it doesn't matter.  The only thing that matters is your budget. So in order to have a successful server - project  you need to have the will to spent and by spent i mean a lot. At least from the basic monthly income perspective. Every free and private  pack needs extra work and extra fixes. If you don't have the  knowledge how to develop every aspect of l2j you need to pay. Even if you spent a lot to your files and create the best l2 private server (this is a matter of opinion) then you need to spent even more for advertisment (at least 70% of your private project sucess) and by advertisment i mean to pay streamers, clan leaders, topsites and social platforms plus costs for dedicated, proxys and monlthy REAL MONEY EVENTS. So, In my opinion,  If you are doing it for the money it's better to invest in cryptocurrencies, if you are doing it from your good heart or  your love for  l2 the personal return is not worth at all. It will exhaust you and will make you to hate the game. 

  12. If it's from your  local computer  just login to your router via http://192.168.1.1/. Insert your login information (usually you can find the info under the router) and find  setup for port forwarding.  Then just open the ports 7777 and 2106. There are countless guides in this forum on how to execute this task. 

×
×
  • Create New...