View Single Post
02-22-12, 10:27 AM   #20
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
Originally Posted by Game92 View Post
Did some deep dig in. I fixed it!

What i did wrong:

LUA Code:
  1. local Aftermathh_Raid25 = oUF:SpawnHeader("Aftermathh_Raid25", nil, "solo,party,raid, custom [@raid26,exists] hide; [@raid1,exists] show; hide",

instead of

LUA Code:
  1. local Aftermathh_Raid25 = oUF:SpawnHeader(nil, nil, "solo,party,raid, custom [@raid26,exists] hide; [@raid1,exists] show; hide",
The only difference between those two is: One is named by you, while the other is named by oUF, so they should be equal unless you override _G['Aftermathh_Raid25'] with something later on.
__________________
「貴方は1人じゃないよ」
  Reply With Quote