Jump to content

L2 Net for Interlude + Mini Guide for skills configuration


Recommended Posts

Posted (edited)

Hello everyone.

 

Today I decided to make a complete guide showing how to set sucessfully L2 Net on interlude servers.

I have seen around a couple of guides, but they are a bit complicated, that's why I decided to make a new one.

 

So, let's start!

 

What we will need.

 

L2 Net

>>Download

 

DirectX

>>Download

 

This l2.ini

>>Download

 

Needed Configurations

 

1. Install DirectX, that's pretty easy I guess so.

2. Extract L2 Net.rar

3. Ok, enter in the folder now and look for "loginlist" text.

4. You must edit the last 2 lines and make it look like this for example:

 

Quote
Official NA Login

216.107.242.199

Offical NA PTS

216.107.242.195

Official SEA Login

116.68.136.61

L2 Server's Name

Servers.Ip.Goes.Here

 

L2 Server's Name => Replace it with the server's name

Servers.Ip.Goes.Here => Replace it with server's IP.

 

Note: In the end of the topic you can find how to take the IP.

 

Save it and close it.

 

5. Now find the "interface" text.

Scroll down and find this:

C:\Program Files\Lineage II\L2net system\L2.exe 
 

 

Paste instead the path of the server's system that you want to bot in.

 

It should look like this for example.

C:\Program Files\Lineage II\L2Server'sName\L2.exe
 

 

Note1: Make a copy of your original system just for L2 Net usage.

Note2: In this system you should paste the l2.ini you downloaded before.

 

Program's Configurations

 

Ok, we are done with the misc configurations.

Let's continue with the program's ones.

 

1. Run L2NET.exe, the program should open.

2. Now click on File>LogonWindow>IG

 

9hor3c.png

33b0foo.png

 

3. Then find the server's name and click "Listen".

 

3308zlx.png

 

4. Finally, we are ready to launch L2 by clicking on File>Launch Lineage2.

 

23u8kdw.png

 

Note: If you want to launch second bot you have to follow again the same steps, but you must change this:

 

96yud1.png

 

Instead of "7777", you must type "7778".

 

 

Botting Configurations

 

1. Let's start the botting configurations.

First of all open the Options' Window and then click Bot Options.

 

ipz1mo.png

 

2. Now set the values according to the images below.

 

Party

rvhd7k.png

 

Buffs/Heals

2cgbpyd.png

 

Note: In the "Names" filed you must type your in game name.

When you have set everything don't forget to click the "Add" button.

 

Items

41845857.png

 

Combat

2mwavbk.png

 

That's the skills part. Feel free to configure it on your own to make it fit for you.

 

Note: When you have set everything don't forget to click the "Add" button.

 

Last Steps

 

We are done with botting options too.

 

A couple of steps more and you are ready to start botting.

 

 

1. Click on Scripting>Set Script Main.

 

9vl2fs.png

 

2. Find the following script.

 

2hwpj0w.png

 

3. Click Scripting>Start Script.

 

That's all!

Your bot should start running!

 

How to take the IP of a server

 

1. Log in the server.

2. Run the CMD.

3. Type the command

netstat -n
 

4. You can recognise it by checking for the "7777".

k0qdy1.png

 

 

UPDATED

 

How to configure your bot properly

 

First of all I would like to mention that I have set these values for a Treasure Hunter.

 

1. Go Bot Options>Combat.

2. Now take a look on the picture below.

 

29e5b3c.png

 

1. (ShorCut)

It's skills's shortcut(F1, F2, F3 etc).

 

2. (Page)

Here is the bar on which you have your skills.

 

3. (Delay)

That's the reuse time of each skill.

 

 

That was the most important part.

 

Now, just turn off the Buffs/Heals and in the Items check the screen above.

 

Thanks for reading the guide.

If you would like to mention something missing do not hesitate to post.

Edited by Fanky
Posted

Simply fascinating.

If we compare the other guides with that, it is for sure, way better.

+1. You deserved it.

 

P.S.: Nice pictures "by magaki" xD

Posted

Simply fascinating.

If we compare the other guides with that, it is for sure, way better.

+1. You deserved it.

 

P.S.: Nice pictures "by magaki" xD

Thanks for your good words and for the karma aswell.

 

i knew how to set up net but its a great guide for those that dont !

Sure.

 

Awesome , Coyote was faster ...

 

 

 

Great !

awesome guide maka

Coyote was faster so i will not give you karma

gj

Ty both of you.

 

BTW if you want to gimme karma go boys! xD

Posted

ohhh tnx man i have long time wait in [Help]bot selection ppls say me what l2.net version need me for Interlude and finaly.... tnx

 

In server where i play system kick me when i start bot scrip now i can test this with l2 net and i will be happy if system dont kick me again .

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

 

How can i fix this ???????

 

 

b123131.jpg

