Gaming
 
[Nathanyel]

Nathanyel 1,392 edits since January 2, 2007

1,392

User:Nathanyel/wowwiki.js

From WoWWiki

Image:Icon-warning-22x22.png Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear the cache in Tools→Preferences.
addOnloadHook(function()
 {
 document.getElementById('ads_topleft').style.display='none';
 document.getElementById('ads-left').style.display='none'; 

 if(allak=document.getElementById('elinks-item-allakhazam'))
  {
  allak.getElementsByTagName('img')[0].src='http://images.wikia.com/wowwiki/images/f/f3/Icon-curse-22x22.png';   
  alink=allak.getElementsByTagName('a')[1];
  alink.href=alink.href.
 	replace('http://wow.allakhazam.com/db/item.html?witem=','http://www.wowdb.com/item.aspx?id=').
 	replace('http://wow.allakhazam.com/db/quest.html?wquest=','http://www.wowdb.com/quest.aspx?id=');
  alink.innerHTML='WoWDB';
  wowdb=allak
  thott=document.getElementById('elinks-item-thottbot');
  thott.parentNode.removeChild(wowdb);
  thott.parentNode.insertBefore(wowdb, thott);
  } 
 else if(allak=document.getElementById('elinks-item-allakhazam-22x22.png'))
  {
  allak.getElementsByTagName('img')[0].src='http://images.wikia.com/wowwiki/images/f/f3/Icon-curse-22x22.png';   
  alink=allak.getElementsByTagName('a')[1];
  alink.href=alink.href.
 	replace('http://wow.allakhazam.com/db/mob.html?wmob=','http://www.wowdb.com/npc.aspx?id=');
  alink.innerHTML='WoWDB';
  wowdb=allak
  thott=document.getElementById('elinks-item-thottbot-22x22.png');
  thott.parentNode.removeChild(wowdb);
  thott.parentNode.insertBefore(wowdb, thott);
  } 

 });

var ttCompare = true;
var ttSlot = new Array();
/* from [[InventorySlotId]]
0 = ammo, 1 = head, 2 = neck, 3 = shoulder, 4 = shirt, 5 = chest, 6 = belt, 7 = legs, 8 = feet, 9 = wrist, 10 = gloves,
11 = finger 1, 12 = finger 2, 13 = trinket 1, 14 = trinket 2, 15 = back, 16 = main hand, 17 = off hand, 18 = ranged, 19 = tabard
*/
ttSlot[0] = "";
ttSlot[1] = "Stag-Helm of Malorne";
ttSlot[2] = "Mithril Chain of Heroism";
ttSlot[3] = "Mantle of Malorne";
ttSlot[4] = "";
ttSlot[5] = "Shadowprowler's Chestguard";
ttSlot[6] = "Gronn-Stitched Girdle";
ttSlot[7] = "Shallow-grave Trousers";
ttSlot[8] = "Nyn'jah's Tabi Boots";
ttSlot[9] = "Master Assassin Wristwraps";
ttSlot[10] = "Gloves of Dexterous Manipulation";
ttSlot[11] = "Shapeshifter's Signet";
ttSlot[12] = "A'dal's Command";
ttSlot[13] = "Berserker's Call";
ttSlot[14] = "Hourglass of the Unraveller";
ttSlot[15] = "Blood Knight War Cloak";
ttSlot[16] = "Terestian's Stranglestaff";
ttSlot[17] = "";
ttSlot[18] = "Everbloom Idol";
ttSlot[19] = "Cenarion Expedition Tabard";

// [[Category:User JS|Nathanyel]]