You can now set multiple macro files on line 66 of config.txt. This is particularly helpful if you are purchasing a macro file as it allows you to still use your own macros. Also, if you are selling a macro file, you can provide customers with a second file for adjusting variables/settings.
You can now control what text appears on the ESP for mobs and players:
- Line 113) If this line is not blank, all mobs will appear with this text on the ESP. Dynamic text is possible by using %name% (displays the mob's name) or %dist% (displays the distance to the mob). Example:
%name% (%dist%)
With this example, all mobs will have their name displayed, and the distance to each mob will appear in parentheses. - Line 114) If this line is not blank, all players will appear with this text on the ESP. Dynamic text is possible by using %dist% to display the distance to the player. Example:
PLAYER (%dist%)
The "unstick" keys section has been fixed.