Guest
This topic is now closed to further replies.



  • Posts

    • what pack you use  send me on discord for it
    • package custom.events.RandomZoneEvent; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.ScheduledFuture; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.l2jmobius.commons.threads.ThreadPool; import org.l2jmobius.commons.time.SchedulingPattern; import org.l2jmobius.commons.time.TimeUtil; import org.l2jmobius.commons.util.IXmlReader; import org.l2jmobius.gameserver.managers.ZoneManager; import org.l2jmobius.gameserver.model.StatSet; import org.l2jmobius.gameserver.model.actor.Creature; import org.l2jmobius.gameserver.model.actor.Npc; import org.l2jmobius.gameserver.model.actor.Player; import org.l2jmobius.gameserver.model.quest.Event; import org.l2jmobius.gameserver.model.zone.ZoneId; import org.l2jmobius.gameserver.model.zone.ZoneType; import org.l2jmobius.gameserver.model.zone.type.RandomZone; import org.l2jmobius.gameserver.util.Broadcast; /** * Random Zone Event - Activates one random PvP zone temporarily. No modifica la clase de la zona: usa flags PvP en runtime. * @author Juan */ public class RandomZoneEvent extends Event { private static final String CONFIG_FILE = "data/scripts/custom/events/RandomZoneEvent/config.xml"; private static int EVENT_DURATION_MINUTES = 15; private static boolean _isActive = false; private ScheduledFuture<?> _eventTask = null; private final List<ZoneType> _availableZones = new ArrayList<>(); private ZoneType _activeZone = null; public RandomZoneEvent() { loadConfig(); loadZones(); registerZoneListeners(); } /** * Registra listeners a TODAS LAS ZONAS random */ private void registerZoneListeners() { for (ZoneType zone : _availableZones) { addEnterZoneId(zone.getId()); addExitZoneId(zone.getId()); LOGGER.info("[RandomZoneEvent] Registered listener for zone: " + zone.getName()); } } private void loadConfig() { new IXmlReader() { @Override public void load() { parseDatapackFile(CONFIG_FILE); } @Override public void parseDocument(Document doc, File file) { forEach(doc, "event", eventNode -> { final StatSet att = new StatSet(parseAttributes(eventNode)); final String name = att.getString("name"); for (Node node = eventNode.getFirstChild(); node != null; node = node.getNextSibling()) { if ("schedule".equals(node.getNodeName())) { final StatSet attributes = new StatSet(parseAttributes(node)); final String pattern = attributes.getString("pattern"); final SchedulingPattern schedulingPattern = new SchedulingPattern(pattern); final StatSet params = new StatSet(); params.set("Name", name); params.set("SchedulingPattern", pattern); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer("Schedule_" + name, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Event " + name + " scheduled at " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } }); } }.load(); } private void loadZones() { for (ZoneType zone : ZoneManager.getInstance().getAllZones(RandomZone.class)) { if ((zone.getName() != null) && zone.getName().toLowerCase().startsWith("random_zone")) { _availableZones.add(zone); LOGGER.info("[RandomZoneEvent] Loaded zone: " + zone.getName() + " (id=" + zone.getId() + ")"); } } LOGGER.info("[RandomZoneEvent] Total random zones loaded: " + _availableZones.size()); } @Override public void onTimerEvent(String event, StatSet params, Npc npc, Player player) { if (event.startsWith("Schedule_")) { eventStart(null); final SchedulingPattern schedulingPattern = new SchedulingPattern(params.getString("SchedulingPattern")); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer(event, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Rescheduled for " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } @Override public boolean eventStart(Player eventMaker) { if (_isActive) { if (eventMaker != null) { eventMaker.sendMessage("RandomZoneEvent already active."); } return false; } if (_availableZones.isEmpty()) { Broadcast.toAllOnlinePlayers("[RandomZoneEvent] No zones configured."); return false; } _isActive = true; Broadcast.toAllOnlinePlayers("⚔️ Random Zone Event has started!"); _eventTask = ThreadPool.schedule(this::activateRandomZone, 5_000); return true; } private void activateRandomZone() { _activeZone = _availableZones.get(new Random().nextInt(_availableZones.size())); _activeZone.setEnabled(true); Broadcast.toAllOnlinePlayers("🔥 Random Zone Event: " + _activeZone.getName() + " is now PvP for " + EVENT_DURATION_MINUTES + " minutes!"); _eventTask = ThreadPool.schedule(this::eventStop, EVENT_DURATION_MINUTES * 60 * 1000L); } @Override public boolean eventStop() { if (!_isActive) { return false; } _isActive = false; if (_eventTask != null) { _eventTask.cancel(true); _eventTask = null; } if (_activeZone != null) { _activeZone.setEnabled(false); Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended. " + _activeZone.getName() + " is back to normal."); _activeZone = null; } else { Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended."); } return true; } @Override public void onEnterZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, true); if (creature.isPlayer()) { creature.sendMessage("Esta zona está en modo PvP temporalmente."); } } } @Override public void onExitZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, false); if (creature.isPlayer()) { creature.sendMessage("Abandonaste la zona PvP temporal."); } } } @Override public boolean eventBypass(Player player, String bypass) { return true; } @Override public String onEvent(String event, Npc npc, Player player) { return super.onEvent(event, npc, player); } @Override public String onFirstTalk(Npc npc, Player player) { return null; } public static void main(String[] args) { new RandomZoneEvent(); } } i have this but its not working
    • ZonePvPSpawnBossRadio=0 ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
    • Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  • 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