Jump to content

Recommended Posts

Posted
On 2/22/2022 at 1:16 AM, xdem said:

Probably the best share on this forum ever, this project doesn't deserve to be shared at all but something GREAT happened to me today and I want to share my positiveness with all of you!

 

 Features:

  • Auto Targeting PvE/PvP
  • Auto Targeting Party Assist
  • Using Skills (Up to 9)
  • Range Presets
  • Range / Location Rendering
  • Custom Panels (More Options)
  1.  Drop Tracker
  2.      Target Filter
  3.      Extensions Panel (toggle on/off)
  4.      More Panels ...
  • Extensions (Custom extra behavior that can be turned on/off)
  1.      Pressing To Village, Teleporting back to farm zone
  2.      Custom enchanted PvP/PvE behaviors
  3.      More Extensions ...
  • Time based Credit System
  • Very Lightweight (Able to handle thousands of players without lag)
  • Run on its own ThreadPools (Configurable Core size and Ticks count)

 

 

dd2c417255c5aa06d099cfce630c38e1.png

 

Range Rendering:

 

176e87dca897bd76bd5fd391691cc60f.png

 

Inertia (older version) unofficial video tutorial made by the community. credits: TheSlayer @ L2Trinity

https://tinyurl.com/inertiax

 

New feature:
Path Editor

 

Players can create up to 10 Paths

Each path can contain up to 12 lines

Runs through Geodata validation

 

 

 

 

 

2d485edd5d26205213a0b6f1d5fdb5b2.gif

 

f913bb3112bb5929f38c4e808410e33c.gif

 

 

Full source:

Github

 

I would appreciate contributions / new extensions and stars on the github page
 

 

On 2/22/2022 at 1:16 AM, xdem said:

Probably the best share on this forum ever, this project doesn't deserve to be shared at all but something GREAT happened to me today and I want to share my positiveness with all of you!

 

 Features:

  • Auto Targeting PvE/PvP
  • Auto Targeting Party Assist
  • Using Skills (Up to 9)
  • Range Presets
  • Range / Location Rendering
  • Custom Panels (More Options)
  1.  Drop Tracker
  2.      Target Filter
  3.      Extensions Panel (toggle on/off)
  4.      More Panels ...
  • Extensions (Custom extra behavior that can be turned on/off)
  1.      Pressing To Village, Teleporting back to farm zone
  2.      Custom enchanted PvP/PvE behaviors
  3.      More Extensions ...
  • Time based Credit System
  • Very Lightweight (Able to handle thousands of players without lag)
  • Run on its own ThreadPools (Configurable Core size and Ticks count)

 

 

dd2c417255c5aa06d099cfce630c38e1.png

 

Range Rendering:

 

176e87dca897bd76bd5fd391691cc60f.png

 

Inertia (older version) unofficial video tutorial made by the community. credits: TheSlayer @ L2Trinity

https://tinyurl.com/inertiax

 

New feature:
Path Editor

 

Players can create up to 10 Paths

Each path can contain up to 12 lines

Runs through Geodata validation

 

 

 

 

 

2d485edd5d26205213a0b6f1d5fdb5b2.gif

 

f913bb3112bb5929f38c4e808410e33c.gif

 

 

Full source:

Github

 

I would appreciate contributions / new extensions and stars on the github page
 

 

On 2/22/2022 at 1:16 AM, xdem said:

Probably the best share on this forum ever, this project doesn't deserve to be shared at all but something GREAT happened to me today and I want to share my positiveness with all of you!

 

 Features:

  • Auto Targeting PvE/PvP
  • Auto Targeting Party Assist
  • Using Skills (Up to 9)
  • Range Presets
  • Range / Location Rendering
  • Custom Panels (More Options)
  1.  Drop Tracker
  2.      Target Filter
  3.      Extensions Panel (toggle on/off)
  4.      More Panels ...
  • Extensions (Custom extra behavior that can be turned on/off)
  1.      Pressing To Village, Teleporting back to farm zone
  2.      Custom enchanted PvP/PvE behaviors
  3.      More Extensions ...
  • Time based Credit System
  • Very Lightweight (Able to handle thousands of players without lag)
  • Run on its own ThreadPools (Configurable Core size and Ticks count)

 

 

