Jump to content

[Guide] How to use IG L2walker (bot) in Dragon-Network (Complete Guide)


Recommended Posts

Posted

OK well as none of you guys have decided to do this guide I'm up to do it...

 

OK here it goes:

 

1st Step: Download the IG (in game) L2 walker, that you can find using the search button or download the file using this link http://www.uploading.com/files/T1Q40QLE/whole_thing.rar.html  [This file can be placed in any place]  {Provided by mexican24 and ch34t}

 

2nd Step: Download the FLDRV.DLL Cracked that is the one that don't let you use IG L2walker you can find it using the search button or you can download the file using this link  http://www.sendmefile.com/00540643 [This File SHOULD be placed in the Lineage 2 system folder] {Provided by mexican24 and iambored}

 

3rd Step: Download the L2.ini file that you can only download using this link http://www.sendmefile.com/00544098 [This file SHOULD be placed in the Lineage 2 system folder]

 

4th Step: There is 2 ways of making this step:

                               1)Download the Hosts file and unrar/zip it in this folder C:\WINDOWS\system32\drivers\etc OR D:\WINDOWS\system32\drivers\etc http://www.sendmefile.com/00544101

                               2)Also you can configure your own Hosts file by using notepad and it should be look like this:

 

# Copyright © 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host

 

127.0.0.1 localhost

127.0.0.1 vip.tt2xz.com

127.0.0.1 vip1.tt2xz.com

127.0.0.1 vip2.tt2xz.com

127.0.0.1 vip3.tt2xz.com

127.0.0.1 vip4.tt2xz.com

127.0.0.1 vip5.tt2xz.com

127.0.0.1 vip6.tt2xz.com

127.0.0.1 vip7.tt2xz.com

127.0.0.1 vip.towalker.com

127.0.0.1 vip1.towalker.com

127.0.0.1 vip2.towalker.com

127.0.0.1 vip3.towalker.com

127.0.0.1 vip4.towalker.com

127.0.0.1 vip5.towalker.com

127.0.0.1 vip6.towalker.com

127.0.0.1 vip7.towalker.com

 

5th Step: This part is essential to use the IG L2walker. You need to go into your IG L2walker folder and look for the folder named L2server041 open it and you will see a .exe named l2asrv and open it.

 

6th Step: Finally you can Run your IG L2walker in Dragon-Network. Go into your IG L2walker folder and look for the .exe file named L2walker double click on it or use Enter, then a window will appear and you will need to press the button Run in this window, this will make the L2 to start working and the window will minimize and go to the bottom right part of your screen in the form of a Red Cross that you can double click every time you want to make the window to open again or just right click on it and all the 3 options will appear with this you can open as many windows as you want in your pc.

 

7th Step: OK so now you have your L2 open now you should make the L2 client into a window and eventually then press the button in your keyboard named Home and a window will appear, in that window you can set up your bot and Have fun ;).

 

 

Well people i wish you like this guide and make it a sticky  ;) HF!

 

link for first,second and 3rd step doesnt work...happears this on me:

502 Bad Gateway

 

--------------------------------------------------------------------------------

 

DS/0.4

Posted

No i this walker hasn't or at least i can't find it if you have please post a screen or tell me where exctly it is

yyyyy....?

are you telling me, that in l2w ig there is no option for fishing..? 0,o use search button and write 'fishing'...

Guest
This topic is now closed to further replies.



  • Posts

    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
    • i think it's the auto sorting of the interface that sucks, check InventoryWnd script in interface.u, or completely disable the request item list packet when toggling the inventory window (also in InventoryWnd script or similar name)
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock