Search:

Type: Posts; User: Mihapro

Search: Search took 0.00 seconds.

  1. Replies
    63
    Views
    68,743

    MPR is the main addon folder, not...

    MPR is the main addon folder, not MP-Reporter-master (that's autogenerated by GitHub)
  2. Replies
    63
    Views
    68,743

    Innervate and Misdirection I wrote are already an...

    Innervate and Misdirection I wrote are already an example how you add more spells into array. I'll edit the code above a little to clarify it. :)
  3. Replies
    63
    Views
    68,743

    sourceName is the caster of a spell, destName is...

    sourceName is the caster of a spell, destName is the target :)

    You can keep inserting those ugly IFs there, or you can check top of MPR.lua, there are some nice arrays with comments :P




    --...
  4. Replies
    63
    Views
    68,743

    Use Notepad++ then if you have problems, each...

    Use Notepad++ then if you have problems, each line must have correct number of spaces/tabs.

    There is another even easier way. I made arrays at the beginning of MPR.lua, see line MPR.lua:258 -...
  5. Replies
    63
    Views
    68,743

    Yes. Any text editor is fine, for example Notepad...

    Yes. Any text editor is fine, for example Notepad from Windows accessories.
  6. Replies
    63
    Views
    68,743

    Right under the line MPR.lua:1043...

    Right under the line MPR.lua:1043 put the following code:



    if spellName == "Misdirection" and UnitInRaid(sourceName) then
    self:ReportCastOnTarget(sourceName, destName, spellId)
    end

    ...
  7. Replies
    63
    Views
    68,743

    What addon do you have in mind? Feel free to pm...

    What addon do you have in mind? Feel free to pm me if you want :)
  8. Replies
    63
    Views
    68,743

    Updated, hopefully no spam anymore :)

    Updated, hopefully no spam anymore :)
  9. Replies
    63
    Views
    68,743

    Haha, I guess there won't be any ICC on Lordaeron...

    Haha, I guess there won't be any ICC on Lordaeron without MPR spamming anymore :P



    I don't think they will change timers unless you see the script has been completely rewritten - in this case I...
  10. Replies
    63
    Views
    68,743

    Updated - v2.82. Fixed timers during Frostmourne...

    Updated - v2.82. Fixed timers during Frostmourne at LK, Harvest Souls 10 sec and 5 sec warnings will be announced to raid now, and also Defile that comes after Frostmourne (you probably learned...
  11. Replies
    63
    Views
    68,743

    True story about the aspect of the pack! :D Ah, I...

    True story about the aspect of the pack! :D Ah, I thought you have a smaller minimap :) Well, happy you solved it :)
  12. Replies
    63
    Views
    68,743

    I haven't spent so much time making that addon,...

    I haven't spent so much time making that addon, so for now if you want to move those buffs, you'll have to open MPBuffs/MPBuffs.lua and edit two lines:

    Line 52: self.Frame:SetPoint("TOPRIGHT",...
  13. Replies
    63
    Views
    68,743

    Okay, challenge accepted :) I'm really busy these...

    Okay, challenge accepted :) I'm really busy these days, so I'll start on sunday and hopefully finish few days after. :) repo
  14. Replies
    63
    Views
    68,743

    Long ago some people reported FPS drop, but was...

    Long ago some people reported FPS drop, but was solved by clearing death logs (someone had problems after 50 encounters already, while others had over 2k and were still playing normally).

    I'll...
  15. Replies
    63
    Views
    68,743

    Make sure you drag & drop "MPR" folder from...

    Make sure you drag & drop "MPR" folder from /MP-Reporter-master/ and not "MP-Reporter-master" itself (GitHub automatically packs like that).
    http://img811.imageshack.us/img811/849/h7qh.png
    Edit:...
  16. Replies
    63
    Views
    68,743

    I guess your combat log got full and other addons...

    I guess your combat log got full and other addons (DBM, Recount) stopped working aswell.
    Make sure you have "Auto combat log clear" checkbox ticked in options. It will call CombatLogClearEntries()...
  17. Replies
    63
    Views
    68,743

    [3.3.5a] MP Reporter

    Hello all :) I'd like to share my addon, MP Reporter, with the rest of the community.

    If you are raiding ICC frequently, you should try it out!
    MPR is a simple raider needs-based addon and is...
Results 1 to 17 of 17