Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.
Issue #32589: MG13Information target condition may be wrong
Target #0, #1, #2 (VontusIdolusRef, ShamarRef, and CarstenRef). Each includes two conditions that are:
Equal to 30, GetStage MG13Information
Less than 60, GetStage MG13Information
Less than 60 is not needed if Equal to 30 is correct.
However, I think the first one should be Greater than or equal to 30:
Greater than or equal to 30, GetStage MG13Information
Less than 60, GetStage MG13Information
Comments
1 comment(s) [Closed]
Arthmoor said:
The target conditions on this are correct. Sure, the stage 60 check is redundant, but it doesn't matter. It's meant to only put the target on them when Stage 30 is active.