Jump to content

Recommended Posts

Posted (edited)

Hello all,

I took the liberty to take the very latest version of L2Net (2015-09-10) and make it usable for Hi5.
    Previously, this version would only work in official's Lindvior server.
    There are many small changes that happened from the latest official release of L2Net by mpj and oddi. So, take these advantages.

 

What drove me to do this was a goddamn annoying memory leak bug in L2Net's OOG (1.5 GB of RAM per client after 12 hours of botting. GG).
    This bug has been present since L2Net's inception, I believe.

 

A 7zip file is available here:
    https://github.com/devmvalvm/L2Net/blob/master/L2Net_June3_2018 .7z


Be sure to follow the normal setup (l2.ini file in system folder, have .NET installed, etc. Read any L2Net guide)

Code is completely available and open. This is the GitHub page:
    https://github.com/devmvalvm/L2Net

 

This is the change log:
    Took latest L2Net and reverted it back to H5
    Fixed a pretty nasty memory leak that affected OOG mode.
    Put back parsing -o/-options from command line arguments
        Options file will now be loaded at EnterWorld
    Created a new global variable for scripting: PARTY_LEADER
        When loading Party Info, PartyLeader (ID number) is now stored
        PARTY_LEADER will use this info
    Various minor fixes, code refactoring and optimization changes.

 

One of the minor fixes is that the default IP is now L2Idle's (I'm lazy, that's why I bot). I have no relationship to this server, other than that I played the last two months in this server to satiate my desire to bot.

The server allows bots, so if you want to bot and script, check it out. http://lineage2idle.com/

 

Many thanks to Oddi and mpj123, those guys are the real stars.

I'll keep supporting the project, but only for groundbreaking bugs. If you find one, let me know in GitHub.

 

Regards,
-devmvalvm

Edited by Vision
  • Thanks 1
Posted

This... is... AWESOME! The memory leak was so frustrating. I've been scripting for sometime on L2net for secondary farming (Academy, low spoil, craft services and etc.), but it was so annoying to get 'cock blocked' by memory leak. Thank You devmvalvm

 

We used to play on http://lineage2idle.com/ too, great idea, that's what I needed in my gaming life - not to worry if I will get busted botting, and having to tone down bot capabilities to look more like real player. I hope it catches more popularity soon. Now we jumped over to https://l2toggle.com 

 

Once again, so many thanks from us! We owe You a beer or something :D

Posted

This is actually quite interesting. Back in the days we were all using L2Net, and there was a reason for that. I think it is still the best botting program around :)

Posted
7 minutes ago, Solomun said:

This is actually quite interesting. Back in the days we were all using L2Net, and there was a reason for that. I think it is still the best botting program around :)

Yeah, back in the day it was way better then walker/divine.

Posted
21 minutes ago, sanyika13 said:

Hello,

First, thanks for the new release of L2Net :)
Can i ask u, maybe i can change the server port from 7777 to another?

Thank U

 

Hey, create a shortcut to l2net.exe and in target field You can write arguments from commands.txt file.

In Your case You should use arguments

-d: data login port

or if You need change listening port
-x: data IG local listen port

 

So target might look like this "C:\PATH TO\L2Net\L2Net.exe  -d:7777"

To find more useful arguments see commands.txt file.

Posted
24 minutes ago, sanyika13 said:

still said : 20:38:32 :[client -> bot gameserver : using port 7777 :(

From commands.txt file:

-overidegameserver enables the gameserver overide 
-gameserverip ip address of gameserver 
-gameserverport port of gameserver 

Posted
18 minutes ago, sanyika13 said:

\L2Net\L2NET.exe -gameserverport:9988 i try this , but as i said , still use 7777

\L2Net\L2NET.exe -gameserverport:9988 -overidegameserver 

Posted
8 minutes ago, Mantosh said:

\L2Net\L2NET.exe -gameserverport:9988 -overidegameserver 

Oke, i got this, and its not work:\ maybe the srv protection.. in OOG, i can choose srv but after nothing..
Thank u for the help :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...