Xadras / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

The Wyrmrest is not affected to the player #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In phase 3 of Malygos encounter, players ride a wyrm, that is a vehicle. I 
think it would be very instructive that one knows how many 
damage he dealt to Malygos.

Unfortunately, combatlog doesn't have the association vehicle/player... except 
for the player that records the combatlog.

The unit flags contain the value COMBATLOG_OBJECT_AFFILIATION_MINE, which can 
help to associate the wyrm GUID with the current player.

For example:
2/5 00:03:07.546  SPELL_CAST_SUCCESS,0xF1500075D1001045,"Serre-du-ciel du Repos 
du 
ver",0x1111,0xF1300070BB000F5C,"Malygos",0x10a48,56091,"Dards de flammes",0x4

0x1111 indicates that it's my pet, so actor 0xF1500075D1001045 is my pet for 
this fight.

Original issue reported on code.google.com by hati.elune@gmail.com on 6 Feb 2009 at 12:23

GoogleCodeExporter commented 9 years ago
On a side note, if the vehicle is to be added in the parse, it should be 
considered a different fight/phase because 
adding its damage/healing to main fight would cause the data to be almost as 
good as nothing.

playing as yourself is definitely not as playing as a dragon.

Original comment by Bik...@gmail.com on 21 Feb 2009 at 9:18