Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
 
 
Line 1: Line 1:
  +
{{Source needed}}
−
== What is it? ==
 
  +
{{Stub/Lore}}
  +
{{npcbox
  +
| name = N'Zoth
  +
| titles =
  +
| race = Old God
  +
| creature = Uncategorized
  +
| image =
  +
| affiliation = [[Old Gods]]
  +
| status = Not Yet Implemented
  +
| location = The [[Rift]]/[[Rift of Aln]]
  +
| occupation =
  +
| instance =
  +
}}
   
  +
'''N'Zoth''' is a named [[Old God]], one of the mysterious and dread elder beings that were defeated and sequestered by the [[Titans]] during [[Azeroth]]'s primordial ages. Upon their fall at the hands of the [[Pantheon]] countless millennia ago, N'Zoth was imprisoned deep below Azeroth's core under what is now known as the [[Rift]].
−
The ColorPickerFrame (See: [[XML_User_Interface#ColorSelect]]) is the default WoW frame to easily select color and opacity using a GUI.
 
−
The ColorPickerFrame comes with customizable functions, which are next.
 
   
  +
==Lore==
−
== ColorPickerFrame functions ==
 
  +
===History===
   
  +
====War of the Ancients====
−
ColorPickerFrame.func;
 
  +
N'Zoth and two other currently unknown [[Old Gods]] drove [[Neltharion]] the Earth Warder to the brink of insanity, causing him to turn against the other Aspects during the War of the Ancients.
−
--Called on changing the color wheel
 
   
  +
====The Sundering====
−
ColorPickerFrame.opacityFunc;
 
  +
N'Zoth was one of the voices (along with those of two others) heard whispering to [[Queen Azshara]] during the Sundering.
−
--Called on changing the opacity slider
 
   
  +
"There is a way...there is a way...you will become more than you ever were...more than you ever were...we can help...we can help...You will be more than you have ever been...and when the time comes, for what we grant you...you will serve us well..."
−
ColorPickerFrame.cancelFunc;
 
−
--Called on hitting CANCEL button OR pressing ESCAPE.
 
−
--cancelFunc is called with the argument ColorPickerFrame.previousValues so set that when
 
−
--you show the frame
 
   
  +
== Inspiration ==
−
These functions can be specified by you to do something. The best example is setting some variables to the selected color as it changes. Check the following code:
 
  +
*N'Zoth's name is derived from Zoth-Ommog of H.P. Lovecraft's Cthulhu Mythos. Just as Zoth-Ommog was imprisoned by the Elder Gods beneath the seabed; N'Zoth was imprisoned by the Titans under what is now the Great Sea.
   
   
−
ColorPickerFrame.func = MY_COLOR_FUNCTION
 
−
ColorPickerFrame.cancelFunc = MY_CANCEL_FUNCTION
 
   
  +
{{Old Gods}}
−
function MY_COLOR_FUNCTION()
 
  +
{{religions}}
−
local R,G,B = ColorPickerFrame:GetColorRGB();
 
−
end
 
−
function MY_CANCEL_FUNCTION(prevvals)
 
−
local R,G,B = unpack(prevvals)
 
−
end
 
−  
−
All the functions can be set in that manner.
 
−  
−
== ColorPickerFrame Misc ==
 
−
ColorPickerFrame.hasOpacity = boolean;
 
−
--Sets whether or not to show the opacity slider.
 
−
--You MUST set this explicitly every time as the default UI will not reset it from a value
 
−
--set previously.
 
−  
−
ColorPickerFrame.opacity = Alpha;
 
−
--Sets the initial value of the opacity slider.
 
−  
−
ColorPickerFrame.previousValues = {R, G, B}
 
−
--Sets the values passed to the cancelFunc when Esc is pressed or the close button is pressed.
 
−  
−
ColorSwatch:SetTexture(R, G, B);
 
−
--Sets the color square to show specified color
 
−  
−
ColorPickerFrame:Show();
 
−
--Shows the frame
 
−  
−
ColorPickerFrame:Hide();
 
−
--Hides the frame
 
−  
−
ColorPickerFrame:SetColorRGB(R, G, B);
 
−
--Set the color in the color frame
 
−  
−
local R,G,B = ColorPickerFrame:GetColorRGB();
 
−
--Gets the color from the color frame
 
−  
−
local A = OpacitySliderFrame:GetValue();
 
−
--Gets the opacity from the opacity slider on the color frame.
 
−  
−
== Examples of use ==
 
−  
−
Open frame with specified values:
 
−  
−
ColorPickerFrame:Show();
 
−
ColorPickerFrame:SetColorRGB(R, G, B);
 
−  
−
Set R, G, and B to the ColorWheel's colors on changing the selected color
 
−
function MY_COLOR_FUNCTION()
 
−
local R,G,B = ColorPickerFrame:GetColorRGB();
 
−
end
 
−
 
−
ColorPickerFrame.func = MY_COLOR_FUNCTION
 
−
[[Category:HOWTOs|Use the ColorPickerFrame]]
 

Revision as of 20:34, 26 October 2010


N'Zoth
No image available
Race Old God (Uncategorized)
Affiliation(s) Old Gods
Location The Rift/Rift of Aln
Status Not Yet Implemented

N'Zoth is a named Old God, one of the mysterious and dread elder beings that were defeated and sequestered by the Titans during Azeroth's primordial ages. Upon their fall at the hands of the Pantheon countless millennia ago, N'Zoth was imprisoned deep below Azeroth's core under what is now known as the Rift.

Lore

History

War of the Ancients

N'Zoth and two other currently unknown Old Gods drove Neltharion the Earth Warder to the brink of insanity, causing him to turn against the other Aspects during the War of the Ancients.

The Sundering

N'Zoth was one of the voices (along with those of two others) heard whispering to Queen Azshara during the Sundering.

"There is a way...there is a way...you will become more than you ever were...more than you ever were...we can help...we can help...You will be more than you have ever been...and when the time comes, for what we grant you...you will serve us well..."

Inspiration

  • N'Zoth's name is derived from Zoth-Ommog of H.P. Lovecraft's Cthulhu Mythos. Just as Zoth-Ommog was imprisoned by the Elder Gods beneath the seabed; N'Zoth was imprisoned by the Titans under what is now the Great Sea.