Jump to content
  • 0

Create mob Anti-reflect?


Question

Recommended Posts

  • 0
Posted

U could try something like this

Index: java/com/l2jserver/gameserver/model/actor/L2Character.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/L2Character.java	(revision 432)
+++ java/com/l2jserver/gameserver/model/actor/L2Character.java	(working copy)
@@ -5517,7 +5517,7 @@
				// reduce targets HP
				target.reduceCurrentHp(damage, this, null);

-				if (reflectedDamage > 0)
+				if (reflectedDamage > 0 && !(target instanceof L2Attackable))
				{
					reduceCurrentHp(reflectedDamage, target, true, false, null);


  • 0
Posted

U could try something like this

Index: java/com/l2jserver/gameserver/model/actor/L2Character.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/L2Character.java	(revision 432)
+++ java/com/l2jserver/gameserver/model/actor/L2Character.java	(working copy)
@@ -5517,7 +5517,7 @@
				// reduce targets HP
				target.reduceCurrentHp(damage, this, null);

-				if (reflectedDamage > 0)
+				if (reflectedDamage > 0 && !(target instanceof L2Attackable))
				{
					reduceCurrentHp(reflectedDamage, target, true, false, null);


 

this is for all  L2Monsters L2Raid L2GrandBoss ?

 

answer plz if this working.

  • 0
Posted

this is for all  L2Monsters L2Raid L2GrandBoss ?

 

answer plz if this working.

Not sure but I think yep, u could test it and check.

  • 0
Posted

Hmm... why

!(target instanceof L2Attackable)

 

Sorry if i'm wrong but this will disable reflect for all L2Attackable?

 

sauihasdgiojasdg scratch my last post. I'm talking out of my asshole.

  • 0
Posted

Yes, anything then L2Attackable will have this condition apply to anything which is considered attackable, which from OP's post it seems like this is what he wants.

 

 

Okey but this effect on L2Character...

That means that this actualy disable reflect at all...

Correct me if i'm wrong...

  • 0
Posted

Okey but this effect on L2Character...

That means that this actualy disable reflect at all...

Correct me if i'm wrong...

 

It depends on how you implement it. I know there are standard do_ functions regarding taking damage and attacking. If you modify a do function inside L2Character than you'll also be maybe affecting L2DoorInstance, L2Npc, L2PLayable, and L2Vehicle.

 

I don't know though where these methods are overriden across the entire hierarchy. The safest bet would be to take the highest possible sub class and override it's do_ functions.

  • 0
Posted

U could try something like this

Index: java/com/l2jserver/gameserver/model/actor/L2Character.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/L2Character.java	(revision 432)
+++ java/com/l2jserver/gameserver/model/actor/L2Character.java	(working copy)
@@ -5517,7 +5517,7 @@
				// reduce targets HP
				target.reduceCurrentHp(damage, this, null);

-				if (reflectedDamage > 0)
+				if (reflectedDamage > 0 && !(target instanceof L2Attackable))
				{
					reduceCurrentHp(reflectedDamage, target, true, false, null);


 

Anyway my mind is that i would never use this... if i wanted to do the same :D

  • 0
Posted

It's a bit odd how it's setup in the code. It would appear that almost everything related to the player attacking any potentional target is done through doAttack of L2Character, including taking HP away from the target.

 

This isn't really how I'd set it up. I had for some reason an idea that these objects also had event style methods for taking damage, in which case I'd just send the damage on it's way via doTakeDamage(). Inside that method I'd override the behavior I wanted, for example all types of this instance cannot be hurt by said damage.

 

EDIT: Infact I'll add that now

public void doTakeDamage(L2Character target) { L2Character.this.doTakeDamage(target); }

// Use @Override in the appropriate instance
protected abstract void doTakeDamage(L2Character target);

 

Now I just need to organize that heap of shit method doAttack.

  • 0
Posted

Bump. I wanted to have some kind of visual illustration of how all the 'instances' for players and npcs were sub and super classing each other. The next puzzle is to figure out what they did where as it's not completely sensical. Either way here's the image:

 

H9sOcn7.jpg

  • 0
Posted

Bump. I wanted to have some kind of visual illustration of how all the 'instances' for players and npcs were sub and super classing each other. The next puzzle is to figure out what they did where as it's not completely sensical. Either way here's the image:

 

H9sOcn7.jpg

 

You are nuts :D

  • 0
Posted

You are nuts :D

 

nothing special, he just followed the extends, extends extends exntends, or just followed the @override...

 

why not just L2MonsterInstance? L2RaidBoss and L2GrandBoss extends it

Guest
This topic is now closed to further replies.



  • Posts

    • Lineage2 Freya High Five @ Reshade with fog and rain etc @ Gracia final epilogue atmosphere   this reshade will eat lots of GPU power 50% or more of an RTX 3060 so be carefull depending on what effects are activated and their settings will eat even more GPU recomended 60hz monitor settings and via nvidia panel in Lineage2 game profile vsync settings to on effects are set up till film deck and the rest are not used but still working again this can eat alot of GPU Don't overheat GPU this is for freya high five but might work on others too copy in the  System  folder the folder  reshade-shaders  and the files  d3d9.dll  ReShade.ini  ReShadePreset.ini  ReShade.log  CccDddCcc.ini insert opens the menu and delete is on and of some settings need  ctrl + left click  to be changed   making another profile will reset the not activated effects to their default values so just copy the profile  CccDddCcc  and rename if needed also something needs to be closed from settings in game menu, the blur at distance and advanced shaders but keeping the advanced water effects all reflections   for those that don't like the h5 look of the sky and the red fog and rain and ambien red at night on all maps well if we want the cool gracia final epilogue back then we need to do this rename the  Maps  folder to Mapsretail or whatever copy the  Maps  folder from gracia final epilogue to h5 also we need the  L2_Skies.utx  from gracia final epilogue  Textures  folder to be replaced and also we need to do the same to the files  timeenv0.int  timeenv1.int  timeenv2.int  timeenv3.int  found in  system  folder   another setting that will probably be needed but not really tested out is to open file  option.ini  from  system  folder and add cachesize like this   [FirstRun] FirstRun=2   [Engine.GameEngine] CacheSizeMegs=512   also maybe is good to change those to 4.000000   [ClippingRange] Terrain=4.000000 Actor=4.000000 StaticMesh=4.000000 StaticMeshLod=4.000000 Pawn=4.000000       sorry bad english   https://mega.nz/file/aRNXxDrQ#mbxrNERBtW0XEEezK6w8-86oZWuX1k6NgtR6RZWKRVM   the compression on the video is kinda bad but meh    
    • Thanks, tho if possible let's lock the topic. I decided to finish up myself as I only created this to save up my time, but seems that while waiting for prop dev. finished myself.
    • Plus he have Discord where using Celestine, Nightwolf and others names to ensure that he is legit, what a looser, that's why mxc have bad reputation, coming here is like 50/50 get scammed.
    • Greetings, MaxCheaters community! We are the development team behind projects like AdenLand, Classic GvE, TinyEssence, PvPEssence, and several others. Over the years of managing high-traffic servers, we’ve built our own ecosystem of tools for datapack and client editing, simply because standard software often failed to meet our production needs or was too slow. Today, we are opening access to these professional solutions for our colleagues in the dev scene. You can explore our suite of editors and utilities here: 👉 https://la2.tools/ Why choose our tools? Battle-Tested: This software is used daily to maintain and update our own live projects. Efficiency: Designed to automate routine tasks that usually take hours or even days. Stability: Built to handle complex client/server structures where generic tools often crash. We are ready to provide consultations on integrating these tools into your development workflow to make your process faster and more secure.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..