dd2c417255c5aa06d099cfce630c38e1.png

 

Range Rendering:

 

176e87dca897bd76bd5fd391691cc60f.png

 

Inertia (older version) unofficial video tutorial made by the community. credits: TheSlayer @ L2Trinity

https://tinyurl.com/inertiax

 

New feature:
Path Editor

 

Players can create up to 10 Paths

Each path can contain up to 12 lines

Runs through Geodata validation

 

 

 

 

 

2d485edd5d26205213a0b6f1d5fdb5b2.gif

 

f913bb3112bb5929f38c4e808410e33c.gif

 

 

Full source:

Github

 

I would appreciate contributions / new extensions and stars on the github page
 

does it work on all servers?

Posted
1 hour ago, trackzero07 said:

 

 

does it work on all servers?

It won't work on any, as is. It is missing crucial pieces of the puzle, which you'd have to figure out on your own. And no, I'm not talking about the path-builder.

  • 1 month later...
Posted
On 10/15/2024 at 12:11 AM, Salty Mike said:

It won't work on any, as is. It is missing crucial pieces of the puzle, which you'd have to figure out on your own. And no, I'm not talking about the path-builder.

 

not missing and crucial thing, it will run as is on any type of gameserver

Posted (edited)
On 11/18/2024 at 4:11 PM, xdem said:

 

not missing and crucial thing, it will run as is on any type of gameserver


I wouldn't be so quick to dismiss a claim, especially as strongly worded as mine because I might not be talking nonsense afterall. But I suggest you check for yourself, first.
Line 195 looks pretty crucial to me:
https://github.com/sdrak94/inertiax/blob/main/src/controller/InertiaController.java#L195

Yet, I don't see the L2PcInstance on the Github repo. Either I'm blind, or it is missing, and if I had to choose one or the other, I'd bet my life on the latter. 😄

Here's another example - the method below (Line 161), as crucial as it seems, looks empty to me:
https://github.com/sdrak94/inertiax/blob/main/src/model/InertiaAct.java#L161

Edited by Salty Mike
typo x2
  • 2 weeks later...
Posted
On 11/19/2024 at 6:12 PM, Salty Mike said:


I wouldn't be so quick to dismiss a claim, especially as strongly worded as mine because I might not be talking nonsense afterall. But I suggest you check for yourself, first.
Line 195 looks pretty crucial to me:
https://github.com/sdrak94/inertiax/blob/main/src/controller/InertiaController.java#L195

Yet, I don't see the L2PcInstance on the Github repo. Either I'm blind, or it is missing, and if I had to choose one or the other, I'd bet my life on the latter. 😄

Here's another example - the method below (Line 161), as crucial as it seems, looks empty to me:
https://github.com/sdrak94/inertiax/blob/main/src/model/InertiaAct.java#L161

 

	public void processInertiaAct(final InertiaAct inertiaAct)
	{
		inertiaAct.addInertiaExt(new PlayerExt());
	}

 

onStart() is empty its just in case for future development

  • Thanks 1
Posted (edited)
On 12/3/2024 at 6:05 PM, xdem said:

 

	public void processInertiaAct(final InertiaAct inertiaAct)
	{
		inertiaAct.addInertiaExt(new PlayerExt());
	}

 

onStart() is empty its just in case for future development

Could I have a guide on using this bot?

Edited by trackzero07
  • 1 month later...
Posted (edited)
On 4/4/2023 at 2:10 PM, Salty Mike said:

Has the 'InertiaPath' java file been shared anywhere? If so, can I get a link? Thanks in advance!

 

hey bro i know this post its old, buy any can help me with the InertiaPath?

image.png.5af6802496063a4483a12516e1d2d00b.png 

Edited by StarSCreams
repost
Posted
12 minutes ago, StarSCreams said:

 

