WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Double check on |NC|

Brudert966 opened this issue ยท 3 comments

commented

Just a coding change suggestion. I mistakenly put a |NC| on an 'A' step and it changed the icon to the non combat icon. Confused me while testing and then i figured out my error and corrected. I realized how much I use the visual clue of the icon to tell me what I am doing next. Its is a small change, but a nice double check on guide coding.

WoWPro_Leveling_Parser.lua

236 if WoWPro.noncombat[k] then

sorry not a very good programmer, but change it to:

236 if WoWPro.noncombat[k] and WoWPro.actions[k] == "C" then

i don't know if I used the correct variable or not..sorry again...not that familiar with your program yet. Thanks again and hope this might help a little.

commented

Correction: the file name it is in is WoWPro_Leveling_Parser.lua.

commented

Will fix, good point!

commented

Added, uploading.