- Software Requirements
- Requires Knightly.inc from https://www.redguides.com/community/resources/knightly-includes-file.1045/
In the vein of things that "Probably only Knightly Uses" there is this new Loyalty Tokens reminder system! I go months without checking my Loyalty Tokens and then I'll see that I've been maxed out and wonder how long that's been the case.
This include file just notifies you, it doesn't spend them or anything. It'll put a message in the MQ2 window and pop something up on screen telling you that you should spend your Loyalty Tokens.
This include file needs Knightly.inc to run.
In order to use it, just include it in your macro:
And wherever you want to use it:
I use this in my Launcher.mac, the instructions for which are in my FreeDBC include thread here: https://www.redguides.com/community/resources/claim-daybreak-cash-include-file.1046/
This include file just notifies you, it doesn't spend them or anything. It'll put a message in the MQ2 window and pop something up on screen telling you that you should spend your Loyalty Tokens.
This include file needs Knightly.inc to run.
In order to use it, just include it in your macro:
INI:
#include LoyaltyCheck.inc
And wherever you want to use it:
INI:
/call LoyaltyCheck
I use this in my Launcher.mac, the instructions for which are in my FreeDBC include thread here: https://www.redguides.com/community/resources/claim-daybreak-cash-include-file.1046/