hey bro i know this post its old, buy any can help me with the InertiaPath?

image.png.5af6802496063a4483a12516e1d2d00b.png 

it indicates that this class doesn't exist

Posted
3 minutes ago, Zake said:

it indicates that this class doesn't exist

 

i know bro... i need the file or class to finish implement this share..

 

I can't find the l2aepvp source code anywhere, I don't know if it has been released for free or not to search code to patch errors

Posted (edited)
21 minutes ago, StarSCreams said:

 

i know bro... i need the file or class to finish implement this share..

 

I can't find the l2aepvp source code anywhere, I don't know if it has been released for free or not to search code to patch errors


No such file was present in the share you mentioned, nor has such a file ever been publically shared, as far as I know. As a matter of fact, the whole system in l2aepvp was different. It was allegedly an earlier version and it used something called Player Passport or something like that.

Anyway, the only way is to reverse-engineer (reconstruct) it by looking at the calls and imagining what it is used for and what it should consist of.

 

Edited by Salty Mike
  • 1 month later...
Posted
On 2/5/2025 at 10:15 PM, StarSCreams said:

 

i know bro... i need the file or class to finish implement this share..

 

I can't find the l2aepvp source code anywhere, I don't know if it has been released for free or not to search code to patch errors

 

this is just an extension you don't actually need it you can remove the lines

  • Sad 1

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

    • Sell ready interlude server files, with all popular features and tested, stable source + fully functional premium geodata for free.   Features include: Events: DM CTF TVT LM Dressme system Custom Buffer GM Shop Custom community board Donation manager  Auto Farm   Album: sell c6 — ImgBB   Test Server online: Patch link: https://drive.google.com/file/d/1mvEbv9XESsvfWwc638xFyyzyESeE2U95/view?usp=drive_link Auto acc create and auto admin   Price: 300$. Discord: l2retro
    • Faltan demasiados archivos,  y lógicas en clases claves como L2pcInstance, entre otras. si bien muchas cosas están y el flujo es valorable.  Gracias por tu esfuerzo es bastante... pero realmente no esta completo el código, falta que subas todas las modificaciones en clases colaterales... podrías intentar subir un diff de todo el mod  completo de tu pack y bueno ahí si que cada uno adapte... pero faltan muchas cosas, dudo que haya gente que lo haya echo funcionar con esto... 
    • I know people who have fully bypassed and reversed AAC. One day, they might even release the full source code, but for now, they’re still making money off it. I won’t name anyone, but it’s clear that there aren’t any truly solid anticheats for Lineage2. As I’ve said before, kernel level anticheats are the only real solution. Anything that runs as Internal and injects gets flagged, and your account ends up getting kicked or banned. That’s just how most games handle it nowadays. To TL;DR the whole thing cheating will always exist because there are people out there smart enough to bypass any protection and run private cheats. Public cheats are always detected eventually, so I don’t see any point in buying AAC, especially when they claim it blocks adr, which simply isn’t true.
    • 🌐 Website: https://l2adonis.com 📅 GRAND OPENING: July 18, 2025 – 20:00 (UTC+2) 💬 Discord: https://discord.com/invite/tZBj8JxAwx 🚫 No auto-farm • No auto-macro • No pay-to-win • No custom   Some Basic Info's (More detalied info's on website)  EXP/SP: x25  Adena: x15  Drop: x15  Spoil: x15  Seal Stones: x15  Raid Boss Drop: x10  Epic Boss Drop: x1  Manor: x10  Safe Enchant: +4  Max Enchant: +16  Normal Scroll Chance: 50%  Blessed Scroll Chance: 66% (If enchant fail item remain +4)  Buff Slots (30+4 extra with Divine Inspiration)  Dances/Songs Slots 14  Auto-learn skills  ⚔️ Real PvP • Real Progression • Retail-like experience JOIN NOW and relive the real L2 experience!
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchihamkt.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/uthciha-servicess  | https://campsite.bio/utchihaamkt
  • 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