Page 2 of 2

Re: If a dream would become reality..

Posted: Fri Mar 04, 2016 3:09 pm
by Boursk
Sigimund wrote:There are a few things that could be supported by a custom channel for the server. If/when dungeons come back, a working aggro meter would be useful too.

And ranged attacks from mobs and players avoiding collision.. such as walls or trees.

Re: If a dream would become reality..

Posted: Fri Mar 04, 2016 3:10 pm
by noisestorm
Wouldnt that 'just' require to read all the outputs of "Your guard deals XY damage" and "You parried/blocked your Guard" on your personal combat log? In that you could easily read the amount of completely negated hits (not the quota of damage though) and the actual reduced damage as well.

Doesnt sound like it would be too hard for someone used to LUA

Re: If a dream would become reality..

Posted: Fri Mar 04, 2016 3:16 pm
by Tiggo
noisestorm wrote:Wouldnt that 'just' require to read all the outputs of "Your guard deals XY damage" and "You parried/blocked your Guard" on your personal combat log? In that you could easily read the amount of completely negated hits (not the quota of damage though) and the actual reduced damage as well.

Doesnt sound like it would be too hard for someone used to LUA
as i said enemy already does that. only thing it cant is count the blocked/parried guard dmg, as that is not provided by the combat log.