Results: 2Comments by: nonis
File: ccComboPoints10-23-08
You replace it. ccComboPoints.l...
Posted By: nonis
You replace it. ccComboPoints.lua Before change: function CPFrame_OnLoad() CPFrame = getglobal("ccMod_ComboPointsFrame"); CPFrame.numCP = 0; CPFrame.lastCP = 0; this.cppoints = {}; for i=1,5 do this.cppoints = getglobal("ccMod_ComboPoint"..i); this.cppoints:Hide(); end this:RegisterEvent("PLAYER_COMBO_POINTS"); thi...
File: ccComboPoints10-18-08
After making he following changes i...
Posted By: nonis
After making he following changes it looks like it is working again: Line 37 this:RegisterEvent("UNIT_COMBO_POINTS"); Line 48, 49 local cp = GetComboPoints("player"); local dp = GetDeadlyPoisonPoints("player");