Summon Icon not working because ["anchorTo"] = "$parent", is missing in config #1720


Closed
  • Grismodis created this issue Jan 24, 2022

    I use a profile provided by Streamer Doctorio. He is providing his .lua file directly. 

     

    In his profile it looks like this: 

    ["sumPending"] = {
    ["anchorPoint"] = "C",
    ["size"] = 20,

     

    At least in a Raid Group it works if I change the Code to this: 

    ["sumPending"] = {
    ["anchorPoint"] = "C",
    ["anchorTo"] = "$parent",
    ["size"] = 20,

     

     

    For some reason this change does not work in a Party. Maybe you can implement some kind of Fallback?

     

    Here is the complete .lua file: https://controlc.com/30a27721

     

    For additional Information just ask or Contact me in discord: Grismodis#1337

  • Grismodis edited description Jan 24, 2022
  • nevcairiel closed issue Oct 7, 2022
  • nevcairiel posted a comment Oct 7, 2022

    The default for the sumPending element includes the anchor, I can't speak for anyones profiles.


To post a comment, please login or register a new account.