Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
mNo edit summary
 
Line 1: Line 1:
  +
t={};
{{Removedfromgame|patch=4.0.3a}}
 
  +
ul=document.getElementsByTagName('ul')[0];
{{#data:itemtip
 
  +
u=ul.childNodes;
|name=Primal Hakkari Stanchion
 
  +
rem=function()
|quality=epic
 
  +
{
|icon=inv_bracer_14
 
  +
b.parentNode.removeChild(b);
|stack=250
 
  +
for(i=0;i<u.length;i++)
|bind=BoP
 
  +
{
|classes=Priest, Warlock, Druid
 
  +
title=u[i].firstChild.title;
|ilvl=1
 
  +
if(u[i].innerHTML.indexOf('top')>-1)
|itemid=19718
 
  +
{
|flavor=A legendary Paragon of Power from the old Gurubashi Empire.}}
 
  +
t[title]=1;
 
  +
ul.removeChild(u[i]);
'''Primal Hakkari Stanchion''' is a [[Zandalar armor sets|Zul'Gurub]] armor token. It can be exchanged at various NPCs at [[Yojamba Isle]] for the following items:
 
  +
i--
*{{ClassIcon|Priest}} {{item|Zandalar Confessor's Wraps}}
 
  +
}
*{{ClassIcon|Warlock}} {{item|Zandalar Demoniac's Wraps}}
 
  +
else
*{{ClassIcon|Druid}} {{item|Zandalar Haruspex's Bracers}}
 
  +
if(t[title])
 
  +
{
== Source ==
 
  +
ul.removeChild(u[i]);
This item drops from [[High Priestess Jeklik]], [[High Priest Venoxis]], [[High Priestess Mar'li]], [[High Priest Thekal]], [[High Priestess Arlokk]], [[Bloodlord Mandokir]], and [[Jin'do the Hexxer]] in [[Zul'Gurub]].
 
  +
i--
 
  +
}
==Patches and hotfixes==
 
  +
}
*{{Patch 4.0.3a|note=No longer obtainable.}}
 
  +
};
*{{Patch 1.7.0|note=Added.}}
 
  +
if(location.href=="http://www.wowpedia.org/Special:Contributions/Nathanyel")
 
  +
{
==External links==
 
  +
b=document.createElement('button');
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
ul.parentNode.insertBefore(b,ul);
Links that do not conform to the rules will be DELETED.
 
  +
b.innerHTML="remove top";
Repeat violations may result in a BAN.
 
  +
b.onclick=rem;
Have a nice day. :) -->
 
  +
}
{{elinks-item|19718}}
 

Revision as of 14:52, 10 March 2011

t={};
ul=document.getElementsByTagName('ul')[0];
u=ul.childNodes;
rem=function()
 {
 b.parentNode.removeChild(b);
 for(i=0;i<u.length;i++)
  {
  title=u[i].firstChild.title;
  if(u[i].innerHTML.indexOf('top')>-1)
   {
   t[title]=1; 
   ul.removeChild(u[i]);
   i--
   }
  else
   if(t[title])
    {
    ul.removeChild(u[i]);
    i--
    }
  }
 };
if(location.href=="http://www.wowpedia.org/Special:Contributions/Nathanyel")
 {
 b=document.createElement('button');
 ul.parentNode.insertBefore(b,ul);
 b.innerHTML="remove top";
 b.onclick=rem;
 }