["Early" Request] Add the Shadowlands module for Raid Debuffs #895


Closed
  • Forge_User_60462565 created this issue Nov 18, 2020

    Hey,

     

    Just a quick question, is it possible to already add the Shadowlands module for the Raid Debuffs statuses, even without the debuffs (I'll add them after), but all the "infrastructure" (instances/bosses) ?

    I usually add them all some days before the expansion is lauching (which is in 5 days), and I think it's better to avoid using the "Debuffs" list to add them all instead ?

     

    That's why I tag this as an "early" request, because you always make those modules, I just wanna know if it was planned to be released, even without debuffs, in the coming days ?

     

    Thank you very much in advance, and have a nice day ! :)

     

  • michaelsp posted a comment Nov 19, 2020

    Unfortunatelly I have no access to the beta version so i cannot gather the required data.

    If you can acces the beta version (i really don't know if the beta was already closed) there is a debug option to create the module.

    - Goto General / About / Debug Section / Enable Grid2RaidDebuffs toggle

    - Goto Raid debuffs options, a new combo box is displayed near the instance selection option, you can select "5man" or "raids", this gathers the data from the encounter journal and creates the lua code for 5man instances or raids.

  • Forge_User_60462565 posted a comment Nov 19, 2020

    Will try this, thank you for the information ! :)

  • Forge_User_60462565 posted a comment Nov 19, 2020

    Even when logged on the beta and doing this, the generated lua code only displays BFA informations.

    I tried to select another module (the Custom one) too, same thing, only BFA instances are sorted out.

    Do I need to do something else for the addon to parse the encounter journal for Shadowlands directly ?


    Edited Nov 19, 2020
  • michaelsp posted a comment Nov 19, 2020

    It seems some tweaking in the code is needed to extract the shadowlands data. But while i was trying to fix the issue, i realized that the instance and bosses data already exists in the current live version (but hidden), so i 've been able to extract the shadowlands data from the live version.

    I cannot test the zones so im not sure if all instances are detected.

    You can Download r955-alpha version following this link:

    https://www.wowace.com/projects/grid2/files/3117343

    Remember to enable the "Shadowlands" module in raiddebuffs general settings.


    Edited Nov 19, 2020
  • Forge_User_60462565 posted a comment Nov 20, 2020

    (It seems the answers I did were flagged as spam, so I will put any code in a pastebin link in order to avoid this (code block doesn't seem to avoid the spam-thing either)).

     

    The Shadowlands module doesn't seem to exist, even with the r955-alpha version :( (only the BFA module is available).

    I can, however, generate the proper lua this time ! I don't know what I should do with it, I will copy it here to you in case you can update the addon with it (hope I didn't misunderstood your previous post) :

     

    Generation for 5-mans dungeons :

     

    https://pastebin.com/01Eh7N69

     

     

    Generation for raids :

     

    https://pastebin.com/kWGNTay5

     

     

    Looking forward to your answer ! Thank you very much in advance ! :)

  • michaelsp posted a comment Nov 20, 2020

    Did you close the game after the addon update ?

    Version r955-alpha adds a new file to RaidDebuffsOptions module: "RaidDebuffsShadowlands.lua", but the game does not detect new files until a exit/reenter is performed.

    You can verify too if the file Interface/Addons/Grid2RaidDebuffsOptions/RaidDebuffsShadowlands.lua exists in your installation (i checked the published r955-alpha version and the zip package contains the file).

    This new file includes all the code you pasted here (because i've been able to retrieve the same data from the game live version).


    Edited Nov 20, 2020
  • Forge_User_60462565 posted a comment Nov 20, 2020

    Oh it was even easier, I just didn't checked the "Shadowlands module" in General Settings :x

    So sorry for this, it's totally okay now, thank you very much for the kind update ! :)

     

    Have a nice day !

  • michaelsp closed issue Nov 21, 2020

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