View Single Post
05-28-10, 05:34 PM   #4
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by pretendeka View Post
I'm am bumping this simply in the hopes that you'll tell me where exactly to put this particular bit of code. Somewhere in the LibDogTag-3.0.lua file?
its in \PitBull4_DogTagTexts\libs\LibDogTag-3.0\
the file is misc.lua at line number 70-78 just replace it with this
Code:
DogTag:AddTag("Base", "Outline", {
	code = function(number)
		DogTag.outline = OUTLINE,MONOCHROME"
	end,
	ret = "nil",
	doc = L["Set the FontString to be outlined"],
	example = '[Outline "Hello"] => "Bold"',
	category = L["Miscellaneous"]
})
i no longer use pitbull had to download it :P

Last edited by mankeluvsit : 05-28-10 at 05:45 PM.
  Reply With Quote