Page 4 of 4

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 11:19 am
by Pere
Yahoo! Raid is clearing his aggro list :mrgreen:

By the way, this teleport happens with summons when they hit raids too... If summoner moves 100 or 200 away from the summon while it is hitting a raid, it (the summon) gets teleported back near the player :S

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 1:48 pm
by odisey
ordenador wrote:the problem is when returns to spawn
nop, dont teleported or died or anything else. Just stood near boss and hit hit hit 10-15 minutes, and party got 0 exp.

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 3:44 pm
by janiii
then apply my patch, reproduce the bug and post here the console log. i still could not reproduce it your way. i already wrote my opinion. so please try to help, thanks.

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 5:26 pm
by odisey
janiii wrote:then apply my patch, reproduce the bug and post here the console log. i still could not reproduce it your way. i already wrote my opinion. so please try to help, thanks.
today, three players were unable to get exp with two 20-lvl bosses. Only drop.
I can not stop Live server every time, perhaps later.

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 8:51 pm
by janiii
ok, this one is strange (1st line is fine, is the dmg i gave to the rb, but 2nd line is very strange - too high number, nothing similar in game in sys window):

Code: Select all

Shilen's Priest Hisilrome addDamage 11659 janiii to 996722Shilen's Priest Hisilrome addDamage [b]1198959 [/b]janiii to 1008381Shilen's Priest Hisilrome addDamage 2397918 janiii to 2207340Shilen's Priest Hisilrome addDamage 4795836 janiii to 4605258Shilen's Priest Hisilrome addDamage 9591672 janiii to 9401094Shilen's Priest Hisilrome addDamage 19183344 janiii to 18992766Shilen's Priest Hisilrome addDamage 34972 janiii to 38176110Shilen's Priest Hisilrome addDamage 11666 janiii to 38211082Shilen's Priest Hisilrome addDamage 11673 janiii to 38222748Shilen's Priest Hisilrome addDamage 11670 janiii to 38234421Shilen's Priest Hisilrome addDamage 11675 janiii to 38246091Shilen's Priest Hisilrome addDamage 11674 janiii to 38257766Shilen's Priest Hisilrome addDamage 38496322 janiii to 38269440Shilen's Priest Hisilrome addDamage 11671 janiii to 76765762Shilen's Priest Hisilrome addDamage 11675 janiii to 76777433

Re: Sometimes raids don't give exp

Posted: Sun May 09, 2010 9:17 pm
by JIV
possible fix - http://www.l2jserver.com/trac/changeset/4165
please test and report.

Re: Sometimes raids don't give exp

Posted: Mon May 10, 2010 8:15 am
by odisey
JIV wrote:possible fix - http://www.l2jserver.com/trac/changeset/4165
please test and report.
excellent, thank you very much!
but, I can check only closer to the weekend.

Re: Sometimes raids don't give exp

Posted: Mon May 10, 2010 9:44 am
by janiii
this needs to be commited in dp:

Code: Select all

Index: data/scripts/handlers/skillhandlers/ShiftTarget.java===================================================================--- data/scripts/handlers/skillhandlers/ShiftTarget.java	(revision 7333)+++ data/scripts/handlers/skillhandlers/ShiftTarget.java	(working copy)@@ -48,7 +48,7 @@ 			L2Attackable hater = ((L2Attackable) obj); 			if (hater.getHating(activeChar) == 0) 				continue;-			hater.addDamageHate(target, hater.getHating(activeChar), hater.getHating(activeChar));+			hater.addDamageHate(target, 0, hater.getHating(activeChar));  		} 	}

Re: Sometimes raids don't give exp

Posted: Mon May 10, 2010 10:23 am
by Pere
Huh..!
Maybe overflow in hate values?? Let's hope it is fixed now ^^ feedback coming soon.

Re: Sometimes raids don't give exp

Posted: Mon May 10, 2010 11:04 am
by janiii
fix for overflow in hate and damage values: http://l2jserver.com/trac/changeset/4171

Re: Sometimes raids don't give exp

Posted: Mon May 10, 2010 11:37 am
by Pere
This looks very nice, thank you janiii!

The problem is that then... I don't know why did I get the report about that this mostly happens with summons :S

Re: Sometimes raids don't give exp

Posted: Wed Jun 23, 2010 11:36 am
by Nik
ok... confirmed, i've got quite many reports on this bug at our low rate server -.-
im using the latest rev