• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

ProcMeter

  Download the Curse Client

Project Updated:
Files Updated: 05-13-2007
Category: Combat
Tags:

, , and [Edit Tags]

Project Manager: bethlhogg
Current Version: ProcMeter 1.1.1
Downloads Today: 2
Downloads Total: 17,676
Favorites: 127
Comments: 86
  • About ProcMeter
  •  
  • To add procs, click the [+] button in the Procs List frame then enter the name of the item/enchant in the first box, and the combat message (or part of) of the proc (case sensitive).*

Keeps track of all your attack crit, miss, and weapon/enchant procs.

I haven't tested this for all weapon/enchant procs because I don't have those items.

COMMANDS: /pm - Show the option window. /pm ? - Show help.

Feedback and suggestions are appreciated.

For more information on combat log parsing: http://www.wowwiki.com/Patterns_fired_from_each_CHAT_MSG_events http://www.wowwiki.com/Attack_table

NOTE: Based on RonSoft Procs, but that addon won't work for me so I made my own meter.

  • Downloads (1)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  ProcMeter 1.1.1 Release 2.0.0 145 5/13/2007
  • 1 page(s)
Advertisement
  • Screenshots (3)
  •  
  • Comments

Add Comment

Add

You need to or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • @Blyte If the combat message when Sword Specialization procs is unique enough, you can add it to the table.

    Reply Permalink
  • Blyte said 

    sorry to be totally stupid, is it possible to add a procmeter for Sword Specialization? i have tried to add it like it is shown but i cant get it to show, i guess may not be possible?

    Reply Permalink
  • @Nihut Thanks for the translation! I noticed that you added the evade and parry message in the CHAT_MSG_COMBAT_SELF_MISSES section. From what I understand, they are not considered "miss" and not dependent on your miss% and hit%. http://www.wowwiki.com/Attack_table

    You also added 2 lines in CHAT_MSG_SPELL_SELF_DAMAGE section. Unless you changed the main code, that section currently not used because all combat messages from that event are counted so no pattern entries are required. http://www.wowwiki.com/Patterns_fired_from_each_CHAT_MSG_events

    Have you downloaded the 0.4 version? It includes a new table for attacks/skills that you want to get ignored based on your class. If you do, can you post some of your translations that you made so I can upload the complete deDE localization file. Thank you for you help =)

    Reply Permalink
  • Nihut said 

    Hi,

    I added some translations for the deDE version. I'm not sure if I got all combatlog messages. I also added some trinkets and enchantments for some guild members.

    ProcMeter_CombatMsg = { -- Crit = "crit", Crit = "kritisch" };

    ProcMeter_Patterns = { -- 1) CHAT_MSG_COMBAT_SELF_HITS { "Ihr trefft [%w%s]+ kritisch für %d+ Schaden.", "Ihr trefft [%w%s]+. Schaden: %d+.", "[%w%s]+ von Euch trifft [%w%s]+ für %d+ Schaden.", "[%w%s]+ trifft [%w%s]+ kritisch: %d+ Schaden.", }, -- 2) CHAT_MSG_COMBAT_SELF_MISSES { "Ihr verfehlt [%w%s]+.", "Ihr greift an. [%w%s]+ weicht aus.", "Ihr greift an. [%w%s]+ pariert." }, -- 3) CHAT_MSG_SPELL_SELF_DAMAGE { "[%w%s]+ trifft [%w%s]+. Schaden: %d+", "[%w%s]+ trifft [%w%s]+ kritisch: %d+" }, -- 4) CHAT_MSG_SPELL_SELF_DAMAGE (MISSES) { "Ihr habt es mit [%w%s]+ versucht, aber [%w%s]+ hat widerstanden." }, -- 5) CHAT_MSG_SPELL_SELF_BUFF { "Kritische Heilung: [%w%s]+ heilt [%w%s]+ um %d+ Punkte.", "[%w%s]+ heilt [%w%s]+ um %d+ Punkte." } };

    ProcMeter_Procs = { -- Clearcast {"Freizaubern", "Ihr bekommt 'Freizaubern'."}, -- Trinkets automatisch (Trinkets which are automatically activated) -- Skarabäus des unendlichen Kreislaufs - http://wow.buffed.de/?i=28190 {"Zaubertempo", "Ihr bekommt 'Zaubertempo'."}, -- Trinkets manuell (Trinkets which have to be manually activated. How often did you use a trinket.) -- Uralte Kristallinsignie - http://wow.buffed.de/?i=25620 {"Uralte Kristallinsignie", "Ihr bekommt 'Fokussierte Macht'."}, -- Xi'ris Gabe - http://wow.buffed.de/?i=29179 {"Xi'ris Gabe", "Ihr bekommt 'Zauberkraft'."}, -- Verzauberungen (Enchantments) -- Meister des Kampfes- http://wow.buffed.de/?i=22557 {"Meister des Kampfes", "Meister des Kampfes heilt Euch um %d+ Punkte."}, -- Kreuzfahrer- http://wow.buffed.de/?i=16252 {"Kreuzfahrer", "Ihr bekommt 'Heilige St\195\164rke'."}, -- Mungo- http://wow.buffed.de/?i=22559 {"Mungo", "Ihr bekommt 'Blitzschnell'."} };

    Reply Permalink
  • Rikakiah said