View Single Post
  #71  
Unread 10-18-2012, 10:35 AM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Quote:
Originally Posted by Papabard View Post
Yeah there is a control panel mod Silat had here that has that in it at least a checkbox. Seems he couldn't get it to work properly without some side effect or something. Since it isn't persistant through sessions and the settings file doesn't seem to do the trick I simply hit the macro on my hotbar when I log a character in. I'm gonna dabble in the modified center and see what I can do
To make showing it conditional, you'll need to look at eg. the code that reads _ProfitUI_Settings_GroupWindow.txt. It'd be something similar: have a _ProfitUI_Settings_TargetCastingBar.txt with a setting in it to control whether the bar's shown at startup or not, code to read that file to get the setting, and code to make showing the window conditional on that setting being true. Then a button or checkbox in the control center that'd just show or unshow the window, possibly with the added code to check whether the window was currently shown or not and Do The Right Thing automatically.
Reply With Quote