Put this on your alias section, and make your aliases for each level of limit and the advanced tracker will automatically use your limit alias when you click Limit Execute! In the proper level even. This requires some knowledge of aliases to make them yourself, and, this is limited to a single character's limit, so you might not want to use this. Or get me to make a character-identifying limit alias for you.
/seedlimit {
if ($did(tree_tracker,80) == 1 ) {
; Alias for L1 limit
}
elseif ($did(tree_tracker,80) == 2 ) {
; Alias for L2 limit
}
elseif ($did(tree_tracker,80) == 3 ) {
; Alias for L3 limit
}
elseif ($did(tree_tracker,80) == 4 ) {
; Alias for L4 limit
}
elseif ($did(tree_tracker,80) == 5 ) {
; Alias for L5 limit
}
}