No heals-incoming status in r275 #40


  • Defect
  • Fixed
Closed
Assigned to _ForgeUser117147
  • _ForgeUser1198389 created this issue Oct 9, 2009

    What steps will reproduce the problem?
    1. Reset in Grid2Options
    2.
    3.

    What is the expected output? What do you see instead?
    There is no heals-incoming status under status in Grid2Options.

    What version of the product are you using?
    Grid2 r275

    Do you have an error log of what happened?

    Please provide any additional information below.
    In modules/StatusHeals.lua there are two blocks of

    Heals.defaultDB = {
    ...
    }

    After merging them together and setting includePlayerHeals = true, incoming heals are shown, but still no status entry  for heals-incoming in the
    options window. So there is probably an additional error in Options/GridStatuses.lua (just a guess.) when adding the status.

  • _ForgeUser1198389 added the tags New Defect Oct 9, 2009
  • _ForgeUser117147 posted a comment Oct 9, 2009

    I merged the two defaultDB entries in rev276.

    I need to be able to run the client to check why the option is not shown.

  • _ForgeUser1198389 posted a comment Oct 9, 2009

    In Options/GridStatuses.lua, the function AddStatusOptions_HealsIncoming(status, options) is missing a "return options" at the end. With that, heals-incoming status is shown.

    Additional note: If I choose "All heals, including casted and HoTs", no incoming heals are visible.


    Edited Oct 9, 2009
  • _ForgeUser117147 posted a comment Oct 9, 2009

    Fixed in rev277. Thanks for the report and the additional info.


    Edited Oct 9, 2009
  • _ForgeUser117147 removed a tag New Oct 9, 2009
  • _ForgeUser117147 added a tag Fixed Oct 9, 2009

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