This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in
Off-Topic Discussion.
Pere
Posts: 400 Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà
Post
by Pere » Sun May 09, 2010 11:19 am
Yahoo! Raid is clearing his aggro list
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
Bones tardes amics meus tots!
odisey
Posts: 15 Joined: Sun Feb 21, 2010 8:18 pm
Location: ru
Contact:
Post
by odisey » Sun May 09, 2010 1:48 pm
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.
. translate.google.com .
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Sun May 09, 2010 3:44 pm
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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
odisey
Posts: 15 Joined: Sun Feb 21, 2010 8:18 pm
Location: ru
Contact:
Post
by odisey » Sun May 09, 2010 5:26 pm
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.
. translate.google.com .
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Sun May 09, 2010 8:51 pm
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
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
JIV
L2j Veteran
Posts: 1882 Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:
Post
by JIV » Sun May 09, 2010 9:17 pm
odisey
Posts: 15 Joined: Sun Feb 21, 2010 8:18 pm
Location: ru
Contact:
Post
by odisey » Mon May 10, 2010 8:15 am
excellent, thank you very much!
but, I can check only closer to the weekend.
. translate.google.com .
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Mon May 10, 2010 9:44 am
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)); } }
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
Pere
Posts: 400 Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà
Post
by Pere » Mon May 10, 2010 10:23 am
Huh..!
Maybe overflow in hate values?? Let's hope it is fixed now ^^ feedback coming soon.
Bones tardes amics meus tots!
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Mon May 10, 2010 11:04 am
fix for overflow in hate and damage values:
http://l2jserver.com/trac/changeset/4171
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
Pere
Posts: 400 Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà
Post
by Pere » Mon May 10, 2010 11:37 am
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
Bones tardes amics meus tots!
Nik
L2j Veteran
Posts: 629 Joined: Fri Apr 18, 2008 9:09 pm
Post
by Nik » Wed Jun 23, 2010 11:36 am
ok... confirmed, i've got quite many reports on this bug at our low rate server -.-
im using the latest rev
Playing a game where you know how every single mechanism works is quite satisfying.
Its the main perk that a gamer-developer has