Page 1 of 1

NamedCA

PostPosted: 10 Jun 2014, 12:02
by slam666
Kannkor,

When you look at the debug, if you cast something that is set to NamedCA, will it show NamedCA in the debug file?

Thanks.

Re: NamedCA

PostPosted: 10 Jun 2014, 16:06
by Kannkor
slam666 wrote:Kannkor,

When you look at the debug, if you cast something that is set to NamedCA, will it show NamedCA in the debug file?

Thanks.


Unlikely. NamedCA / CA both run the exact same code. There is just a front loaded checked before the ability is checked, to see if it's a namedCA, and if so, are you fighting a named, then it just calls the 'CA' code, since there is no difference.

Re: NamedCA

PostPosted: 11 Jun 2014, 12:12
by slam666
Can it be possible to add a debug info in the namedCA check, maybe just log into the debug that it detect a name?

Thanks.

Re: NamedCA

PostPosted: 11 Jun 2014, 13:32
by Kannkor
slam666 wrote:Can it be possible to add a debug info in the namedCA check, maybe just log into the debug that it detect a name?

Thanks.


Sure, why not.

With next patch:
Code: Select all
'Cast Stack: CA' will now display 'Cast Stack: NamedCA' if it is marked as a namedCA.

Re: NamedCA

PostPosted: 11 Jun 2014, 19:05
by slam666
Thanks