Thread Tools Display Modes
07-09-15, 09:44 AM   #1
Wobbel
A Kobold Labourer
Join Date: Jul 2012
Posts: 1
Disable Combopoints?

Simple Question: What do I need to do to disable the Combopoints on my HP-Bar? I have another Addon to show me these and double CP are a bit annoying. In this case for the oUF-Addon oUF:Phanx.
Thanks in advance.
  Reply With Quote
07-09-15, 05:14 PM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
Open Frames.lua in a text editor.

On line 14 add: local useCP = false

Then scroll down to line 248 in the combo points section and alter
Code:
if unit == "player" then
to
Code:
if unit == "player" and useCP then
__________________
AddOns: Tim @ WoWInterface
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Disable Combopoints?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off