Thread: STUF unitframes
View Single Post
06-02-12, 10:02 AM   #10
Smashbolt
A Deviate Faerie Dragon
Join Date: Mar 2010
Posts: 13
Yep. If I'm looking at the right code for oUF_Simple, the raid frames are defined and spawned in a separate file, so to disable them, all you have to do is remove the line that says oUF_SimpleRaid.lua in the oUF_Simple.toc file.

Disabling other units will involve looking in the main oUF_Simple.lua file for the calls to oUF:Spawn near the bottom that correspond to the units you want to turn off and commenting them out.
  Reply With Quote