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

    • 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?
    • @Huggo Thank you for asking! When you join our Discord, on the Nexus Marketing section there is a #work-showcase channel. There you can see a little bit of what we are able to produce as a final ready-to-post product.  There is also this link in my new personal montage YouTube channel, in which I will be uploading every recent work: https://youtube.com/playlist?list=PLkzBKexKw8Wj8dC2diYndd5yOWOXUQCJW&si=-HGxlovqzvD4qqy2 Two more videos are coming up this week, and a #reviews channel has opened for our clients to let other people know about their experience working with us. Feel free to join our Hub in Discord, and for any inquries you might have don't hesitate to contact me or post your suggestion at #suggestions channel.  
    • Следи за своим вонючим языком, мудак.   Your mouth stinks, go wash your mouth, it's a dump) I don't know who you are or what you are, and I don't recommend buying anything from people outside of my network, as they may sell garbage under the guise of my work. There have been cases where my sales have been compromised. Additionally, reselling below the purchase price has been prohibited. I wish you all the best and peace. I kindly request that the moderators close this topic, as it is no longer relevant and the contact information is outdated.    
  • 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