1. Need someone to run this code for me!

    Hey there!

    I am currently developing DPSMate and Legacy Logs for WOTLK. In order to launch this project officially, I need to check a vital configuration. So if someone could run this lua code ingame in the following scenarios, I'd be very grateful!

    Scenarios:
    - 5 NH Dungeon
    - 5 HC Dungeon
    - 10 NH
    - 10 HC
    - 25 NH
    - 25 HC

    The following code needs to be executed:
    /run DEFAULT_CHAT_FRAME:AddMessage("Difficulty: "..GetInstanceDifficulty())

    (Remove the space between Difficult and y)

    Please report the output!

    Thank you very much!
    Shino
    Edited: October 25, 2016


  2. ...

    On topic:
    Tested it didn't do anything for me or may have done something insignificant. Tested with no addons.

  3. Hey,
    yes it seems that the post formatting of this forum is putting a whitespace into the script, which breakes it. That is why I wrote to remove the whitespaces between "Difficult" and "y".

    "/run DEFAULT_CHAT_FRAME:AddMessage("Difficulty: "..GetInstanceDifficulty())"

    All it does is to output a number between 1 and 10. The color should be white.

    Edit: If I put a string in there it puts the space somewhere else. So please remove the whitespaces in the script!

    Edit2: This seems to work :/

    cheers!
    Edited: October 25, 2016

  4. 5 n - Difficulty: 1
    5 hc - Difficulty: 2
    10 n - Difficulty: 1
    10 hc - Difficulty: 3
    25 n - Difficulty: 2
    25 hc - Difficulty: 4

  5. Thank you very much!
    That confirms my expectations. Expect to see something interesting in the next few days. Btw where would the best place be here to present such an project ?

  6. Btw where would the best place be here to present such an project ?
    If it's an addon then probably in this forum section.

  7. Not only an addon I suppose, but I guess this fits best.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •