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

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

    • L2Avalon Mid-Rate Server: Dynamic and Exciting Gameplay Awaits! Greetings, adventurers! We are thrilled to introduce the L2Avalon Mid-Rate Server, designed with a perfect blend of challenge, innovation, and accessibility. With dynamic rates, tailored rewards, and a plethora of custom features, your journey in Aden will be more engaging than ever. Below are the highlights of what you can expect: Server Rates More details here Dynamic XP Rates: Scale from 30x (Lv 1-40) to 1x (Lv 78+) for balanced progression. Adena, Drop, Spoil: 5x for a rewarding grind. Raid XP/Drop: 10x to spice up boss hunts. GM Shop Full D and C-grade gear available in main city shops. Low B-grade items available in the Luxury Shop for crystals. Class System 1st and 2nd professions are FREE! 3rd profession requires 700 Halisha marks, with an added reward of GC upon completion. Raids & Epic Bosses Raid Respawn: 12+4 hours for more opportunities to engage. Epic Boss Schedule: Rotating timings keep encounters fresh. (Details here) Soul Shard System: Unique drops to enhance your gear. Learn more. Skills & Buffs Buff slots: 20+12 + 4 Divine slots for full control of your builds. 3rd Class Skills: Inspired by Essence, requiring Magic tablets from select areas. Class Balance Rework: Enhanced for better PvE/PvP gameplay. Custom 2-hour NPC Buffs: Save and load schemes with ease! Olympiad Detailed info here Held Thursday-Sunday weekly, featuring High Five arenas and buffer systems. Olympiad Jewels: Updated from later chronicles. Improved Hero Weapons: Now provide 30% PvP damage. Hero Skills: Fully functional on subclasses! Reworked Locations Primeval Isle Shop: Exchange zone drop items for top A weapon recipes, parts, and materials. Monastery of Silence: Collect Magic tablets on the first floor for 3rd class skills. Seven Signs The Seven Signs system is disabled, but you can access all Mammon services via Valar in Giran. Teleporters: Found in every town for Priest of Dawn/Dusk access. Instances & Quests Instances: Customized for level-specific rewards, from C-grade items to S-grade recipes and parts. (Details here). Quest System Rework: Enhanced to make your journey more immersive. Check here. Get ready to explore a world of endless possibilities with a community-focused server that values player feedback and innovation. Join the adventure on launch day and experience a truly improved Interlude experience! 🌟 Join our Discord for updates! L2Avalon.net
    • WTS ADENA ------ REBORN -SIGNATURE X1  1KK o more per day! OFFERT!!!   Discord:     susi007317
    • Over 800 accounts in stock! https://Smurfmania.com https://www.g2g.com/SmurfMania
    • Hi everyone, I need to make the amulets stackable, as well as the spellbooks, but I need to control their consumption. I have modified the item.xml like this for example:   <item id="8885" type="EtcItem" name="Amulet: Magnus' Chant"> <set name="material" val="PAPER" /> <set name="weight" val="120" /> <set name="price" val="120" /> <set name="is_stackable" val="true" /> </item> But I can see that within the spellbooks.xml it handles, I believe its consumption since I see the following for the same amulet:   <book skillId="1413" itemId="8885"/><!-- Amulet: Magnus' Chant --> My question is the following, how do I make sure that when these are stacked, they are not all consumed in a single use.  
  • Topics

×
×
  • Create New...