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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • LA ERA DE EINHASAD - Lineage 2 en Castellano Lineage II Crónica 4: Vástagos del Destino x5 - Main Class - Full Craft ───────────────────────────── La diosa Einhasad ha despertado... Una nueva era comienza para los verdaderos aventureros. Un mundo completamente traducido al español, fiel al Lineage II original, creado para una comunidad hispanohablante unida por la nostalgia y la pasión. ───────────────────────────── APERTURA OFICIAL: 14 de NOVIEMBRE - 20:00hs (GMT-3) ───────────────────────────── INFORMACIÓN PRINCIPAL Rates: x5 Tipo: Main Class Sistema: Full Craft Idioma: 100% Español (traducción completa del juego) Comunidad hispanohablante Balance original con mínimas modificaciones Buffer Offline, los jugadores pueden crear sus tiendas de buffs Progresión de crónicas cada 4 meses aprox. Economía estable - Sin Pay to Win - No venta de items/adena por donación Comunidad de 1.000 personas Anterior versión x1 duro casi 3 años con 952 IPs distintas de pico ───────────────────────────── CARACTERÍSTICAS DESTACADAS Experiencia fiel al Lineage II clásico, sin alteraciones invasivas Interfaz, diálogos y objetos completamente en español Ventana de comunidad con servicios personalizados y comercio por Monedas de Oro Olimpiadas, Épicos y Asedios originales Recompensas por votación, Eventos TVT con 3 arenas diferentes. Participan todos sin importar el nivel, pero dentro de la arena solo se atacan por rango cercano Soporte activo y presencia constante del administrador Tickets de soporte con atención rápida en Discord ante cualquier problema ───────────────────────────── ENLACES OFICIALES Website: La Era de Einhasad Discord: https://discord.com/invite/A6PtCCN2SF ───────────────────────────── Una comunidad unida por el idioma, la pasión y la nostalgia. Redescubrí Aden… en tu propio idioma. Bienvenido a La Era de Einhasad.  
    • English you belarus retard ) Seems you so desperate and angry cant even speak back in EN, well guys you see how its easy to destroy scammer xD
    • Чувак) мне на него насрать давно, ты не мне сделал подлянку а людям которые купили и используют. Я его удалил год назад) когда закрыл продажи.   мне вообще похер кто ты и что ты.    Можешь сесть и попрыгать на тот же член на котором ты прыгаешь все это время) и этой версии более 3х лет) ты откопал залупу мамонта , поздравляю)) кто скачает это дерьмо используйте на свой страх и риск)) кто знает что там наворочено)))  удачи в шаринге обиженный жизнью неандерталец.   Можешь лизнуть мое очко на прощание.
    • Rosyk or rusik or whatever u blaim me that my mouth stinks but I assume you the one who stinks and your perfect pack will be now shared and you can suck a DICK )  https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Server and Datapack files.rar  https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Eng Client.rar Drama link    For this crap u need Lucera 2 classic license ) people paying 300 euros for this shit  lol Some Shit will come out soon mxc website need shake it a bit coz getting boring here )    Whats happen rosyk lost speach  xD Your pack was downloded  29 times bussines  not going as plan xD?
  • 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