Jump to content

Recommended Posts

Posted

I searched the whole forum and I didn't find a share fixing this bug and since I am currently working in a server pack that this bug works, I share the java code I inserted in order to fix it.

 

Changes :

Once you've added this code in your source and you have compiled the pack, you will notice that you may not PK a flagged character anymore because of the Reflect Damage and daggers cannot get double killed resulting to buff loss. That means a character's CP will be decreased while hitting, but his HP will be increased, draining the enemy's HP.

 

Screenshot [before adding the code] :

reflec11.jpg

 

Screenshot [After adding the code] :

reflec12.jpg

 

 

Index: java/net/sf/l2j/gameserver/model/L2Character.java
===================================================================
--- java/net/sf/l2j/gameserver/model/L2Character.java	(revision 1434)
+++ java/net/sf/l2j/gameserver/model/L2Character.java	(working copy)
@@ -5044,7 +5044,7 @@
					if (reflectPercent > 0)
					{
						reflectedDamage = (int)(reflectPercent / 100. * damage);
-						damage -= reflectedDamage;
+						//damage -= reflectedDamage;

						if(reflectedDamage > target.getMaxHp()) // While hitting a low level character the reflect damage is increased.
							reflectedDamage = target.getMaxHp();

 

* Credits To: Kazeno

* Tested By: Tristana

Posted

Hey Kazeno, Can you explain how can i put Reflect Damage in one NPC? I know that isnt your post, but i think that have a relation. I have a problem with my NPCs and i would like to return the dmg to the players that try to hurt a NPC.

 

Tks!

Posted

plz stop with stiuped shares. everyone can found this at l2jserver TIMELINE .... every day team make lot of changes in pack! and so..? u must post it here?

 

please guys dont post bulsh1ts, above the spam ....

Posted

plz stop with stiuped shares. everyone can found this at l2jserver TIMELINE .... every day team make lot of changes in pack! and so..? u must post it here?

 

please guys dont post bulsh1ts, above the spam ....

agree 100%......

this is the bulshits shares..

which change kazeno?

which is the change that you make?

i'm 100% sure if i search i found it to another forum...

i'll reply soon

Posted

agree 100%......

this is the bulshits shares..

which change kazeno?

which is the change that you make?

i'm 100% sure if i search i found it to another forum...

i'll reply soon

 

this is not the reason man, the reason is

 

cant cal it share, cause is a small core modifircation ... if u go at pack forum every day will get more than 5 modification ... so? we must post it here?

Posted

Guys relax.That could be usefull for many ppl.Take it easy and instead of flaming,thank kazeno.

 

Though i dont understand what this would fix.You are just removing a line..more info?And what's that bug?

Posted

What i understand from this code:

 

No more reflect damage for life.What i mean?You get reflect but ONLY at cp.That's fixing the bugs with reflect..indeed..BUT,it's destroying the reflect effect.

Posted

plz stop with stiuped shares. everyone can found this at l2jserver TIMELINE .... every day team make lot of changes in pack! and so..? u must post it here?

 

please guys dont post bulsh1ts, above the spam ....

 

xmmm i agree he shouldnt post all the changes "they" make..(he could just give a link)..anyway

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


×
×
  • 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