View Single Post
04/16/20, 04:49 AM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,990
Yep, you did.
But if the OptionalDependsOn and DependsOn lines keep the same addon names then just remove the OptionalDependsOn line.

OptionalDependsOn: Addons/libraries listed here need to be loaded before your addon, but if they do not exist your addon still loads fine
DependsOn: Addons/libraries listed here need to be loaded before your addon, but if they do not exist your addon won't load!

>=<integer number> after the addon in the OptionalDependsOn/DependsOn: This is a version check of the addon/library listed. The game needs at least this version number or higher to load the dependency properly. The version is given in the txt file of the listed addon/library at the ## AddOnVersion: <integer> tag
  Reply With Quote