diff --git a/ajax/uniqueitems.php b/ajax/uniqueitems.php
index 4dc16cc..abccc63 100755
--- a/ajax/uniqueitems.php
+++ b/ajax/uniqueitems.php
@@ -71,8 +71,8 @@ if ($cmd == "getUniqueItem") {
*
* */
if ($cmd == "sortBy") {
- $sql = "SELECT `index`,`$sort` FROM `uniqueitems` WHERE `enabled`='1' ORDER BY `$sort`";
- $res = PDO_FetchAll($sql);
+ $sql = "SELECT `index`, ? FROM uniqueitems WHERE enabled='1' ORDER BY ?";
+ $res = PDO_FetchAll($sql, [$sort]);
$html = '';
foreach ($res as $r) {
@@ -160,7 +160,9 @@ if ($cmd == 'getString') {
$prop = $_GET['prop'];
- $sql = "SELECT stat1,stat2,stat3,stat4,stat5,stat6,stat7 FROM properties WHERE code = ?";
+ // stat2,stat3,stat4,stat5,stat6,stat7
+
+ $sql = "SELECT stat1 FROM properties WHERE code = ?";
$stat = array_filter(PDO_FetchRow($sql, [$prop]));
$s = array_filter($idata->getIscStrings($prop));
diff --git a/docs/Ironman/cubemain.html b/docs/Ironman/cubemain.html
index 654c828..2400f49 100755
--- a/docs/Ironman/cubemain.html
+++ b/docs/Ironman/cubemain.html
@@ -44,6 +44,8 @@
.item_stats{
width: auto;
height: auto;
+ background: #111;
+ min-height: 260px;
}
.item_desc {
height: auto;
@@ -111,7 +113,7 @@ $(document).ready(function() {
.item_stats{
width: auto;
- height: auto;
+ height: auto;
}
.item_desc {
height: auto;
diff --git a/docs/Ironman/uniqueitems.html b/docs/Ironman/uniqueitems.html
index 3592c84..055ccf8 100644
--- a/docs/Ironman/uniqueitems.html
+++ b/docs/Ironman/uniqueitems.html
@@ -17,15 +17,19 @@
@@ -80,6 +114,7 @@
$(document).ready(function() {
$('.cubetable').dataTable();
+ $('.utable').dataTable();
} );
@@ -93,10 +128,22 @@ $(document).ready(function() {
Ironman Unique Items
Auto generated with D2Modder by Hash Casper
+
+
+
+ | Name |
+ Lvl |
+ Lvl Req |
+ Type |
+ Code |
+ Item |
+
+
+ | Cloaker Beast | 20 | 20 | 2-handed sword | 2hs |
- 
+
@@ -104,6 +151,8 @@ $(document).ready(function() {
+ |
+
| Deathlust | 1 | 12 | 2-handed sword | 2hs |
@@ -115,6 +164,8 @@ $(document).ready(function() {
+ |
+
| Shadowfang | 1 | 9 | 2-Handed Sword | 2hs |
@@ -126,10 +177,12 @@ $(document).ready(function() {
+ |
+
| Lachdonnan's Guard | 1 | 82 | aegis | uow |
- 
+
@@ -137,6 +190,8 @@ $(document).ready(function() {
+ |
+
| Medusa's Gaze1 | 1 | 76 | aegis | uow |
@@ -148,6 +203,8 @@ $(document).ready(function() {
+ |
+
| Hellchatter | 1 | 27 | Aerin Shield | pa4 |
@@ -159,6 +216,8 @@ $(document).ready(function() {
+ |
+
| Bastion of Hope | 1 | 20 | aerin shield | pa4 |
@@ -170,6 +229,8 @@ $(document).ready(function() {
+ |
+
| Knight's Holy Sigil | 1 | 41 | akaran rondache | pa7 |
@@ -181,6 +242,8 @@ $(document).ready(function() {
+ |
+
| Voice of the Prophet | 1 | 34 | Akaran Rondache | pa7 |
@@ -192,6 +255,8 @@ $(document).ready(function() {
+ |
+
| Twilight Presence | 1 | 30 | Akaran Targe | pa6 |
@@ -203,6 +268,8 @@ $(document).ready(function() {
+ |
+
| Death to the Soul | 1 | 37 | akaran targe | pa6 |
@@ -214,6 +281,8 @@ $(document).ready(function() {
+ |
+
| The King's Heart | 1 | 34 | Alpha Helm | dr6 |
@@ -225,6 +294,8 @@ $(document).ready(function() {
+ |
+
| Moonshadow | 1 | 29 | alpha helm | dr6 |
@@ -236,10 +307,12 @@ $(document).ready(function() {
+ |
+
| Sahuagin | 55 | 54 | amcient sword | 9wd |
- 
+
@@ -247,10 +320,12 @@ $(document).ready(function() {
+ |
+
| Atma's Scarab | 55 | 55 | Amulet | amu |
- 
+
@@ -258,10 +333,12 @@ $(document).ready(function() {
+ |
+
| The Eye of Etlich | 15 | 15 | Amulet | amu |
- 
+
@@ -269,10 +346,12 @@ $(document).ready(function() {
+ |
+
| The Cat's Eye | 42 | 42 | Amulet | amu |
- 
+
@@ -280,10 +359,12 @@ $(document).ready(function() {
+ |
+
| Highlord's Wrath | 65 | 65 | Amulet | amu |
- 
+
@@ -291,10 +372,12 @@ $(document).ready(function() {
+ |
+
| The Mahim-Oak Curio | 20 | 20 | Amulet | amu |
- 
+
@@ -302,6 +385,8 @@ $(document).ready(function() {
+ |
+
| Amulet of the Viper | 1 | 0 | Amulet | vip |
@@ -313,10 +398,12 @@ $(document).ready(function() {
+ |
+
| Veil of Despair | 85 | 85 | amulet | amu |
- 
+
@@ -324,10 +411,12 @@ $(document).ready(function() {
+ |
+
| Rat Lord's Gate | 38 | 38 | amulet | amu |
- 
+
@@ -335,10 +424,12 @@ $(document).ready(function() {
+ |
+
| Psyche Shroud | 6 | 6 | amulet | amu |
- 
+
@@ -346,10 +437,12 @@ $(document).ready(function() {
+ |
+
| Luck Sigil | 45 | 45 | amulet | amu |
- 
+
@@ -357,10 +450,12 @@ $(document).ready(function() {
+ |
+
| Nokozan Relic | 10 | 10 | Amulet | amu |
- 
+
@@ -368,10 +463,12 @@ $(document).ready(function() {
+ |
+
| Crescent Moon | 50 | 50 | Amulet | amu |
- 
+
@@ -379,10 +476,12 @@ $(document).ready(function() {
+ |
+
| Mara's Kaleidoscope | 70 | 70 | Amulet | amu |
- 
+
@@ -390,10 +489,12 @@ $(document).ready(function() {
+ |
+
| Saracen's Chance | 33 | 33 | Amulet | amu |
- 
+
@@ -401,10 +502,12 @@ $(document).ready(function() {
+ |
+
| Metalgrid | 81 | 81 | amulet | amu |
- 
+
@@ -412,10 +515,12 @@ $(document).ready(function() {
+ |
+
| Amulet of Warding | 12 | 12 | amulet | amu |
- 
+
@@ -423,10 +528,12 @@ $(document).ready(function() {
+ |
+
| Foulsigil | 78 | 78 | amulet | amu |
- 
+
@@ -434,10 +541,12 @@ $(document).ready(function() {
+ |
+
| The Rising Sun | 60 | 60 | Amulet | amu |
- 
+
@@ -445,10 +554,12 @@ $(document).ready(function() {
+ |
+
| Sequence of Seasons | 30 | 30 | amulet | amu |
- 
+
@@ -456,10 +567,12 @@ $(document).ready(function() {
+ |
+
| Seraph's Hymn | 67 | 67 | amulet | amu |
- 
+
@@ -467,10 +580,12 @@ $(document).ready(function() {
+ |
+
| The Vanquisher | 75 | 75 | amulet | amu |
- 
+
@@ -478,10 +593,12 @@ $(document).ready(function() {
+ |
+
| Cryptking | 27 | 27 | amulet | amu |
- 
+
@@ -489,10 +606,12 @@ $(document).ready(function() {
+ |
+
| Eye of Kahn | 3 | 3 | amulet | amu |
- 
+
@@ -500,6 +619,8 @@ $(document).ready(function() {
+ |
+
| Victors Silk | 1 | 26 | Ancient Armor | aar |
@@ -511,6 +632,8 @@ $(document).ready(function() {
+ |
+
| Killing Blow | 1 | 30 | ancient armor | aar |
@@ -522,6 +645,8 @@ $(document).ready(function() {
+ |
+
| Greyhawk Dragon | 1 | 34 | ancient armor | aar |
@@ -533,6 +658,8 @@ $(document).ready(function() {
+ |
+
| Mythslayer | 55 | 58 | ancient axe | 9gi |
@@ -544,6 +671,8 @@ $(document).ready(function() {
+ |
+
| The Minataur | 1 | 45 | Ancient Axe | 9gi |
@@ -555,6 +684,8 @@ $(document).ready(function() {
+ |
+
| Ogre's Breath | 1 | 52 | ancient axe | 9gi |
@@ -566,10 +697,12 @@ $(document).ready(function() {
+ |
+
| Dreadwall | 1 | 55 | ancient sheild | xts |
- 
+
@@ -577,6 +710,8 @@ $(document).ready(function() {
+ |
+
| Dawnfall | 1 | 77 | Ancient Shield | pad |
@@ -588,6 +723,8 @@ $(document).ready(function() {
+ |
+
| Radimant's Sphere | 1 | 50 | Ancient Shield | xts |
@@ -599,6 +736,8 @@ $(document).ready(function() {
+ |
+
| Faith's Promise | 1 | 70 | ancient shield | pad |
@@ -610,10 +749,12 @@ $(document).ready(function() {
+ |
+
| Crusader's Wall | 1 | 59 | ancient shield | xts |
- 
+
@@ -621,6 +762,8 @@ $(document).ready(function() {
+ |
+
| Dark Descent | 1 | 49 | ancient sword | 9wd |
@@ -632,6 +775,8 @@ $(document).ready(function() {
+ |
+
| The Atlantian | 1 | 42 | Ancient Sword | 9wd |
@@ -643,6 +788,8 @@ $(document).ready(function() {
+ |
+
| Silverskin | 1 | 14 | Antlers | dr3 |
@@ -654,6 +801,8 @@ $(document).ready(function() {
+ |
+
| Yamanda's Token | 1 | 21 | antlers | dr3 |
@@ -665,6 +814,8 @@ $(document).ready(function() {
+ |
+
| Garlana Firebolt | 1 | 38 | arbalest | 8lx |
@@ -676,10 +827,12 @@ $(document).ready(function() {
+ |
+
| Kyuss' Crossbow | 55 | 48 | arbalest | 8lx |
- 
+
@@ -687,6 +840,8 @@ $(document).ready(function() {
+ |
+
| Langer Briser | 1 | 32 | Arbalest | 8lx |
@@ -698,10 +853,12 @@ $(document).ready(function() {
+ |
+
| Heaven's Treasure | 1 | 87 | archon plate | utp |
- 
+
@@ -709,6 +866,8 @@ $(document).ready(function() {
+ |
+
| Legacy of the Eternals | 1 | 79 | Archon Plate | utp |
@@ -720,10 +879,12 @@ $(document).ready(function() {
+ |
+
| Everkeeper | 1 | 85 | archon staff | 6ws |
- 
+
@@ -731,10 +892,12 @@ $(document).ready(function() {
+ |
+
| Mang Song's Lesson | 1 | 82 | archon staff | 6ws |
- 
+
@@ -742,10 +905,12 @@ $(document).ready(function() {
+ |
+
| Steelshade | 1 | 62 | armet | ulm |
- 
+
@@ -753,10 +918,12 @@ $(document).ready(function() {
+ |
+
| Darkfear | 1 | 73 | armet | ulm |
- 
+
@@ -764,10 +931,12 @@ $(document).ready(function() {
+ |
+
| Quiver of Piercing | 35 | 35 | Arrows | z01 |
- 
+
@@ -775,10 +944,12 @@ $(document).ready(function() {
+ |
+
| Replenishing Quiver | 6 | 6 | Arrows | z01 |
- 
+
@@ -786,10 +957,12 @@ $(document).ready(function() {
+ |
+
| Quiver of Slaying | 65 | 65 | Arrows | z01 |
- 
+
@@ -797,10 +970,12 @@ $(document).ready(function() {
+ |
+
| Brightmangler | 55 | 51 | ashwood bow | am6 |
- 
+
@@ -808,6 +983,8 @@ $(document).ready(function() {
+ |
+
| Abyssal Torment | 1 | 41 | ashwood bow | am6 |
@@ -819,6 +996,8 @@ $(document).ready(function() {
+ |
+
| Adamantine Leaf | 1 | 33 | Ashwood Bow | am6 |
@@ -830,6 +1009,8 @@ $(document).ready(function() {
+ |
+
| Invader's Glee | 1 | 27 | assault helm | ba4 |
@@ -841,6 +1022,8 @@ $(document).ready(function() {
+ |
+
| Blood Dancer | 1 | 22 | Assault Helmet | ba4 |
@@ -852,10 +1035,12 @@ $(document).ready(function() {
+ |
+
| Badger's Bite | 1 | 64 | ataghan | 7sm |
- 
+
@@ -863,6 +1048,8 @@ $(document).ready(function() {
+ |
+
| Djinnslayer | 1 | 55 | ataghan | 7sm |
@@ -874,6 +1061,8 @@ $(document).ready(function() {
+ |
+
| Warsummoner | 1 | 31 | avenger guard | ba5 |
@@ -885,6 +1074,8 @@ $(document).ready(function() {
+ |
+
| Chimera's Chaos | 1 | 26 | Avenger Guard | ba5 |
@@ -896,10 +1087,12 @@ $(document).ready(function() {
+ |
+
| Deathspade | 1 | 7 | Axe | axe |
- 
+
@@ -907,10 +1100,12 @@ $(document).ready(function() {
+ |
+
| Goreflood | 1 | 10 | axe | axe |
- 
+
@@ -918,10 +1113,12 @@ $(document).ready(function() {
+ |
+
| Easebringer | 22 | 22 | axe | axe |
- 
+
@@ -929,6 +1126,8 @@ $(document).ready(function() {
+ |
+
| Timbersplitter | 1 | 27 | balanced axe | bal |
@@ -940,6 +1139,8 @@ $(document).ready(function() {
+ |
+
| Spleen Feaster | 1 | 22 | Balanced Axe | bal |
@@ -951,6 +1152,8 @@ $(document).ready(function() {
+ |
+
| Oakplume | 28 | 35 | balanced axe | bal |
@@ -962,6 +1165,8 @@ $(document).ready(function() {
+ |
+
| Initiator | 1 | 22 | balanced knife | bkf |
@@ -973,6 +1178,8 @@ $(document).ready(function() {
+ |
+
| Dead Scoffer | 1 | 19 | Balanced Knife | bkf |
@@ -984,6 +1191,8 @@ $(document).ready(function() {
+ |
+
| Deadly Needle | 32 | 38 | balanced knife | bkf |
@@ -995,6 +1204,8 @@ $(document).ready(function() {
+ |
+
| Buriza-Do Kyanon | 1 | 41 | Balista | 8hx |
@@ -1006,10 +1217,12 @@ $(document).ready(function() {
+ |
+
| Senmet's Boltcaster | 1 | 47 | ballista | 8hx |
- 
+
@@ -1017,6 +1230,8 @@ $(document).ready(function() {
+ |
+
| Whyte Stag | 55 | 56 | ballista | 8hx |
@@ -1028,6 +1243,8 @@ $(document).ready(function() {
+ |
+
| Flamebellow | 1 | 67 | balrog blade | 7gs |
@@ -1039,6 +1256,8 @@ $(document).ready(function() {
+ |
+
| Split Skull | 1 | 77 | balrog blade | 7gs |
@@ -1050,10 +1269,12 @@ $(document).ready(function() {
+ |
+
| Arkaine's Valor | 1 | 71 | Balrog Skin | upl |
- 
+
@@ -1061,10 +1282,12 @@ $(document).ready(function() {
+ |
+
| Diablo's Scale | 1 | 78 | balrog skin | upl |
- 
+
@@ -1072,6 +1295,8 @@ $(document).ready(function() {
+ |
+
| Demon's Arch | 1 | 66 | balrog spear | 7s7 |
@@ -1083,10 +1308,12 @@ $(document).ready(function() {
+ |
+
| Clockwork Horror | 1 | 77 | balrog spear | 7s7 |
- 
+
@@ -1094,10 +1321,12 @@ $(document).ready(function() {
+ |
+
| Eater of Souls | 1 | 46 | barbed club | 9sp |
- 
+
@@ -1105,10 +1334,12 @@ $(document).ready(function() {
+ |
+
| Umbral's Bat | 55 | 59 | barbed club | 9sp |
- 
+
@@ -1116,6 +1347,8 @@ $(document).ready(function() {
+ |
+
| Fleshrender | 1 | 38 | Barbed Club | 9sp |
@@ -1127,6 +1360,8 @@ $(document).ready(function() {
+ |
+
| Razorbite Deflecter | 1 | 41 | barbed sheild | xpk |
@@ -1138,6 +1373,8 @@ $(document).ready(function() {
+ |
+
| Lance Guard | 1 | 35 | Barbed Shield | xpk |
@@ -1149,6 +1386,8 @@ $(document).ready(function() {
+ |
+
| Raptarfang | 1 | 46 | barbed shield | xpk |
@@ -1160,6 +1399,8 @@ $(document).ready(function() {
+ |
+
| Dimoaks Hew | 1 | 7 | Bardiche | bar |
@@ -1171,6 +1412,8 @@ $(document).ready(function() {
+ |
+
| Knave's Ascendence | 1 | 10 | bardiche | bar |
@@ -1182,6 +1425,8 @@ $(document).ready(function() {
+ |
+
| Hylocan Axe | 19 | 20 | bardiche | bar |
@@ -1193,10 +1438,12 @@ $(document).ready(function() {
+ |
+
| Wraithwatch | 1 | 46 | basinet | xhl |
- 
+
@@ -1204,6 +1451,8 @@ $(document).ready(function() {
+ |
+
| Darksight Helm | 1 | 38 | Basinet | xhl |
@@ -1215,10 +1464,12 @@ $(document).ready(function() {
+ |
+
| Knight's Crest | 1 | 43 | basinet | xhl |
- 
+
@@ -1226,6 +1477,8 @@ $(document).ready(function() {
+ |
+
| Blacktongue | 1 | 24 | Bastard Sword | bsw |
@@ -1237,6 +1490,8 @@ $(document).ready(function() {
+ |
+
| Yuan-Ti's Venom | 30 | 34 | bastard sword | bsw |
@@ -1248,6 +1503,8 @@ $(document).ready(function() {
+ |
+
| Oldfather | 1 | 27 | bastard sword | bsw |
@@ -1259,10 +1516,12 @@ $(document).ready(function() {
+ |
+
| Sandking | 1 | 23 | battle axe | btx |
- 
+
@@ -1270,10 +1529,12 @@ $(document).ready(function() {
+ |
+
| The Chieftan | 1 | 19 | Battle Axe | btx |
- 
+
@@ -1281,6 +1542,8 @@ $(document).ready(function() {
+ |
+
| Tendriculos | 27 | 27 | battle axe | btx |
@@ -1292,6 +1555,8 @@ $(document).ready(function() {
+ |
+
| Assassin Vine | 1 | 48 | battle belt | ztb |
@@ -1303,6 +1568,8 @@ $(document).ready(function() {
+ |
+
| Fortune's Fool | 1 | 46 | battle belt | ztb |
@@ -1314,6 +1581,8 @@ $(document).ready(function() {
+ |
+
| Snowclash | 1 | 42 | Battle Belt | ztb |
@@ -1325,10 +1594,12 @@ $(document).ready(function() {
+ |
+
| Wartraveler | 1 | 42 | Battle Boots | xtb |
- 
+
@@ -1336,10 +1607,12 @@ $(document).ready(function() {
+ |
+
| Halbu's Gift | 1 | 56 | battle boots | xtb |
- 
+
@@ -1347,10 +1620,12 @@ $(document).ready(function() {
+ |
+
| Zero Effect | 1 | 49 | battle boots | xtb |
- 
+
@@ -1358,10 +1633,12 @@ $(document).ready(function() {
+ |
+
| Shadowkiller | 1 | 72 | battle cestus | 7cs |
- 
+
@@ -1369,6 +1646,8 @@ $(document).ready(function() {
+ |
+
| Flaming Fist | 1 | 79 | battle cestus | 7cs |
@@ -1380,6 +1659,8 @@ $(document).ready(function() {
+ |
+
| Deathbit | 1 | 34 | battle dart | 9tk |
@@ -1391,6 +1672,8 @@ $(document).ready(function() {
+ |
+
| Swarming Blades | 55 | 57 | battle dart | 9tk |
@@ -1402,6 +1685,8 @@ $(document).ready(function() {
+ |
+
| Silt Runner | 1 | 42 | battle dart | 9tk |
@@ -1413,10 +1698,12 @@ $(document).ready(function() {
+ |
+
| Warlock's Touch | 1 | 54 | battle gauntlets | xtg |
- 
+
@@ -1424,10 +1711,12 @@ $(document).ready(function() {
+ |
+
| Gryphon's Claw | 1 | 50 | battle gauntlets | xtg |
- 
+
@@ -1435,10 +1724,12 @@ $(document).ready(function() {
+ |
+
| Lavagout | 1 | 42 | Battle Guantlets | xtg |
- 
+
@@ -1446,6 +1737,8 @@ $(document).ready(function() {
+ |
+
| Earthshaker | 1 | 43 | Battle Hammer | 9wh |
@@ -1457,10 +1750,12 @@ $(document).ready(function() {
+ |
+
| Hammer of Jholm | 55 | 60 | battle hammer | 9wh |
- 
+
@@ -1468,10 +1763,12 @@ $(document).ready(function() {
+ |
+
| Blasthammer | 1 | 50 | battle hammer | 9wh |
- 
+
@@ -1479,6 +1776,8 @@ $(document).ready(function() {
+ |
+
| Athena's Wrath | 1 | 40 | Battle Scythe | 9s8 |
@@ -1490,6 +1789,8 @@ $(document).ready(function() {
+ |
+
| Harbormaster's Victory | 55 | 50 | battle scythe | 9s8 |
@@ -1501,6 +1802,8 @@ $(document).ready(function() {
+ |
+
| Survival Instinct | 1 | 45 | battle scythe | 9s8 |
@@ -1512,6 +1815,8 @@ $(document).ready(function() {
+ |
+
| The Salamander | 1 | 19 | Battle Staff | bst |
@@ -1523,6 +1828,8 @@ $(document).ready(function() {
+ |
+
| Staff of the Arch-Magus | 31 | 36 | battle staff | bst |
@@ -1534,6 +1841,8 @@ $(document).ready(function() {
+ |
+
| Strange Alchemy | 1 | 23 | battle staff | bst |
@@ -1545,6 +1854,8 @@ $(document).ready(function() {
+ |
+
| Dread of the Blade | 1 | 44 | battle sword | 9bs |
@@ -1556,6 +1867,8 @@ $(document).ready(function() {
+ |
+
| Grimlock | 55 | 49 | battle sword | 9bs |
@@ -1567,6 +1880,8 @@ $(document).ready(function() {
+ |
+
| Headstriker | 1 | 39 | Battle Sword | 9bs |
@@ -1578,6 +1893,8 @@ $(document).ready(function() {
+ |
+
| Spellsteel | 1 | 39 | Bearded Axe | 9ba |
@@ -1589,6 +1906,8 @@ $(document).ready(function() {
+ |
+
| Grandiose Dreams | 1 | 44 | bearded axe | 9ba |
@@ -1600,6 +1919,8 @@ $(document).ready(function() {
+ |
+
| Dwarven Honor | 55 | 51 | bearded axe | 9ba |
@@ -1611,6 +1932,8 @@ $(document).ready(function() {
+ |
+
| Father of Nations | 55 | 57 | bec-de-corbin | 9h9 |
@@ -1622,6 +1945,8 @@ $(document).ready(function() {
+ |
+
| Kritchan's Ire | 1 | 51 | bec-de-corbin | 9h9 |
@@ -1633,6 +1958,8 @@ $(document).ready(function() {
+ |
+
| Husoldal Evo | 1 | 44 | Bec-de-Corbin | 9h9 |
@@ -1644,6 +1971,8 @@ $(document).ready(function() {
+ |
+
| Nightsmoke | 1 | 18 | Belt | mbl |
@@ -1655,10 +1984,12 @@ $(document).ready(function() {
+ |
+
| Wreath of Suffering | 1 | 21 | belt | mbl |
- 
+
@@ -1666,10 +1997,12 @@ $(document).ready(function() {
+ |
+
| Belt of Evil | 1 | 25 | belt | mbl |
- 
+
@@ -1677,6 +2010,8 @@ $(document).ready(function() {
+ |
+
| Deathcleaver | 1 | 77 | Berserker Axe | 7wa |
@@ -1688,10 +2023,12 @@ $(document).ready(function() {
+ |
+
| Frostwyrm | 84 | 84 | berserker axe | 7wa |
- 
+
@@ -1699,6 +2036,8 @@ $(document).ready(function() {
+ |
+
| Blackleach Blade | 1 | 37 | Bill | 9vo |
@@ -1710,6 +2049,8 @@ $(document).ready(function() {
+ |
+
| Griefspawn Touch | 55 | 47 | bill | 9vo |
@@ -1721,6 +2062,8 @@ $(document).ready(function() {
+ |
+
| Sunderblight | 1 | 42 | bill | 9vo |
@@ -1732,10 +2075,12 @@ $(document).ready(function() {
+ |
+
| Deathprick | 1 | 29 | blade | bld |
- 
+
@@ -1743,6 +2088,8 @@ $(document).ready(function() {
+ |
+
| Moonsea Razor | 35 | 35 | blade | bld |
@@ -1754,6 +2101,8 @@ $(document).ready(function() {
+ |
+
| Irices Shard | 1 | 25 | Blade | bld |
@@ -1765,6 +2114,8 @@ $(document).ready(function() {
+ |
+
| Baal's Wing | 1 | 74 | blade barrier | upk |
@@ -1776,6 +2127,8 @@ $(document).ready(function() {
+ |
+
| Spike Thorn | 1 | 68 | blade barrier | upk |
@@ -1787,6 +2140,8 @@ $(document).ready(function() {
+ |
+
| Razor Strike | 1 | 55 | Blade Bow | 6hb |
@@ -1798,10 +2153,12 @@ $(document).ready(function() {
+ |
+
| Foxfire Leaf | 1 | 68 | blade bow | 6hb |
- 
+
@@ -1809,6 +2166,8 @@ $(document).ready(function() {
+ |
+
| Nightmare Glove | 31 | 32 | blade talons | btl |
@@ -1820,6 +2179,8 @@ $(document).ready(function() {
+ |
+
| Bladespan | 1 | 22 | Blade Talons | btl |
@@ -1831,6 +2192,8 @@ $(document).ready(function() {
+ |
+
| Key to the Madhouse | 1 | 28 | blade talons | btl |
@@ -1842,6 +2205,8 @@ $(document).ready(function() {
+ |
+
| Darkforge Spawn | 1 | 80 | bloodlord skull | nef |
@@ -1853,10 +2218,12 @@ $(document).ready(function() {
+ |
+
| Ravings of the Mad | 1 | 86 | bloodlord skull | nef |
- 
+
@@ -1864,6 +2231,8 @@ $(document).ready(function() {
+ |
+
| Call of the Wild | 1 | 60 | blood spirit | drb |
@@ -1875,6 +2244,8 @@ $(document).ready(function() {
+ |
+
| Cerebus | 1 | 53 | blood spirit | drb |
@@ -1886,6 +2257,8 @@ $(document).ready(function() {
+ |
+
| Replenishing Bolt Case | 6 | 6 | Bolts | z02 |
@@ -1897,6 +2270,8 @@ $(document).ready(function() {
+ |
+
| Bolt Case of Slaying | 65 | 65 | Bolts | z02 |
@@ -1908,6 +2283,8 @@ $(document).ready(function() {
+ |
+
| Bolt Case of Piercing | 35 | 35 | Bolts | z02 |
@@ -1919,6 +2296,8 @@ $(document).ready(function() {
+ |
+
| Satyr's Speech | 1 | 27 | bone helm | bhm |
@@ -1930,6 +2309,8 @@ $(document).ready(function() {
+ |
+
| Wormskull | 1 | 21 | Bone Helm | bhm |
@@ -1941,6 +2322,8 @@ $(document).ready(function() {
+ |
+
| Hindsight | 1 | 24 | bone helm | bhm |
@@ -1952,6 +2335,8 @@ $(document).ready(function() {
+ |
+
| Wizardspike | 1 | 55 | Bone Knife | 7dg |
@@ -1963,10 +2348,12 @@ $(document).ready(function() {
+ |
+
| Lich Dagger | 1 | 70 | bone knife | 7dg |
- 
+
@@ -1974,6 +2361,8 @@ $(document).ready(function() {
+ |
+
| Wall of the Eyeless | 1 | 20 | Bone Shield | bsh |
@@ -1985,10 +2374,12 @@ $(document).ready(function() {
+ |
+
| Doomhedge | 1 | 28 | bone shield | bsh |
- 
+
@@ -1996,6 +2387,8 @@ $(document).ready(function() {
+ |
+
| Cacophony | 1 | 24 | bone shield | bsh |
@@ -2007,6 +2400,8 @@ $(document).ready(function() {
+ |
+
| Kiss of the Vampire | 1 | 81 | bone visage | uh9 |
@@ -2018,6 +2413,8 @@ $(document).ready(function() {
+ |
+
| Giantskull | 1 | 72 | bone visage | uh9 |
@@ -2029,6 +2426,8 @@ $(document).ready(function() {
+ |
+
| Gravenspine | 1 | 20 | Bone Wand | bwn |
@@ -2040,6 +2439,8 @@ $(document).ready(function() {
+ |
+
| Skeleton's Claw | 34 | 33 | bone wand | bwn |
@@ -2051,6 +2452,8 @@ $(document).ready(function() {
+ |
+
| Child's Laughter | 1 | 26 | bone wand | bwn |
@@ -2062,6 +2465,8 @@ $(document).ready(function() {
+ |
+
| Chains of the Abyss | 1 | 68 | boneweave | uhn |
@@ -2073,6 +2478,8 @@ $(document).ready(function() {
+ |
+
| Tarrasque Hide | 1 | 86 | Boneweave | uhn |
@@ -2084,6 +2491,8 @@ $(document).ready(function() {
+ |
+
| Marrowwalk | 1 | 69 | boneweave boots | umb |
@@ -2095,10 +2504,12 @@ $(document).ready(function() {
+ |
+
| Hollowed Ground | 1 | 76 | boneweave boots | umb |
- 
+
@@ -2106,6 +2517,8 @@ $(document).ready(function() {
+ |
+
| Green God's Bracers | 1 | 25 | bracers | mgl |
@@ -2117,6 +2530,8 @@ $(document).ready(function() {
+ |
+
| Horseman's Gloves | 1 | 20 | bracers | mgl |
@@ -2128,6 +2543,8 @@ $(document).ready(function() {
+ |
+
| Chance Guards | 1 | 15 | Bracers | mgl |
@@ -2139,10 +2556,12 @@ $(document).ready(function() {
+ |
+
| Griefspawn | 1 | 57 | Bramble Mitts | ulg |
- 
+
@@ -2150,6 +2569,8 @@ $(document).ready(function() {
+ |
+
| Mephisto's Claw | 1 | 64 | bramble mitts | ulg |
@@ -2161,6 +2582,8 @@ $(document).ready(function() {
+ |
+
| Spear of Hydragoon | 27 | 25 | brandistock | brn |
@@ -2172,6 +2595,8 @@ $(document).ready(function() {
+ |
+
| Bloodthief | 1 | 14 | Brandistock | brn |
@@ -2183,6 +2608,8 @@ $(document).ready(function() {
+ |
+
| Fangtree | 1 | 17 | brandistock | brn |
@@ -2194,6 +2621,8 @@ $(document).ready(function() {
+ |
+
| Venomsward | 1 | 17 | Breast Plate | brs |
@@ -2205,10 +2634,12 @@ $(document).ready(function() {
+ |
+
| Shattering Blow | 1 | 21 | breast plate | brs |
- 
+
@@ -2216,10 +2647,12 @@ $(document).ready(function() {
+ |
+
| Breastplate of Gond | 1 | 25 | breast plate | brs |
- 
+
@@ -2227,6 +2660,8 @@ $(document).ready(function() {
+ |
+
| Goreshovel | 1 | 11 | Broad Axe | bax |
@@ -2238,6 +2673,8 @@ $(document).ready(function() {
+ |
+
| Night Hag | 24 | 23 | broad axe | bax |
@@ -2249,6 +2686,8 @@ $(document).ready(function() {
+ |
+
| Mirth Bringer | 1 | 14 | broad axe | bax |
@@ -2260,10 +2699,12 @@ $(document).ready(function() {
+ |
+
| Vanquisher | 1 | 22 | broadsword | bsd |
- 
+
@@ -2271,6 +2712,8 @@ $(document).ready(function() {
+ |
+
| Griswolds Edge | 1 | 17 | Broad Sword | bsd |
@@ -2282,10 +2725,12 @@ $(document).ready(function() {
+ |
+
| Omni-Slash | 28 | 32 | broadsword | bsd |
- 
+
@@ -2293,10 +2738,12 @@ $(document).ready(function() {
+ |
+
| Traitor's Mark | 1 | 5 | buckler | buc |
- 
+
@@ -2304,6 +2751,8 @@ $(document).ready(function() {
+ |
+
| Pelta Lunata | 1 | 2 | Buckler | buc |
@@ -2315,10 +2764,12 @@ $(document).ready(function() {
+ |
+
| Lightreaper | 1 | 8 | buckler | buc |
- 
+
@@ -2326,6 +2777,8 @@ $(document).ready(function() {
+ |
+
| Apoclypse Fire | 1 | 39 | burnt wand | 9wn |
@@ -2337,10 +2790,12 @@ $(document).ready(function() {
+ |
+
| Epoch's End | 55 | 43 | burnt wand | 9wn |
- 
+
@@ -2348,6 +2803,8 @@ $(document).ready(function() {
+ |
+
| Suicide Branch | 1 | 33 | Burnt Wand | 9wn |
@@ -2359,10 +2816,12 @@ $(document).ready(function() {
+ |
+
| Wrath of the Seraphim | 1 | 86 | caduceus | 7ws |
- 
+
@@ -2370,6 +2829,8 @@ $(document).ready(function() {
+ |
+
| Ironward | 1 | 80 | caduceus | 7ws |
@@ -2381,6 +2842,8 @@ $(document).ready(function() {
+ |
+
| Vow of Revenge | 1 | 47 | cantor trophy | ne9 |
@@ -2392,6 +2855,8 @@ $(document).ready(function() {
+ |
+
| Dreamsender | 1 | 40 | Cantor Trophy | ne9 |
@@ -2403,10 +2868,12 @@ $(document).ready(function() {
+ |
+
| Nameweaver | 1 | 8 | cap | cap |
- 
+
@@ -2414,6 +2881,8 @@ $(document).ready(function() {
+ |
+
| Trickster's Guise | 1 | 5 | cap | cap |
@@ -2425,6 +2894,8 @@ $(document).ready(function() {
+ |
+
| War Bonnet | 1 | 3 | Cap | cap |
@@ -2436,6 +2907,8 @@ $(document).ready(function() {
+ |
+
| Conqueror's Feast | 1 | 50 | carnage helm | bab |
@@ -2447,6 +2920,8 @@ $(document).ready(function() {
+ |
+
| Foul Embrace | 1 | 57 | Carnage Helm | bab |
@@ -2458,10 +2933,12 @@ $(document).ready(function() {
+ |
+
| Helm of Ra | 1 | 39 | casque | xlm |
- 
+
@@ -2469,10 +2946,12 @@ $(document).ready(function() {
+ |
+
| Stealskull | 1 | 35 | Casque | xlm |
- 
+
@@ -2480,10 +2959,12 @@ $(document).ready(function() {
+ |
+
| Troubled Thoughts | 1 | 43 | casque | xlm |
- 
+
@@ -2491,6 +2972,8 @@ $(document).ready(function() {
+ |
+
| Bow of the Dead | 1 | 40 | cedar bow | 8lb |
@@ -2502,6 +2985,8 @@ $(document).ready(function() {
+ |
+
| Fatima Ravenclaw | 55 | 49 | cedarbow | 8lb |
@@ -2513,6 +2998,8 @@ $(document).ready(function() {
+ |
+
| Kuko Shakaku | 1 | 33 | CedarBow | 8lb |
@@ -2524,6 +3011,8 @@ $(document).ready(function() {
+ |
+
| Rubydawn | 1 | 42 | cedar staff | 8cs |
@@ -2535,6 +3024,8 @@ $(document).ready(function() {
+ |
+
| Chromatic Ire | 1 | 35 | Cedar Staff | 8cs |
@@ -2546,10 +3037,12 @@ $(document).ready(function() {
+ |
+
| Staff of Valere | 55 | 56 | cedar staff | 8cs |
- 
+
@@ -2557,6 +3050,8 @@ $(document).ready(function() {
+ |
+
| Lycander's Aim | 1 | 42 | Ceremonial Bow | am7 |
@@ -2568,6 +3063,8 @@ $(document).ready(function() {
+ |
+
| The Four Winds | 1 | 50 | ceremonial bow | am7 |
@@ -2579,6 +3076,8 @@ $(document).ready(function() {
+ |
+
| Distance Strike | 55 | 60 | ceremonial bow | am7 |
@@ -2590,6 +3089,8 @@ $(document).ready(function() {
+ |
+
| Sister of the Sun | 1 | 49 | ceremonial javelin | ama |
@@ -2601,6 +3102,8 @@ $(document).ready(function() {
+ |
+
| Titan's Revenge | 1 | 42 | Ceremonial Javelin | ama |
@@ -2612,6 +3115,8 @@ $(document).ready(function() {
+ |
+
| Lady in Waiting | 55 | 65 | ceremonial javelin | ama |
@@ -2623,6 +3128,8 @@ $(document).ready(function() {
+ |
+
| Lycander's Flank | 1 | 42 | Ceremonial Pike | am9 |
@@ -2634,6 +3141,8 @@ $(document).ready(function() {
+ |
+
| Murder's Mistress | 1 | 50 | ceremonial pike | am9 |
@@ -2645,6 +3154,8 @@ $(document).ready(function() {
+ |
+
| Silverdawn | 1 | 33 | Ceremonial Spear | am8 |
@@ -2656,6 +3167,8 @@ $(document).ready(function() {
+ |
+
| Vile Temptress | 1 | 40 | ceremonial spear | am8 |
@@ -2667,6 +3180,8 @@ $(document).ready(function() {
+ |
+
| Samantha's Fist | 28 | 28 | cestus | ces |
@@ -2678,6 +3193,8 @@ $(document).ready(function() {
+ |
+
| Androsphinx | 1 | 20 | cestus | ces |
@@ -2689,6 +3206,8 @@ $(document).ready(function() {
+ |
+
| Liege Reaver | 1 | 15 | Cestus | ces |
@@ -2700,6 +3219,8 @@ $(document).ready(function() {
+ |
+
| Treads of Cthon | 1 | 15 | Chain Boots | mbt |
@@ -2711,10 +3232,12 @@ $(document).ready(function() {
+ |
+
| Pepin's Grace | 1 | 23 | chain boots | mbt |
- 
+
@@ -2722,10 +3245,12 @@ $(document).ready(function() {
+ |
+
| Bonemesh | 1 | 19 | chain boots | mbt |
- 
+
@@ -2733,6 +3258,8 @@ $(document).ready(function() {
+ |
+
| Ghosly Chainmail | 1 | 23 | chain mail | chn |
@@ -2744,6 +3271,8 @@ $(document).ready(function() {
+ |
+
| Sparking Mail | 1 | 15 | Chain Mail | chn |
@@ -2755,10 +3284,12 @@ $(document).ready(function() {
+ |
+
| Xanadu Dreams | 1 | 18 | chain mail | chn |
- 
+
@@ -2766,6 +3297,8 @@ $(document).ready(function() {
+ |
+
| Messerschmidt's Reaver | 1 | 70 | Champion Axe | 7ga |
@@ -2777,10 +3310,12 @@ $(document).ready(function() {
+ |
+
| Hero's Welcome | 1 | 79 | champion axe | 7ga |
- 
+
@@ -2788,6 +3323,8 @@ $(document).ready(function() {
+ |
+
| Doombringer | 1 | 69 | Champion Sword | 7b7 |
@@ -2799,6 +3336,8 @@ $(document).ready(function() {
+ |
+
| Deadly Hunter | 1 | 80 | champion sword | 7b7 |
@@ -2810,6 +3349,8 @@ $(document).ready(function() {
+ |
+
| Black Hades | 1 | 51 | Chaos Armor | xul |
@@ -2821,10 +3362,12 @@ $(document).ready(function() {
+ |
+
| Evening Sky | 1 | 57 | chaos armor | xul |
- 
+
@@ -2832,10 +3375,12 @@ $(document).ready(function() {
+ |
+
| Shambling Mound | 1 | 61 | chaos armor | xul |
- 
+
@@ -2843,10 +3388,12 @@ $(document).ready(function() {
+ |
+
| Remembrance of Glory | 29 | 29 | charm | cm1 |
- 
+
@@ -2854,6 +3401,8 @@ $(document).ready(function() {
+ |
+
| Nightdrifter | 6 | 6 | charm | cm3 |
@@ -2865,10 +3414,12 @@ $(document).ready(function() {
+ |
+
| Ogre King's Bowl | 60 | 60 | charm | cm1 |
- 
+
@@ -2876,6 +3427,8 @@ $(document).ready(function() {
+ |
+
| Gheed's Fortune | 45 | 45 | charm | cm3 |
@@ -2887,6 +3440,8 @@ $(document).ready(function() {
+ |
+
| Queenscall | 71 | 75 | charm | cm3 |
@@ -2898,10 +3453,12 @@ $(document).ready(function() {
+ |
+
| Argo's Anchor | 48 | 48 | charm | cm1 |
- 
+
@@ -2909,6 +3466,8 @@ $(document).ready(function() {
+ |
+
| Peacemaker | 15 | 15 | charm | cm2 |
@@ -2920,6 +3479,8 @@ $(document).ready(function() {
+ |
+
| Lifesever | 55 | 55 | charm | cm2 |
@@ -2931,10 +3492,12 @@ $(document).ready(function() {
+ |
+
| Thronegranter | 81 | 81 | charm | cm2 |
- 
+
@@ -2942,10 +3505,12 @@ $(document).ready(function() {
+ |
+
| Annihilus | 85 | 70 | charm | cm1 |
- 
+
@@ -2953,10 +3518,12 @@ $(document).ready(function() {
+ |
+
| Autumn's Avatar | 12 | 12 | charm | cm1 |
- 
+
@@ -2964,6 +3531,8 @@ $(document).ready(function() {
+ |
+
| Demon Machine | 1 | 49 | Chu-Ko-Nu | 8rx |
@@ -2975,10 +3544,12 @@ $(document).ready(function() {
+ |
+
| Ashira's Stunbeam | 55 | 61 | chu-ko-nu | 8rx |
- 
+
@@ -2986,6 +3557,8 @@ $(document).ready(function() {
+ |
+
| Widow's Refrain | 1 | 54 | chu-ko-nu | 8rx |
@@ -2997,6 +3570,8 @@ $(document).ready(function() {
+ |
+
| Halfling's Blade | 55 | 53 | cinquedeas | 9kr |
@@ -3008,6 +3583,8 @@ $(document).ready(function() {
+ |
+
| Blackbog's Sharp | 1 | 38 | Cinquedeas | 9kr |
@@ -3019,6 +3596,8 @@ $(document).ready(function() {
+ |
+
| Basalisk's Touch | 1 | 46 | cinquedeas | 9kr |
@@ -3030,6 +3609,8 @@ $(document).ready(function() {
+ |
+
| Fairweather | 1 | 32 | circlet | ci0 |
@@ -3041,10 +3622,12 @@ $(document).ready(function() {
+ |
+
| Charon's Token | 1 | 18 | Circlet | ci0 |
- 
+
@@ -3052,10 +3635,12 @@ $(document).ready(function() {
+ |
+
| Muddled Thoughts | 1 | 25 | circlet | ci0 |
- 
+
@@ -3063,6 +3648,8 @@ $(document).ready(function() {
+ |
+
| Zapcaster | 1 | 27 | clasped orb | ob4 |
@@ -3074,6 +3661,8 @@ $(document).ready(function() {
+ |
+
| Thought Splinter | 1 | 22 | Clasped Orb | ob4 |
@@ -3085,6 +3674,8 @@ $(document).ready(function() {
+ |
+
| Lynx Talon | 1 | 24 | claws | clw |
@@ -3096,6 +3687,8 @@ $(document).ready(function() {
+ |
+
| Winterquick | 1 | 19 | Claws | clw |
@@ -3107,6 +3700,8 @@ $(document).ready(function() {
+ |
+
| Frostshiver | 30 | 30 | claws | clw |
@@ -3118,6 +3713,8 @@ $(document).ready(function() {
+ |
+
| Coaldark | 1 | 20 | claymore | clm |
@@ -3129,6 +3726,8 @@ $(document).ready(function() {
+ |
+
| Soulflay | 1 | 16 | Claymore | clm |
@@ -3140,6 +3739,8 @@ $(document).ready(function() {
+ |
+
| Blink Dog | 23 | 25 | claymore | clm |
@@ -3151,10 +3752,12 @@ $(document).ready(function() {
+ |
+
| Butcher's Pupil | 1 | 39 | Cleaver | 9ax |
- 
+
@@ -3162,6 +3765,8 @@ $(document).ready(function() {
+ |
+
| Edge of Forever | 50 | 49 | cleaver | 9ax |
@@ -3173,10 +3778,12 @@ $(document).ready(function() {
+ |
+
| Slayer of Trents | 1 | 45 | cleaver | 9ax |
- 
+
@@ -3184,6 +3791,8 @@ $(document).ready(function() {
+ |
+
| Dawn Shadow | 1 | 35 | Cloudy Sphere | ob8 |
@@ -3195,6 +3804,8 @@ $(document).ready(function() {
+ |
+
| Starbreaker | 1 | 43 | cloudy sphere | ob8 |
@@ -3206,6 +3817,8 @@ $(document).ready(function() {
+ |
+
| Bramble Oak | 24 | 24 | club | clb |
@@ -3217,10 +3830,12 @@ $(document).ready(function() {
+ |
+
| Quickfeint | 1 | 7 | club | clb |
- 
+
@@ -3228,6 +3843,8 @@ $(document).ready(function() {
+ |
+
| Felloak | 1 | 3 | Club | clb |
@@ -3239,6 +3856,8 @@ $(document).ready(function() {
+ |
+
| Holy Avenger | 1 | 75 | Colossal Sword | 7fb |
@@ -3250,6 +3869,8 @@ $(document).ready(function() {
+ |
+
| The Grandfather | 1 | 81 | Colossus Blade | 7gd |
@@ -3261,6 +3882,8 @@ $(document).ready(function() {
+ |
+
| Grandmaster's Glory | 1 | 87 | colossus blade | 7gd |
@@ -3272,6 +3895,8 @@ $(document).ready(function() {
+ |
+
| Bluebeard | 1 | 79 | colossus crossbow | 6hx |
@@ -3283,6 +3908,8 @@ $(document).ready(function() {
+ |
+
| Hellrack | 1 | 69 | colossus crossbow | 6hx |
@@ -3294,6 +3921,8 @@ $(document).ready(function() {
+ |
+
| Ogre's Embrace | 1 | 80 | Colossus Girdle | uhc |
@@ -3305,6 +3934,8 @@ $(document).ready(function() {
+ |
+
| Lachdonnan's Wrap | 1 | 85 | colossus girdle | uhc |
@@ -3316,6 +3947,8 @@ $(document).ready(function() {
+ |
+
| Nightscape | 1 | 84 | colossus sword | 7fb |
@@ -3327,6 +3960,8 @@ $(document).ready(function() {
+ |
+
| Titan's Reach | 1 | 60 | colossus voulge | 7vo |
@@ -3338,6 +3973,8 @@ $(document).ready(function() {
+ |
+
| Kydra's Judgement | 1 | 70 | Colossus Voulge | 7vo |
@@ -3349,6 +3986,8 @@ $(document).ready(function() {
+ |
+
| Warpwind | 1 | 21 | composite bow | cbw |
@@ -3360,6 +3999,8 @@ $(document).ready(function() {
+ |
+
| Piercerib | 1 | 16 | Composite Bow | cbw |
@@ -3371,10 +4012,12 @@ $(document).ready(function() {
+ |
+
| Silver Oak Bow | 27 | 28 | composite bow | cbw |
- 
+
@@ -3382,6 +4025,8 @@ $(document).ready(function() {
+ |
+
| Halaberd's Reign | 1 | 77 | conqueror crown | bae |
@@ -3393,6 +4038,8 @@ $(document).ready(function() {
+ |
+
| Insight of the Ancients | 1 | 82 | conqueror helm | bae |
@@ -3404,10 +4051,12 @@ $(document).ready(function() {
+ |
+
| King's Bounty | 1 | 79 | Conquest Sword | 7bs |
- 
+
@@ -3415,10 +4064,12 @@ $(document).ready(function() {
+ |
+
| Deathfriend | 1 | 70 | conquest sword | 7bs |
- 
+
@@ -3426,6 +4077,8 @@ $(document).ready(function() {
+ |
+
| Crown of Ages | 1 | 78 | corona | urn |
@@ -3437,6 +4090,8 @@ $(document).ready(function() {
+ |
+
| King Conan's Rule | 1 | 84 | corona | urn |
@@ -3448,6 +4103,8 @@ $(document).ready(function() {
+ |
+
| Gainsayer | 1 | 54 | coronet | ci1 |
@@ -3459,10 +4116,12 @@ $(document).ready(function() {
+ |
+
| Sorcerer's Cache | 1 | 39 | Coronet | ci1 |
- 
+
@@ -3470,6 +4129,8 @@ $(document).ready(function() {
+ |
+
| Threatspeaker | 1 | 47 | coronet | ci1 |
@@ -3481,6 +4142,8 @@ $(document).ready(function() {
+ |
+
| Janglebright | 1 | 18 | crossbow | mxb |
@@ -3492,6 +4155,8 @@ $(document).ready(function() {
+ |
+
| Ichorsting | 1 | 14 | Crossbow | mxb |
@@ -3503,10 +4168,12 @@ $(document).ready(function() {
+ |
+
| Piercing Bolt | 28 | 28 | crossbow | mxb |
- 
+
@@ -3514,6 +4181,8 @@ $(document).ready(function() {
+ |
+
| Cornugon | 1 | 53 | crowbill | 9mp |
@@ -3525,6 +4194,8 @@ $(document).ready(function() {
+ |
+
| Pompe's Wrath | 1 | 45 | Crowbill | 9mp |
@@ -3536,6 +4207,8 @@ $(document).ready(function() {
+ |
+
| Groundshatter | 55 | 60 | crowbill | 9mp |
@@ -3547,6 +4220,8 @@ $(document).ready(function() {
+ |
+
| Gaiden's Loss | 1 | 30 | crown | crn |
@@ -3558,6 +4233,8 @@ $(document).ready(function() {
+ |
+
| Undead Crown | 1 | 27 | Crown | crn |
@@ -3569,6 +4246,8 @@ $(document).ready(function() {
+ |
+
| Crown of Thorns | 1 | 32 | crown | crn |
@@ -3580,6 +4259,8 @@ $(document).ready(function() {
+ |
+
| King's Guard | 1 | 25 | crown shield | pa5 |
@@ -3591,6 +4272,8 @@ $(document).ready(function() {
+ |
+
| Devourer of Worlds | 1 | 32 | Crown Shield | pa5 |
@@ -3602,6 +4285,8 @@ $(document).ready(function() {
+ |
+
| Elflord's Victory | 1 | 79 | crusader bow | 6l7 |
@@ -3613,6 +4298,8 @@ $(document).ready(function() {
+ |
+
| Eaglehorn | 1 | 69 | Crusader Bow | 6l7 |
@@ -3624,10 +4311,12 @@ $(document).ready(function() {
+ |
+
| Hellhunger | 1 | 78 | Crusader Gauntlets | utg |
- 
+
@@ -3635,10 +4324,12 @@ $(document).ready(function() {
+ |
+
| Paladin's Quest | 1 | 84 | crusader gauntlets | utg |
- 
+
@@ -3646,6 +4337,8 @@ $(document).ready(function() {
+ |
+
| Tomb Reaver | 1 | 74 | cryptic axe | 7pa |
@@ -3657,6 +4350,8 @@ $(document).ready(function() {
+ |
+
| Gatecleaver | 1 | 79 | cryptic axe | 7pa |
@@ -3668,6 +4363,8 @@ $(document).ready(function() {
+ |
+
| Rhinoceros Strength | 1 | 83 | cryptic sword | 7ls |
@@ -3679,10 +4376,12 @@ $(document).ready(function() {
+ |
+
| Frostwind | 1 | 75 | cryptic sword | 7ls |
- 
+
@@ -3690,6 +4389,8 @@ $(document).ready(function() {
+ |
+
| Murdering Shard | 1 | 33 | Crystalline Globe | ob7 |
@@ -3701,6 +4402,8 @@ $(document).ready(function() {
+ |
+
| Drehya's Globe | 1 | 40 | crystalline globe | ob7 |
@@ -3712,6 +4415,8 @@ $(document).ready(function() {
+ |
+
| Quartz Star | 27 | 31 | crystal sword | crs |
@@ -3723,6 +4428,8 @@ $(document).ready(function() {
+ |
+
| Azurewrath1 | 1 | 13 | Crystal Sword | crs |
@@ -3734,6 +4441,8 @@ $(document).ready(function() {
+ |
+
| Irksome Edge | 1 | 17 | crystal sword | crs |
@@ -3745,6 +4454,8 @@ $(document).ready(function() {
+ |
+
| Dark Clan Crusher | 1 | 34 | Cudgel | 9cl |
@@ -3756,6 +4467,8 @@ $(document).ready(function() {
+ |
+
| Dawn of Skeon | 55 | 55 | cudgel | 9cl |
@@ -3767,6 +4480,8 @@ $(document).ready(function() {
+ |
+
| Gladiator's Strike | 1 | 40 | cudgel | 9cl |
@@ -3778,10 +4493,12 @@ $(document).ready(function() {
+ |
+
| Mother's Milk | 1 | 51 | cuirass | xrs |
- 
+
@@ -3789,10 +4506,12 @@ $(document).ready(function() {
+ |
+
| Tesla's Cuirass | 1 | 47 | cuirass | xrs |
- 
+
@@ -3800,6 +4519,8 @@ $(document).ready(function() {
+ |
+
| Duriel's Shell | 1 | 41 | Cuirass | xrs |
@@ -3811,6 +4532,8 @@ $(document).ready(function() {
+ |
+
| Darkkon | 55 | 41 | cutlass | 9sm |
@@ -3822,6 +4545,8 @@ $(document).ready(function() {
+ |
+
| Coldsteel Eye | 1 | 31 | Cutlass | 9sm |
@@ -3833,10 +4558,12 @@ $(document).ready(function() {
+ |
+
| Deathfoe | 1 | 36 | cutlass | 9sm |
- 
+
@@ -3844,6 +4571,8 @@ $(document).ready(function() {
+ |
+
| Sudden Epiphany | 1 | 46 | dacian falx | 9cm |
@@ -3855,6 +4584,8 @@ $(document).ready(function() {
+ |
+
| Bing Sz Wang | 1 | 39 | Dacian Falx | 9cm |
@@ -3866,6 +4597,8 @@ $(document).ready(function() {
+ |
+
| Shirotachi | 55 | 52 | dacian falx | 9cm |
@@ -3877,6 +4610,8 @@ $(document).ready(function() {
+ |
+
| Gull | 1 | 4 | Dagger | dgr |
@@ -3888,6 +4623,8 @@ $(document).ready(function() {
+ |
+
| Darkflayer | 1 | 6 | dagger | dgr |
@@ -3899,6 +4636,8 @@ $(document).ready(function() {
+ |
+
| Vampire's Fang | 19 | 20 | dagger | dgr |
@@ -3910,10 +4649,12 @@ $(document).ready(function() {
+ |
+
| Blackhorn's Face | 1 | 41 | Death Mask | xsk |
- 
+
@@ -3921,10 +4662,12 @@ $(document).ready(function() {
+ |
+
| Archnemesis | 1 | 48 | death mask | xsk |
- 
+
@@ -3932,10 +4675,12 @@ $(document).ready(function() {
+ |
+
| Wraithshadow | 1 | 44 | death mask | xsk |
- 
+
@@ -3943,6 +4688,8 @@ $(document).ready(function() {
+ |
+
| Hellslayer | 1 | 66 | Decapitator | 7bt |
@@ -3954,10 +4701,12 @@ $(document).ready(function() {
+ |
+
| Dyer's Eve | 1 | 73 | decapitator | 7bt |
- 
+
@@ -3965,10 +4714,12 @@ $(document).ready(function() {
+ |
+
| Yemista's Defender | 1 | 37 | defender | xuc |
- 
+
@@ -3976,10 +4727,12 @@ $(document).ready(function() {
+ |
+
| Visceratuant | 1 | 28 | Defender | xuc |
- 
+
@@ -3987,6 +4740,8 @@ $(document).ready(function() {
+ |
+
| Mongolian Trust | 1 | 34 | defender | xuc |
@@ -3998,10 +4753,12 @@ $(document).ready(function() {
+ |
+
| Thor's Bolt | 1 | 85 | demon crossbow | 6rx |
- 
+
@@ -4009,6 +4766,8 @@ $(document).ready(function() {
+ |
+
| Gutsiphon | 1 | 71 | demon crossbow | 6rx |
@@ -4020,10 +4779,12 @@ $(document).ready(function() {
+ |
+
| Lolith's Crest | 1 | 77 | demonhead | usk |
- 
+
@@ -4031,6 +4792,8 @@ $(document).ready(function() {
+ |
+
| Chiaroscuro Visage | 1 | 26 | Demon Head | ne5 |
@@ -4042,6 +4805,8 @@ $(document).ready(function() {
+ |
+
| Andariel's Visage | 1 | 72 | demonhead | usk |
@@ -4053,6 +4818,8 @@ $(document).ready(function() {
+ |
+
| Undead Beholder | 1 | 30 | demon head | ne5 |
@@ -4064,6 +4831,8 @@ $(document).ready(function() {
+ |
+
| Soul Of The Tanar'Ri | 1 | 68 | Demon Heart | obd |
@@ -4075,6 +4844,8 @@ $(document).ready(function() {
+ |
+
| Star of David | 1 | 72 | demon heart | obd |
@@ -4086,10 +4857,12 @@ $(document).ready(function() {
+ |
+
| Skin of the Flayerd One | 1 | 31 | Demonhide Armor | xla |
- 
+
@@ -4097,10 +4870,12 @@ $(document).ready(function() {
+ |
+
| The Defiler's Flesh | 1 | 36 | demonhide armor | xla |
- 
+
@@ -4108,6 +4883,8 @@ $(document).ready(function() {
+ |
+
| Torn Flesh of Souls | 1 | 43 | demonhide armor | xla |
@@ -4119,10 +4896,12 @@ $(document).ready(function() {
+ |
+
| Hooves of Satan | 1 | 40 | demonhide boots | xlb |
- 
+
@@ -4130,6 +4909,8 @@ $(document).ready(function() {
+ |
+
| Infernostride | 1 | 29 | Demonhide Boots | xlb |
@@ -4141,10 +4922,12 @@ $(document).ready(function() {
+ |
+
| Deepwander | 1 | 35 | demonhide boots | xlb |
- 
+
@@ -4152,10 +4935,12 @@ $(document).ready(function() {
+ |
+
| Devil's Invocation | 1 | 37 | demonhide gloves | xlg |
- 
+
@@ -4163,6 +4948,8 @@ $(document).ready(function() {
+ |
+
| Venom Grip | 1 | 29 | Demonhide Gloves | xlg |
@@ -4174,10 +4961,12 @@ $(document).ready(function() {
+ |
+
| Marauder's Claw | 1 | 34 | demonhide gloves | xlg |
- 
+
@@ -4185,10 +4974,12 @@ $(document).ready(function() {
+ |
+
| Xenophobe | 1 | 36 | demonhide sash | zlb |
- 
+
@@ -4196,6 +4987,8 @@ $(document).ready(function() {
+ |
+
| String of Ears | 1 | 30 | Demonhide Sash | zlb |
@@ -4207,10 +5000,12 @@ $(document).ready(function() {
+ |
+
| Warriv's Coin | 1 | 39 | demonhide sash | zlb |
- 
+
@@ -4218,6 +5013,8 @@ $(document).ready(function() {
+ |
+
| Wasteland Visage | 1 | 74 | destroyer helm | bad |
@@ -4229,6 +5026,8 @@ $(document).ready(function() {
+ |
+
| Demonhorn's Edge | 1 | 70 | destroyer helm | bad |
@@ -4240,6 +5039,8 @@ $(document).ready(function() {
+ |
+
| Baranar's Star | 1 | 65 | Devil Star | 7mt |
@@ -4251,10 +5052,12 @@ $(document).ready(function() {
+ |
+
| Soulgatherer | 1 | 77 | devil star | 7mt |
- 
+
@@ -4262,10 +5065,12 @@ $(document).ready(function() {
+ |
+
| Royal Circlet | 1 | 83 | diadam | ci3 |
- 
+
@@ -4273,6 +5078,8 @@ $(document).ready(function() {
+ |
+
| Blindsight | 1 | 86 | diadam | ci3 |
@@ -4284,6 +5091,8 @@ $(document).ready(function() {
+ |
+
| Griffon's Eye | 1 | 76 | diadem | ci3 |
@@ -4295,6 +5104,8 @@ $(document).ready(function() {
+ |
+
| Celestial Strike | 1 | 67 | Diamond Bow | 6s7 |
@@ -4306,6 +5117,8 @@ $(document).ready(function() {
+ |
+
| Nine Lives Stealer | 1 | 77 | diamond bow | 6s7 |
@@ -4317,10 +5130,12 @@ $(document).ready(function() {
+ |
+
| Adamantine Links | 1 | 73 | diamond mail | ung |
- 
+
@@ -4328,10 +5143,12 @@ $(document).ready(function() {
+ |
+
| Feathering Mithril | 1 | 65 | Diamond Mail | ung |
- 
+
@@ -4339,6 +5156,8 @@ $(document).ready(function() {
+ |
+
| Pseudodragon | 55 | 47 | dimensional blade | 9cr |
@@ -4350,6 +5169,8 @@ $(document).ready(function() {
+ |
+
| Ginther's Rift | 1 | 37 | Dimensional Blade | 9cr |
@@ -4361,6 +5182,8 @@ $(document).ready(function() {
+ |
+
| Serpent's Sharp | 1 | 42 | dimensional blade | 9cr |
@@ -4372,6 +5195,8 @@ $(document).ready(function() {
+ |
+
| Oracle's Riddle | 1 | 84 | dimensional shard | obf |
@@ -4383,6 +5208,8 @@ $(document).ready(function() {
+ |
+
| Fathom | 1 | 79 | dimensional shard | obf |
@@ -4394,6 +5221,8 @@ $(document).ready(function() {
+ |
+
| The Diggler | 1 | 11 | Dirk | dir |
@@ -4405,6 +5234,8 @@ $(document).ready(function() {
+ |
+
| Prisoner's Anguish | 1 | 14 | dirk | dir |
@@ -4416,6 +5247,8 @@ $(document).ready(function() {
+ |
+
| Gornnagal's Dirk | 23 | 25 | dirk | dir |
@@ -4427,6 +5260,8 @@ $(document).ready(function() {
+ |
+
| Hand of Blessed Light | 1 | 42 | Divine Scepter | 9ws |
@@ -4438,10 +5273,12 @@ $(document).ready(function() {
+ |
+
| Lord of Riddles | 1 | 54 | divine scepter | 9ws |
- 
+
@@ -4449,10 +5286,12 @@ $(document).ready(function() {
+ |
+
| Celestial Knight | 55 | 62 | divine scepter | 9ws |
- 
+
@@ -4460,10 +5299,12 @@ $(document).ready(function() {
+ |
+
| Lungreaver | 1 | 14 | double axe | 2ax |
- 
+
@@ -4471,10 +5312,12 @@ $(document).ready(function() {
+ |
+
| Longsuffering | 25 | 25 | double axe | 2ax |
- 
+
@@ -4482,6 +5325,8 @@ $(document).ready(function() {
+ |
+
| Bladebone | 1 | 11 | Double Axe | 2ax |
@@ -4493,6 +5338,8 @@ $(document).ready(function() {
+ |
+
| Ranger's Path | 1 | 42 | double bow | 8cb |
@@ -4504,6 +5351,8 @@ $(document).ready(function() {
+ |
+
| Endlesshail | 1 | 36 | Double Bow | 8cb |
@@ -4515,10 +5364,12 @@ $(document).ready(function() {
+ |
+
| Larissa's Aim | 55 | 51 | double bow | 8cb |
- 
+
@@ -4526,10 +5377,12 @@ $(document).ready(function() {
+ |
+
| Wishgranter | 1 | 44 | dragon shield | xit |
- 
+
@@ -4537,6 +5390,8 @@ $(document).ready(function() {
+ |
+
| Tiamat's Rebuke | 1 | 38 | Dragon Shield | xit |
@@ -4548,10 +5403,12 @@ $(document).ready(function() {
+ |
+
| Under Dragon's Wing | 1 | 48 | dragon shield | xit |
- 
+
@@ -4559,6 +5416,8 @@ $(document).ready(function() {
+ |
+
| Eternity Cable | 1 | 32 | Dragon Stone | ob5 |
@@ -4570,6 +5429,8 @@ $(document).ready(function() {
+ |
+
| Unseeing Eye | 1 | 26 | dragon stone | ob5 |
@@ -4581,10 +5442,12 @@ $(document).ready(function() {
+ |
+
| Call of the Kindred | 1 | 86 | dream spirit | drf |
- 
+
@@ -4592,6 +5455,8 @@ $(document).ready(function() {
+ |
+
| Stone Feather | 1 | 80 | Dream Spirit | drf |
@@ -4603,10 +5468,12 @@ $(document).ready(function() {
+ |
+
| Blanket of Stars | 1 | 65 | dusk shroud | uui |
- 
+
@@ -4614,10 +5481,12 @@ $(document).ready(function() {
+ |
+
| Ormus' Robes | 1 | 55 | dusk shroud | uui |
- 
+
@@ -4625,6 +5494,8 @@ $(document).ready(function() {
+ |
+
| Sparrow's Trill | 1 | 6 | Eagle Orb | ob1 |
@@ -4636,6 +5507,8 @@ $(document).ready(function() {
+ |
+
| Queasespreader | 1 | 11 | eagle orb | ob1 |
@@ -4647,6 +5520,8 @@ $(document).ready(function() {
+ |
+
| Spiritkeeper | 1 | 67 | earth spirit | drd |
@@ -4658,6 +5533,8 @@ $(document).ready(function() {
+ |
+
| Spirit of the Land | 1 | 72 | earth spirit | drd |
@@ -4669,10 +5546,12 @@ $(document).ready(function() {
+ |
+
| Teldicia's Sting | 55 | 44 | edge bow | 8sb |
- 
+
@@ -4680,6 +5559,8 @@ $(document).ready(function() {
+ |
+
| Skystrike | 1 | 29 | Edge Bow | 8sb |
@@ -4691,6 +5572,8 @@ $(document).ready(function() {
+ |
+
| Dead to the World | 1 | 35 | edge bow | 8sb |
@@ -4702,6 +5585,8 @@ $(document).ready(function() {
+ |
+
| Light of Ra | 1 | 73 | elder staff | 6cs |
@@ -4713,6 +5598,8 @@ $(document).ready(function() {
+ |
+
| Ondal's Wisdom | 1 | 66 | elder staff | 6cs |
@@ -4724,6 +5611,8 @@ $(document).ready(function() {
+ |
+
| Utterance of Power | 1 | 65 | eldritch orb | obc |
@@ -4735,6 +5624,8 @@ $(document).ready(function() {
+ |
+
| Eschuta's temper | 1 | 58 | eldritch orb | obc |
@@ -4746,10 +5637,12 @@ $(document).ready(function() {
+ |
+
| Wight's Touch | 1 | 69 | elegant blade | 7sb |
- 
+
@@ -4757,6 +5650,8 @@ $(document).ready(function() {
+ |
+
| Bloodmoon | 1 | 56 | elegant blade | 7sb |
@@ -4768,6 +5663,8 @@ $(document).ready(function() {
+ |
+
| Nightcrawler | 1 | 56 | embossed plate | xth |
@@ -4779,10 +5676,12 @@ $(document).ready(function() {
+ |
+
| Royal Plate | 1 | 60 | embossed plate | xth |
- 
+
@@ -4790,6 +5689,8 @@ $(document).ready(function() {
+ |
+
| Atma's Wail | 1 | 50 | Embossed Plate | xth |
@@ -4801,6 +5702,8 @@ $(document).ready(function() {
+ |
+
| Sweet Agony | 1 | 38 | espadon | 92h |
@@ -4812,6 +5715,8 @@ $(document).ready(function() {
+ |
+
| Celestial Tiger | 55 | 48 | espadon | 92h |
@@ -4823,6 +5728,8 @@ $(document).ready(function() {
+ |
+
| Crainte Vomir | 1 | 33 | Espadon | 92h |
@@ -4834,10 +5741,12 @@ $(document).ready(function() {
+ |
+
| Beholder | 75 | 75 | ettin axe | 72a |
- 
+
@@ -4845,6 +5754,8 @@ $(document).ready(function() {
+ |
+
| Runemaster | 1 | 69 | Ettin Axe | 72a |
@@ -4856,6 +5767,8 @@ $(document).ready(function() {
+ |
+
| Thundercall | 55 | 65 | executioner sword | 9gd |
@@ -4867,6 +5780,8 @@ $(document).ready(function() {
+ |
+
| Swordguard | 1 | 48 | Executioner Sword | 9gd |
@@ -4878,6 +5793,8 @@ $(document).ready(function() {
+ |
+
| The Quick and the Dead | 1 | 56 | executioner sword | 9gd |
@@ -4889,6 +5806,8 @@ $(document).ready(function() {
+ |
+
| Celestial Lion | 1 | 60 | falcata | 7ss |
@@ -4900,10 +5819,12 @@ $(document).ready(function() {
+ |
+
| Rabbit Slayer | 1 | 49 | Falcata | 7ss |
- 
+
@@ -4911,6 +5832,8 @@ $(document).ready(function() {
+ |
+
| Gleamscythe | 1 | 10 | Falchion | flc |
@@ -4922,6 +5845,8 @@ $(document).ready(function() {
+ |
+
| Eye of Heaven | 1 | 19 | Falcon Mask | dr4 |
@@ -4933,6 +5858,8 @@ $(document).ready(function() {
+ |
+
| Voltar's Feather | 1 | 24 | falcon mask | dr4 |
@@ -4944,10 +5871,12 @@ $(document).ready(function() {
+ |
+
| Qikadar's Laughter | 26 | 30 | falshion | flc |
- 
+
@@ -4955,6 +5884,8 @@ $(document).ready(function() {
+ |
+
| Fiendslayer | 1 | 13 | falshion | flc |
@@ -4966,6 +5897,8 @@ $(document).ready(function() {
+ |
+
| Pitykiller | 1 | 11 | fanged helm | ba2 |
@@ -4977,6 +5910,8 @@ $(document).ready(function() {
+ |
+
| Darkhunger | 1 | 18 | Fanged Helm | ba2 |
@@ -4988,6 +5923,8 @@ $(document).ready(function() {
+ |
+
| Fleshripper | 1 | 68 | fanged knife | 7kr |
@@ -4999,6 +5936,8 @@ $(document).ready(function() {
+ |
+
| Chaos Wail | 1 | 80 | fanged knife | 7kr |
@@ -5010,6 +5949,8 @@ $(document).ready(function() {
+ |
+
| Scarab Cleaver | 1 | 36 | Fascia | 9xf |
@@ -5021,6 +5962,8 @@ $(document).ready(function() {
+ |
+
| Heat of Summer | 1 | 43 | fascia | 9xf |
@@ -5032,6 +5975,8 @@ $(document).ready(function() {
+ |
+
| Razor Knuckle | 55 | 60 | fascia | 9xf |
@@ -5043,6 +5988,8 @@ $(document).ready(function() {
+ |
+
| Woodland Beast | 1 | 53 | feral axe | 7la |
@@ -5054,6 +6001,8 @@ $(document).ready(function() {
+ |
+
| Werewolf Slayer | 1 | 65 | Feral Axe | 7la |
@@ -5065,6 +6014,8 @@ $(document).ready(function() {
+ |
+
| Firelizard's Talons | 1 | 75 | feral claws | 7lw |
@@ -5076,6 +6027,8 @@ $(document).ready(function() {
+ |
+
| Death Slaad1 | 1 | 82 | feral claws | 7lw |
@@ -5087,6 +6040,8 @@ $(document).ready(function() {
+ |
+
| Carrion Comfort | 1 | 33 | Fetish Trophy | ne7 |
@@ -5098,6 +6053,8 @@ $(document).ready(function() {
+ |
+
| Mystery of Life | 1 | 39 | fetish trophy | ne7 |
@@ -5109,10 +6066,12 @@ $(document).ready(function() {
+ |
+
| Ion Storm | 1 | 26 | field plate | fld |
- 
+
@@ -5120,6 +6079,8 @@ $(document).ready(function() {
+ |
+
| Dreamscape | 1 | 29 | field plate | fld |
@@ -5131,6 +6092,8 @@ $(document).ready(function() {
+ |
+
| Rockfleece | 1 | 22 | Field Plate | fld |
@@ -5142,6 +6105,8 @@ $(document).ready(function() {
+ |
+
| The Generals Tan Do Li Ga | 1 | 21 | Flail | fla |
@@ -5153,6 +6118,8 @@ $(document).ready(function() {
+ |
+
| SuperKhalimFlail | 1 | 0 | Flail | qf2 |
@@ -5164,6 +6131,8 @@ $(document).ready(function() {
+ |
+
| Quickening | 1 | 29 | flail | fla |
@@ -5175,6 +6144,8 @@ $(document).ready(function() {
+ |
+
| KhalimFlail | 1 | 0 | Flail | qf1 |
@@ -5186,10 +6157,12 @@ $(document).ready(function() {
+ |
+
| Lashfire | 32 | 34 | flail | fla |
- 
+
@@ -5197,10 +6170,12 @@ $(document).ready(function() {
+ |
+
| Ripsaw | 1 | 26 | Flamberge | flb |
- 
+
@@ -5208,6 +6183,8 @@ $(document).ready(function() {
+ |
+
| Gharbad's Cry | 32 | 36 | flamberge | flb |
@@ -5219,10 +6196,12 @@ $(document).ready(function() {
+ |
+
| Warrior's Challenge | 1 | 29 | flamberge | flb |
- 
+
@@ -5230,10 +6209,12 @@ $(document).ready(function() {
+ |
+
| Cat Tail | 55 | 55 | flanged mace | 9ma |
- 
+
@@ -5241,6 +6222,8 @@ $(document).ready(function() {
+ |
+
| Sureshrill Frost | 1 | 39 | Flanged Mace | 9ma |
@@ -5252,10 +6235,12 @@ $(document).ready(function() {
+ |
+
| Demise of the Weak | 1 | 45 | flanged mace | 9ma |
- 
+
@@ -5263,6 +6248,8 @@ $(document).ready(function() {
+ |
+
| Winged Serpent | 1 | 77 | flying axe | 7ta |
@@ -5274,6 +6261,8 @@ $(document).ready(function() {
+ |
+
| Gimmershred | 1 | 69 | flying axe | 7ta |
@@ -5285,6 +6274,8 @@ $(document).ready(function() {
+ |
+
| Fallen Glory | 1 | 71 | flying knife | 7tk |
@@ -5296,6 +6287,8 @@ $(document).ready(function() {
+ |
+
| Shard of the North Star | 1 | 64 | Flying Knife | 7tk |
@@ -5307,6 +6300,8 @@ $(document).ready(function() {
+ |
+
| Despicable Behavior | 1 | 43 | francisca | 9ta |
@@ -5318,6 +6313,8 @@ $(document).ready(function() {
+ |
+
| The Scalper | 1 | 36 | Francisca | 9ta |
@@ -5329,6 +6326,8 @@ $(document).ready(function() {
+ |
+
| Banshee's Cry | 55 | 50 | francisca | 9ta |
@@ -5340,10 +6339,12 @@ $(document).ready(function() {
+ |
+
| Harpy's Call | 1 | 23 | full helm | fhl |
- 
+
@@ -5351,10 +6352,12 @@ $(document).ready(function() {
+ |
+
| Equinox Visor | 1 | 20 | full helm | fhl |
- 
+
@@ -5362,10 +6365,12 @@ $(document).ready(function() {
+ |
+
| Duskdeep | 1 | 17 | Full Helm | fhl |
- 
+
@@ -5373,6 +6378,8 @@ $(document).ready(function() {
+ |
+
| Halcyon Shroud | 1 | 28 | full plate mail | ful |
@@ -5384,10 +6391,12 @@ $(document).ready(function() {
+ |
+
| Kaz's Battle Armor | 1 | 32 | full plate mail | ful |
- 
+
@@ -5395,6 +6404,8 @@ $(document).ready(function() {
+ |
+
| Goldskin | 1 | 25 | Full Plate Mail | ful |
@@ -5406,10 +6417,12 @@ $(document).ready(function() {
+ |
+
| Death Knight's Mask | 1 | 66 | fury visor | bac |
- 
+
@@ -5417,6 +6430,8 @@ $(document).ready(function() {
+ |
+
| Wolfhowl | 1 | 60 | fury visor | bac |
@@ -5428,6 +6443,8 @@ $(document).ready(function() {
+ |
+
| Flametongue | 55 | 46 | fuscina | 9tr |
@@ -5439,6 +6456,8 @@ $(document).ready(function() {
+ |
+
| Kelpie Snare | 1 | 34 | Fuscina | 9tr |
@@ -5450,6 +6469,8 @@ $(document).ready(function() {
+ |
+
| Frostband | 1 | 39 | fuscina | 9tr |
@@ -5461,10 +6482,12 @@ $(document).ready(function() {
+ |
+
| Sinister Smile | 1 | 20 | Gargoyle Head | ne4 |
- 
+
@@ -5472,6 +6495,8 @@ $(document).ready(function() {
+ |
+
| Steel Weevil | 1 | 24 | gargoyle head | ne4 |
@@ -5483,10 +6508,12 @@ $(document).ready(function() {
+ |
+
| Viridian Gloves | 1 | 33 | gauntlets | hgl |
- 
+
@@ -5494,6 +6521,8 @@ $(document).ready(function() {
+ |
+
| Frostburn | 1 | 28 | Gauntlets | hgl |
@@ -5505,6 +6534,8 @@ $(document).ready(function() {
+ |
+
| Firesign | 1 | 31 | gauntlets | hgl |
@@ -5516,10 +6547,12 @@ $(document).ready(function() {
+ |
+
| Rainbow Cloak | 1 | 32 | ghost armor | xui |
- 
+
@@ -5527,10 +6560,12 @@ $(document).ready(function() {
+ |
+
| Gillian's Brazier | 1 | 41 | ghost armor | xui |
- 
+
@@ -5538,10 +6573,12 @@ $(document).ready(function() {
+ |
+
| The Spirit Shroud | 1 | 28 | Ghost Armor | xui |
- 
+
@@ -5549,6 +6586,8 @@ $(document).ready(function() {
+ |
+
| Wraithflight | 1 | 70 | ghost glaive | 7gl |
@@ -5560,6 +6599,8 @@ $(document).ready(function() {
+ |
+
| Invisible Stalker | 1 | 81 | ghost glaive | 7gl |
@@ -5571,6 +6612,8 @@ $(document).ready(function() {
+ |
+
| Spirit Light | 1 | 72 | Ghost Spear | 7st |
@@ -5582,6 +6625,8 @@ $(document).ready(function() {
+ |
+
| Spirit of Lachdonan | 1 | 79 | ghost spear | 7st |
@@ -5593,6 +6638,8 @@ $(document).ready(function() {
+ |
+
| Specral Immage | 1 | 61 | Ghost Wand | 7yw |
@@ -5604,6 +6651,8 @@ $(document).ready(function() {
+ |
+
| Chorus of the Cursed | 1 | 73 | ghost wand | 7yw |
@@ -5615,6 +6664,8 @@ $(document).ready(function() {
+ |
+
| The Humongous | 1 | 29 | Giant Axe | gix |
@@ -5626,6 +6677,8 @@ $(document).ready(function() {
+ |
+
| Taskmaster's Curse | 31 | 37 | giant axe | gix |
@@ -5637,10 +6690,12 @@ $(document).ready(function() {
+ |
+
| Curseweaver | 1 | 32 | giant axe | gix |
- 
+
@@ -5648,10 +6703,12 @@ $(document).ready(function() {
+ |
+
| Conch of Dismay | 1 | 74 | giant conch | uhl |
- 
+
@@ -5659,10 +6716,12 @@ $(document).ready(function() {
+ |
+
| Judas Kiss | 1 | 66 | Giant Conch | uhl |
- 
+
@@ -5670,6 +6729,8 @@ $(document).ready(function() {
+ |
+
| Kinemils Awl | 1 | 21 | Giant Sword | gis |
@@ -5681,10 +6742,12 @@ $(document).ready(function() {
+ |
+
| Ettercap | 27 | 29 | giant sword | gis |
- 
+
@@ -5692,6 +6755,8 @@ $(document).ready(function() {
+ |
+
| Hellmessenger | 1 | 24 | giant sword | gis |
@@ -5703,6 +6768,8 @@ $(document).ready(function() {
+ |
+
| Kraken's Backlash | 1 | 12 | giant thresher | 7wc |
@@ -5714,6 +6781,8 @@ $(document).ready(function() {
+ |
+
| Stormspire | 1 | 81 | Giant Thresher | 7wc |
@@ -5725,10 +6794,12 @@ $(document).ready(function() {
+ |
+
| Leash of Cerebus | 1 | 30 | girdle | hbl |
- 
+
@@ -5736,6 +6807,8 @@ $(document).ready(function() {
+ |
+
| Pandemonium | 1 | 32 | girdle | hbl |
@@ -5747,6 +6820,8 @@ $(document).ready(function() {
+ |
+
| Bladebuckle | 1 | 28 | Girdle | hbl |
@@ -5758,10 +6833,12 @@ $(document).ready(function() {
+ |
+
| Cursebreaker | 1 | 34 | gladius | 9ss |
- 
+
@@ -5769,6 +6846,8 @@ $(document).ready(function() {
+ |
+
| Bridge of Pain | 55 | 39 | gladius | 9ss |
@@ -5780,6 +6859,8 @@ $(document).ready(function() {
+ |
+
| Bloodletter | 1 | 30 | Gladius | 9ss |
@@ -5791,6 +6872,8 @@ $(document).ready(function() {
+ |
+
| Sting of Humiliation | 1 | 28 | glaive | glv |
@@ -5802,6 +6885,8 @@ $(document).ready(function() {
+ |
+
| Mind Creche | 1 | 24 | Glaive | glv |
@@ -5813,6 +6898,8 @@ $(document).ready(function() {
+ |
+
| Cadin'Sor | 28 | 33 | glaive | glv |
@@ -5824,6 +6911,8 @@ $(document).ready(function() {
+ |
+
| Executioner's Justice | 1 | 75 | glorious axe | 7gi |
@@ -5835,6 +6924,8 @@ $(document).ready(function() {
+ |
+
| Nameless Horror | 1 | 84 | glorious axe | 7gi |
@@ -5846,10 +6937,12 @@ $(document).ready(function() {
+ |
+
| Blisterpain | 1 | 11 | gloves | lgl |
- 
+
@@ -5857,6 +6950,8 @@ $(document).ready(function() {
+ |
+
| The Hand of Broc | 1 | 4 | Gloves | lgl |
@@ -5868,10 +6963,12 @@ $(document).ready(function() {
+ |
+
| Goblin Touch | 1 | 8 | gloves | lgl |
- 
+
@@ -5879,6 +6976,8 @@ $(document).ready(function() {
+ |
+
| Terminus Rod | 1 | 36 | glowing orb | ob6 |
@@ -5890,6 +6989,8 @@ $(document).ready(function() {
+ |
+
| Dreamsplitter | 1 | 29 | Glowing Orb | ob6 |
@@ -5901,10 +7002,12 @@ $(document).ready(function() {
+ |
+
| Sage's Retort | 1 | 17 | gnarled staff | cst |
- 
+
@@ -5912,6 +7015,8 @@ $(document).ready(function() {
+ |
+
| Lazarus Spire | 1 | 13 | Gnarled Staff | cst |
@@ -5923,6 +7028,8 @@ $(document).ready(function() {
+ |
+
| Wizard's Rule | 30 | 32 | gnarled staff | cst |
@@ -5934,10 +7041,12 @@ $(document).ready(function() {
+ |
+
| Wightslayer | 1 | 74 | gorgon crossbow | 6mx |
- 
+
@@ -5945,6 +7054,8 @@ $(document).ready(function() {
+ |
+
| Grey Render | 1 | 64 | Gorgon Crossbow | 6mx |
@@ -5956,6 +7067,8 @@ $(document).ready(function() {
+ |
+
| Boneslayer Blade | 1 | 42 | Gothic Axe | 9ga |
@@ -5967,10 +7080,12 @@ $(document).ready(function() {
+ |
+
| Brittlequick | 55 | 59 | gothic axe | 9ga |
- 
+
@@ -5978,10 +7093,12 @@ $(document).ready(function() {
+ |
+
| Tonstrike | 1 | 50 | gothic axe | 9ga |
- 
+
@@ -5989,6 +7106,8 @@ $(document).ready(function() {
+ |
+
| Harper's Call | 1 | 53 | gothic bow | 8lw |
@@ -6000,6 +7119,8 @@ $(document).ready(function() {
+ |
+
| Ghost Mount | 55 | 59 | gothic bow | 8lw |
@@ -6011,6 +7132,8 @@ $(document).ready(function() {
+ |
+
| Godstrike Arch | 1 | 46 | Gothic Bow | 8lw |
@@ -6022,6 +7145,8 @@ $(document).ready(function() {
+ |
+
| Rattlecage | 1 | 23 | Gothic Plate | gth |
@@ -6033,6 +7158,8 @@ $(document).ready(function() {
+ |
+
| A Knight's Tale | 1 | 30 | gothic plate | gth |
@@ -6044,10 +7171,12 @@ $(document).ready(function() {
+ |
+
| Golem's Gain | 1 | 26 | gothic plate | gth |
- 
+
@@ -6055,10 +7184,12 @@ $(document).ready(function() {
+ |
+
| Pathfinder | 1 | 31 | gothic shield | gts |
- 
+
@@ -6066,6 +7197,8 @@ $(document).ready(function() {
+ |
+
| The Ward | 1 | 26 | Gothic Shield | gts |
@@ -6077,10 +7210,12 @@ $(document).ready(function() {
+ |
+
| Shield of Osirus | 1 | 29 | gothic shield | gts |
- 
+
@@ -6088,6 +7223,8 @@ $(document).ready(function() {
+ |
+
| Warpspear | 1 | 39 | Gothic Staff | 8bs |
@@ -6099,6 +7236,8 @@ $(document).ready(function() {
+ |
+
| Grace of Isis | 1 | 47 | gothic staff | 8bs |
@@ -6110,10 +7249,12 @@ $(document).ready(function() {
+ |
+
| Knight's Prophet | 55 | 60 | gothic staff | 8bs |
- 
+
@@ -6121,6 +7262,8 @@ $(document).ready(function() {
+ |
+
| Na-Krul's Power | 55 | 59 | gothic sword | 9b9 |
@@ -6132,6 +7275,8 @@ $(document).ready(function() {
+ |
+
| Cloudcrack | 1 | 45 | Gothic Sword | 9b9 |
@@ -6143,6 +7288,8 @@ $(document).ready(function() {
+ |
+
| No Quarter Given | 1 | 51 | gothic sword | 9b9 |
@@ -6154,10 +7301,12 @@ $(document).ready(function() {
+ |
+
| Usurper's Ambition | 1 | 53 | grand crown | xrn |
- 
+
@@ -6165,6 +7314,8 @@ $(document).ready(function() {
+ |
+
| Crown of Thieves | 1 | 49 | Grand Crown | xrn |
@@ -6176,6 +7327,8 @@ $(document).ready(function() {
+ |
+
| Reign of Deceit | 1 | 56 | grand crown | xrn |
@@ -6187,6 +7340,8 @@ $(document).ready(function() {
+ |
+
| Wintershock | 1 | 87 | grand matron bow | amc |
@@ -6198,6 +7353,8 @@ $(document).ready(function() {
+ |
+
| Quicksilver | 1 | 80 | Grand Matron Bow | amc |
@@ -6209,6 +7366,8 @@ $(document).ready(function() {
+ |
+
| Rusthandle | 1 | 17 | Grand Scepter | gsc |
@@ -6220,6 +7379,8 @@ $(document).ready(function() {
+ |
+
| Angel's Grace | 1 | 22 | grand scepter | gsc |
@@ -6231,6 +7392,8 @@ $(document).ready(function() {
+ |
+
| Avenger's Honor | 28 | 35 | grand scepter | gsc |
@@ -6242,6 +7405,8 @@ $(document).ready(function() {
+ |
+
| Nullwand | 55 | 53 | grave wand | 9gw |
@@ -6253,6 +7418,8 @@ $(document).ready(function() {
+ |
+
| Gravedancer's Union | 1 | 49 | grave wand | 9gw |
@@ -6264,6 +7431,8 @@ $(document).ready(function() {
+ |
+
| Blackhand Key | 1 | 41 | Grave Wand | 9gw |
@@ -6275,10 +7444,12 @@ $(document).ready(function() {
+ |
+
| Winter Wolf | 30 | 33 | great axe | gax |
- 
+
@@ -6286,6 +7457,8 @@ $(document).ready(function() {
+ |
+
| Nova Spine | 1 | 28 | great axe | gax |
@@ -6297,10 +7470,12 @@ $(document).ready(function() {
+ |
+
| Brainhew | 1 | 25 | Great Axe | gax |
- 
+
@@ -6308,10 +7483,12 @@ $(document).ready(function() {
+ |
+
| Phantom Pegasus | 1 | 64 | Great Bow | 6cb |
- 
+
@@ -6319,10 +7496,12 @@ $(document).ready(function() {
+ |
+
| Oathbow | 1 | 74 | great bow | 6cb |
- 
+
@@ -6330,6 +7509,8 @@ $(document).ready(function() {
+ |
+
| Wight Claw | 55 | 65 | greater claws | 9lw |
@@ -6341,6 +7522,8 @@ $(document).ready(function() {
+ |
+
| Shadowy Places | 1 | 48 | greater claws | 9lw |
@@ -6352,6 +7535,8 @@ $(document).ready(function() {
+ |
+
| Werewolf Talons | 1 | 40 | Greater Claws | 9lw |
@@ -6363,6 +7548,8 @@ $(document).ready(function() {
+ |
+
| Dark Nemesis | 55 | 68 | greater talons | 9tw |
@@ -6374,6 +7561,8 @@ $(document).ready(function() {
+ |
+
| Adamantine Razors | 1 | 50 | greater talons | 9tw |
@@ -6385,6 +7574,8 @@ $(document).ready(function() {
+ |
+
| Cutthroat1 | 1 | 42 | Greater Talons | 9tw |
@@ -6396,10 +7587,12 @@ $(document).ready(function() {
+ |
+
| Gray God's Mantle | 1 | 77 | Great Hauberk | urs |
- 
+
@@ -6407,10 +7600,12 @@ $(document).ready(function() {
+ |
+
| Celestial Unicorn | 1 | 70 | great hauberk | urs |
- 
+
@@ -6418,10 +7613,12 @@ $(document).ready(function() {
+ |
+
| Morning's Tears | 1 | 28 | great helm | ghm |
- 
+
@@ -6429,10 +7626,12 @@ $(document).ready(function() {
+ |
+
| Fool's Crest | 1 | 30 | great helm | ghm |
- 
+
@@ -6440,6 +7639,8 @@ $(document).ready(function() {
+ |
+
| Howltusk | 1 | 25 | Great Helm | ghm |
@@ -6451,6 +7652,8 @@ $(document).ready(function() {
+ |
+
| Konnan's Maul | 40 | 46 | great maul | gma |
@@ -6462,6 +7665,8 @@ $(document).ready(function() {
+ |
+
| Steeldriver | 1 | 29 | Great Maul | gma |
@@ -6473,6 +7678,8 @@ $(document).ready(function() {
+ |
+
| Vilifier | 1 | 33 | great maul | gma |
@@ -6484,10 +7691,12 @@ $(document).ready(function() {
+ |
+
| Gnomebane | 55 | 58 | great pilum | 9pi |
- 
+
@@ -6495,6 +7704,8 @@ $(document).ready(function() {
+ |
+
| Trump of Jericho | 1 | 35 | Great Pilum | 9pi |
@@ -6506,6 +7717,8 @@ $(document).ready(function() {
+ |
+
| Weeping at the Gate | 1 | 43 | great pilum | 9pi |
@@ -6517,6 +7730,8 @@ $(document).ready(function() {
+ |
+
| Cloud Giant's Axe | 1 | 83 | great poleaxe | 7h7 |
@@ -6528,6 +7743,8 @@ $(document).ready(function() {
+ |
+
| Dreadfear | 1 | 77 | Great Poleaxe | 7h7 |
@@ -6539,6 +7756,8 @@ $(document).ready(function() {
+ |
+
| Arctic Edge | 1 | 32 | great sword | gsd |
@@ -6550,6 +7769,8 @@ $(document).ready(function() {
+ |
+
| The Patriarch | 1 | 29 | Great Sword | gsd |
@@ -6561,6 +7782,8 @@ $(document).ready(function() {
+ |
+
| Demolisher | 33 | 38 | great sword | gsd |
@@ -6572,10 +7795,12 @@ $(document).ready(function() {
+ |
+
| Creeper's Canopy | 1 | 33 | Griffon Headress | dr7 |
- 
+
@@ -6583,6 +7808,8 @@ $(document).ready(function() {
+ |
+
| Gathering of Hawks | 1 | 38 | griffon headress | dr7 |
@@ -6594,6 +7821,8 @@ $(document).ready(function() {
+ |
+
| Vampiregaze | 1 | 42 | Grim Helm | xh9 |
@@ -6605,6 +7834,8 @@ $(document).ready(function() {
+ |
+
| Ghoulslayer | 1 | 46 | grim helm | xh9 |
@@ -6616,6 +7847,8 @@ $(document).ready(function() {
+ |
+
| Skull of Fistindantalas | 1 | 49 | grim helm | xh9 |
@@ -6627,6 +7860,8 @@ $(document).ready(function() {
+ |
+
| Killer's Glee | 55 | 60 | grim scythe | 9wc |
@@ -6638,6 +7873,8 @@ $(document).ready(function() {
+ |
+
| Dawn of the Dead | 1 | 53 | grim scythe | 9wc |
@@ -6649,6 +7886,8 @@ $(document).ready(function() {
+ |
+
| Grim's Burning Dead | 1 | 45 | Grim Scythe | 9wc |
@@ -6660,6 +7899,8 @@ $(document).ready(function() {
+ |
+
| Lichward | 1 | 45 | grim shield | xsh |
@@ -6671,6 +7912,8 @@ $(document).ready(function() {
+ |
+
| Lidless Wall | 1 | 41 | Grim Shield | xsh |
@@ -6682,10 +7925,12 @@ $(document).ready(function() {
+ |
+
| Ghoulspawner | 1 | 48 | grim shield | xsh |
- 
+
@@ -6693,6 +7938,8 @@ $(document).ready(function() {
+ |
+
| Dracolich Fang | 37 | 37 | grim wand | gwn |
@@ -6704,6 +7951,8 @@ $(document).ready(function() {
+ |
+
| Scream of Despair | 1 | 32 | grim wand | gwn |
@@ -6715,6 +7964,8 @@ $(document).ready(function() {
+ |
+
| Umes Lament | 1 | 28 | Grim Wand | gwn |
@@ -6726,6 +7977,8 @@ $(document).ready(function() {
+ |
+
| Conscience of the King | 1 | 87 | Guardian Crown | baf |
@@ -6737,6 +7990,8 @@ $(document).ready(function() {
+ |
+
| Archon's Ache | 1 | 81 | guardian crown | baf |
@@ -6748,6 +8003,8 @@ $(document).ready(function() {
+ |
+
| Crusader's Will | 1 | 50 | guilded shield | pa9 |
@@ -6759,6 +8016,8 @@ $(document).ready(function() {
+ |
+
| Herald of Zakarum | 1 | 42 | Guilded Shield | pa9 |
@@ -6770,6 +8029,8 @@ $(document).ready(function() {
+ |
+
| Woestave | 1 | 25 | Halberd | hal |
@@ -6781,6 +8042,8 @@ $(document).ready(function() {
+ |
+
| Snowy Sky | 32 | 31 | halberd | hal |
@@ -6792,6 +8055,8 @@ $(document).ready(function() {
+ |
+
| Ripskin | 1 | 28 | halberd | hal |
@@ -6803,6 +8068,8 @@ $(document).ready(function() {
+ |
+
| Hell Forge Hammer | 1 | 0 | Hammer | hfh |
@@ -6814,10 +8081,12 @@ $(document).ready(function() {
+ |
+
| Gangrene Reaper | 1 | 6 | hand axe | hax |
- 
+
@@ -6825,6 +8094,8 @@ $(document).ready(function() {
+ |
+
| Auburnfire | 18 | 18 | hand axe | hax |
@@ -6836,10 +8107,12 @@ $(document).ready(function() {
+ |
+
| The Gnasher | 1 | 4 | Hand Axe | hax |
- 
+
@@ -6847,6 +8120,8 @@ $(document).ready(function() {
+ |
+
| Chi Strike | 1 | 46 | hand scythe | 9cs |
@@ -6858,10 +8133,12 @@ $(document).ready(function() {
+ |
+
| Fullsuffering | 55 | 63 | hand scythe | 9cs |
- 
+
@@ -6869,6 +8146,8 @@ $(document).ready(function() {
+ |
+
| Slithertongue | 1 | 38 | Hand Scythe | 9cs |
@@ -6880,10 +8159,12 @@ $(document).ready(function() {
+ |
+
| The Centurion | 1 | 6 | Hard Leather | hla |
- 
+
@@ -6891,10 +8172,12 @@ $(document).ready(function() {
+ |
+
| Stinkshroud | 1 | 10 | hard leather | hla |
- 
+
@@ -6902,10 +8185,12 @@ $(document).ready(function() {
+ |
+
| Armor of Gloom | 1 | 15 | hard leather | hla |
- 
+
@@ -6913,10 +8198,12 @@ $(document).ready(function() {
+ |
+
| Bowel Twister | 1 | 45 | Harpoon | 9ts |
- 
+
@@ -6924,6 +8211,8 @@ $(document).ready(function() {
+ |
+
| Silver-Tipped Harpoons | 55 | 69 | harpoon | 9ts |
@@ -6935,6 +8224,8 @@ $(document).ready(function() {
+ |
+
| Blessings of Osiris | 1 | 54 | harpoon | 9ts |
@@ -6946,6 +8237,8 @@ $(document).ready(function() {
+ |
+
| Pure Rancor | 1 | 38 | hatchet | 9ha |
@@ -6957,6 +8250,8 @@ $(document).ready(function() {
+ |
+
| Bloody Scalp | 55 | 44 | hatchet | 9ha |
@@ -6968,6 +8263,8 @@ $(document).ready(function() {
+ |
+
| Coldkill | 1 | 32 | Hatchet | 9ha |
@@ -6979,6 +8276,8 @@ $(document).ready(function() {
+ |
+
| Cold of Winter | 1 | 16 | hatchet hands | axf |
@@ -6990,6 +8289,8 @@ $(document).ready(function() {
+ |
+
| Crimson Cry | 1 | 11 | Hatchet Hands | axf |
@@ -7001,6 +8302,8 @@ $(document).ready(function() {
+ |
+
| Spirit Hawk | 25 | 25 | hatchet hands | axf |
@@ -7012,6 +8315,8 @@ $(document).ready(function() {
+ |
+
| Swift Slaughter | 1 | 16 | hawk helm | dr2 |
@@ -7023,6 +8328,8 @@ $(document).ready(function() {
+ |
+
| Copperbite | 1 | 8 | Hawk Helm | dr2 |
@@ -7034,10 +8341,12 @@ $(document).ready(function() {
+ |
+
| Sun Tormenter | 1 | 53 | Heater | uuc |
- 
+
@@ -7045,10 +8354,12 @@ $(document).ready(function() {
+ |
+
| Chill of Winter | 1 | 58 | heater | uuc |
- 
+
@@ -7056,6 +8367,8 @@ $(document).ready(function() {
+ |
+
| Star of Bethlehem | 1 | 59 | heavenly stone | obb |
@@ -7067,6 +8380,8 @@ $(document).ready(function() {
+ |
+
| Haven of Light | 1 | 50 | Heavenly Stone | obb |
@@ -7078,6 +8393,8 @@ $(document).ready(function() {
+ |
+
| Pirate's Faith | 1 | 28 | heavy belt | tbl |
@@ -7089,6 +8406,8 @@ $(document).ready(function() {
+ |
+
| Crocodile Wrap | 1 | 30 | heavy belt | tbl |
@@ -7100,6 +8419,8 @@ $(document).ready(function() {
+ |
+
| Goldwrap | 1 | 25 | Heavy Belt | tbl |
@@ -7111,10 +8432,12 @@ $(document).ready(function() {
+ |
+
| Gillian's Boots | 1 | 16 | heavy boots | vbt |
- 
+
@@ -7122,6 +8445,8 @@ $(document).ready(function() {
+ |
+
| Gorefoot | 1 | 9 | Heavy Boots | vbt |
@@ -7133,6 +8458,8 @@ $(document).ready(function() {
+ |
+
| Angel's Tread | 1 | 13 | heavy boots | vbt |
@@ -7144,10 +8471,12 @@ $(document).ready(function() {
+ |
+
| Rapturous Blessings | 1 | 44 | heavy bracers | xmg |
- 
+
@@ -7155,6 +8484,8 @@ $(document).ready(function() {
+ |
+
| Spikefiend Bracers | 1 | 48 | heavy bracers | xmg |
@@ -7166,6 +8497,8 @@ $(document).ready(function() {
+ |
+
| Ghoulhide | 1 | 36 | Heavy Bracers | xmg |
@@ -7177,6 +8510,8 @@ $(document).ready(function() {
+ |
+
| Hellcast | 1 | 20 | heavy crossbow | hxb |
@@ -7188,6 +8523,8 @@ $(document).ready(function() {
+ |
+
| Spikethrower | 1 | 24 | heavy crossbow | hxb |
@@ -7199,6 +8536,8 @@ $(document).ready(function() {
+ |
+
| Harpo Bogglinn | 32 | 32 | heavy crossbow | hxb |
@@ -7210,10 +8549,12 @@ $(document).ready(function() {
+ |
+
| Fiendfeast | 1 | 14 | heavy gloves | vgl |
- 
+
@@ -7221,6 +8562,8 @@ $(document).ready(function() {
+ |
+
| Healing Touch | 1 | 18 | heavy gloves | vgl |
@@ -7232,6 +8575,8 @@ $(document).ready(function() {
+ |
+
| Bloodfist | 1 | 9 | Heavy Gloves | vgl |
@@ -7243,10 +8588,12 @@ $(document).ready(function() {
+ |
+
| Putrid Defiler | 1 | 52 | heirophant trophy | nea |
- 
+
@@ -7254,6 +8601,8 @@ $(document).ready(function() {
+ |
+
| Homunculus | 1 | 42 | Heirophant Trophy | nea |
@@ -7265,10 +8614,12 @@ $(document).ready(function() {
+ |
+
| Hellshifter | 1 | 80 | hellforged plate | ult |
- 
+
@@ -7276,10 +8627,12 @@ $(document).ready(function() {
+ |
+
| Lunatic Fringe | 1 | 73 | Hellforged Plate | ult |
- 
+
@@ -7287,10 +8640,12 @@ $(document).ready(function() {
+ |
+
| Devil's Advocate | 1 | 63 | hellspawn skull | neg |
- 
+
@@ -7298,6 +8653,8 @@ $(document).ready(function() {
+ |
+
| Dreadmother | 1 | 57 | Hellspawn Skull | neg |
@@ -7309,10 +8666,12 @@ $(document).ready(function() {
+ |
+
| Barbazu's Smile | 1 | 20 | helm | hlm |
- 
+
@@ -7320,10 +8679,12 @@ $(document).ready(function() {
+ |
+
| Freedom's Façade | 1 | 16 | helm | hlm |
- 
+
@@ -7331,6 +8692,8 @@ $(document).ready(function() {
+ |
+
| Coif of Glory | 1 | 14 | Helm | hlm |
@@ -7342,6 +8705,8 @@ $(document).ready(function() {
+ |
+
| Felix's Brace | 1 | 22 | heraldic shield | pa3 |
@@ -7353,6 +8718,8 @@ $(document).ready(function() {
+ |
+
| Secret of Steel | 1 | 15 | Heraldic Shield | pa3 |
@@ -7364,6 +8731,8 @@ $(document).ready(function() {
+ |
+
| Vorpal Blade | 1 | 60 | Highland Blade | 7cm |
@@ -7375,6 +8744,8 @@ $(document).ready(function() {
+ |
+
| Blade of Conan | 1 | 73 | highland blade | 7cm |
@@ -7386,6 +8757,8 @@ $(document).ready(function() {
+ |
+
| The Fetid Sprinkler | 1 | 38 | Holy Water Sprinkler | 9qs |
@@ -7397,6 +8770,8 @@ $(document).ready(function() {
+ |
+
| Trianthalon's Sprinkler | 55 | 58 | holy water sprinkler | 9qs |
@@ -7408,6 +8783,8 @@ $(document).ready(function() {
+ |
+
| Dragon Mephit | 1 | 48 | holy water sprinkler | 9qs |
@@ -7419,10 +8796,12 @@ $(document).ready(function() {
+ |
+
| Kygragond | 1 | 23 | horned helm | ba3 |
- 
+
@@ -7430,6 +8809,8 @@ $(document).ready(function() {
+ |
+
| Dragonkin | 1 | 17 | Horned Helm | ba3 |
@@ -7441,6 +8822,8 @@ $(document).ready(function() {
+ |
+
| Carrion Wing | 1 | 10 | hunter's bow | hbw |
@@ -7452,6 +8835,8 @@ $(document).ready(function() {
+ |
+
| Witherstring | 1 | 7 | Hunter's Bow | hbw |
@@ -7463,10 +8848,12 @@ $(document).ready(function() {
+ |
+
| Target's | 25 | 26 | hunter's bow | hbw |
- 
+
@@ -7474,6 +8861,8 @@ $(document).ready(function() {
+ |
+
| Night Prowler | 1 | 43 | Hunter's Guise | dr8 |
@@ -7485,6 +8874,8 @@ $(document).ready(function() {
+ |
+
| Centaur's Sight | 1 | 37 | hunters guise | dr8 |
@@ -7496,6 +8887,8 @@ $(document).ready(function() {
+ |
+
| Axes of Jahadra | 55 | 60 | hurlbat | 9b8 |
@@ -7507,6 +8900,8 @@ $(document).ready(function() {
+ |
+
| Instigator | 1 | 54 | hurlbat | 9b8 |
@@ -7518,6 +8913,8 @@ $(document).ready(function() {
+ |
+
| Brainraver | 1 | 47 | Hurlbat | 9b8 |
@@ -7529,6 +8926,8 @@ $(document).ready(function() {
+ |
+
| Windforce | 1 | 73 | Hydra Bow | 6lw |
@@ -7540,6 +8939,8 @@ $(document).ready(function() {
+ |
+
| Adamantine Bow | 1 | 86 | hydra bow | 6lw |
@@ -7551,6 +8952,8 @@ $(document).ready(function() {
+ |
+
| Krakken | 1 | 57 | Hydra Edge | 7fc |
@@ -7562,10 +8965,12 @@ $(document).ready(function() {
+ |
+
| Megladon's Bite | 1 | 72 | hydra edge | 7fc |
- 
+
@@ -7573,6 +8978,8 @@ $(document).ready(function() {
+ |
+
| Overlord's Helm | 1 | 67 | hydraskull | ukp |
@@ -7584,10 +8991,12 @@ $(document).ready(function() {
+ |
+
| Slaver's Price | 1 | 58 | Hydraskull | ukp |
- 
+
@@ -7595,10 +9004,12 @@ $(document).ready(function() {
+ |
+
| Shield of Myth | 1 | 70 | hyperion | urg |
- 
+
@@ -7606,10 +9017,12 @@ $(document).ready(function() {
+ |
+
| Safewarden | 1 | 65 | Hyperion | urg |
- 
+
@@ -7617,6 +9030,8 @@ $(document).ready(function() {
+ |
+
| Jaguar's Claw | 1 | 70 | hyperion javelin | 7ja |
@@ -7628,6 +9043,8 @@ $(document).ready(function() {
+ |
+
| Arc of the Rainbow | 1 | 55 | Hyperion Javelin | 7ja |
@@ -7639,6 +9056,8 @@ $(document).ready(function() {
+ |
+
| Ice Mephit | 1 | 60 | hyperion spear | 7sr |
@@ -7650,6 +9069,8 @@ $(document).ready(function() {
+ |
+
| Arioc's Needle | 1 | 49 | hyperion spear | 7sr |
@@ -7661,10 +9082,12 @@ $(document).ready(function() {
+ |
+
| Comet's Tail | 55 | 60 | jagged star | 9mt |
- 
+
@@ -7672,6 +9095,8 @@ $(document).ready(function() {
+ |
+
| Genoa's Trust | 1 | 49 | jagged star | 9mt |
@@ -7683,6 +9108,8 @@ $(document).ready(function() {
+ |
+
| Moonfall | 1 | 42 | Jagged Star | 9mt |
@@ -7694,6 +9121,8 @@ $(document).ready(function() {
+ |
+
| Hippogriff Wing | 20 | 21 | javelin | jav |
@@ -7705,6 +9134,8 @@ $(document).ready(function() {
+ |
+
| Stone Eater | 1 | 3 | Javelin | jav |
@@ -7716,6 +9147,8 @@ $(document).ready(function() {
+ |
+
| Leafrazor | 1 | 6 | javelin | jav |
@@ -7727,6 +9160,8 @@ $(document).ready(function() {
+ |
+
| Madman's Bluster | 1 | 12 | jawbone cap | ba1 |
@@ -7738,6 +9173,8 @@ $(document).ready(function() {
+ |
+
| Chaos Kin | 1 | 6 | Jawbone Cap | ba1 |
@@ -7749,6 +9186,8 @@ $(document).ready(function() {
+ |
+
| Helms Deep | 1 | 35 | jawbone visor | ba6 |
@@ -7760,6 +9199,8 @@ $(document).ready(function() {
+ |
+
| Deadgaze | 1 | 30 | Jawbone Visor | ba6 |
@@ -7771,6 +9212,8 @@ $(document).ready(function() {
+ |
+
| Quartz Facet | 43 | 43 | jewel | jew |
@@ -7782,6 +9225,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet2 | 49 | 49 | jewel | jew |
@@ -7793,6 +9238,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet4 | 49 | 49 | jewel | jew |
@@ -7804,6 +9251,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet1 | 49 | 49 | jewel | jew |
@@ -7815,6 +9264,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet5 | 49 | 49 | jewel | jew |
@@ -7826,6 +9277,8 @@ $(document).ready(function() {
+ |
+
| Heaven Facet | 85 | 85 | jewel | jew |
@@ -7837,6 +9290,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet6 | 49 | 49 | jewel | jew |
@@ -7848,6 +9303,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet | 49 | 49 | jewel | jew |
@@ -7859,6 +9316,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet3 | 49 | 49 | jewel | jew |
@@ -7870,6 +9329,8 @@ $(document).ready(function() {
+ |
+
| Rainbow Facet7 | 49 | 49 | jewel | jew |
@@ -7881,6 +9342,8 @@ $(document).ready(function() {
+ |
+
| Saphire Facet | 58 | 58 | jewel | jew |
@@ -7892,6 +9355,8 @@ $(document).ready(function() {
+ |
+
| Adamantine Facet | 71 | 71 | jewel | jew |
@@ -7903,6 +9368,8 @@ $(document).ready(function() {
+ |
+
| Topaz Facet | 27 | 27 | jewel | jew |
@@ -7914,6 +9381,8 @@ $(document).ready(function() {
+ |
+
| Tiger Eye | 5 | 5 | jewel | jew |
@@ -7925,6 +9394,8 @@ $(document).ready(function() {
+ |
+
| Emerald Facet | 38 | 38 | jewel | jew |
@@ -7936,6 +9407,8 @@ $(document).ready(function() {
+ |
+
| Star Facet | 76 | 76 | jewel | jew |
@@ -7947,6 +9420,8 @@ $(document).ready(function() {
+ |
+
| Jade Facet | 18 | 18 | jewel | jew |
@@ -7958,6 +9433,8 @@ $(document).ready(function() {
+ |
+
| Diamond Facet | 67 | 67 | jewel | jew |
@@ -7969,6 +9446,8 @@ $(document).ready(function() {
+ |
+
| Saphire Facet1 | 58 | 58 | jewel | jew |
@@ -7980,6 +9459,8 @@ $(document).ready(function() {
+ |
+
| Staff of Shadows | 1 | 36 | jo staff | 8ss |
@@ -7991,10 +9472,12 @@ $(document).ready(function() {
+ |
+
| Arctic Frost | 55 | 45 | jo staff | 8ss |
- 
+
@@ -8002,6 +9485,8 @@ $(document).ready(function() {
+ |
+
| Razorswitch | 1 | 28 | Jo Staff | 8ss |
@@ -8013,6 +9498,8 @@ $(document).ready(function() {
+ |
+
| Hidden Death | 1 | 7 | katar | ktr |
@@ -8024,6 +9511,8 @@ $(document).ready(function() {
+ |
+
| Killerwatch | 15 | 15 | katar | ktr |
@@ -8035,6 +9524,8 @@ $(document).ready(function() {
+ |
+
| Simpleton's Shadow | 1 | 3 | Katar | ktr |
@@ -8046,10 +9537,12 @@ $(document).ready(function() {
+ |
+
| Killhunger | 1 | 21 | kite shield | kit |
- 
+
@@ -8057,10 +9550,12 @@ $(document).ready(function() {
+ |
+
| Crest of Avalon | 1 | 24 | kite shield | kit |
- 
+
@@ -8068,10 +9563,12 @@ $(document).ready(function() {
+ |
+
| Steelclash | 1 | 17 | Kite Shield | kit |
- 
+
@@ -8079,6 +9576,8 @@ $(document).ready(function() {
+ |
+
| Baezil's Vortex | 1 | 45 | Knout | 9fl |
@@ -8090,10 +9589,12 @@ $(document).ready(function() {
+ |
+
| Frantic Distress | 1 | 53 | knout | 9fl |
- 
+
@@ -8101,6 +9602,8 @@ $(document).ready(function() {
+ |
+
| Efreeti's Eye | 55 | 67 | knout | 9fl |
@@ -8112,6 +9615,8 @@ $(document).ready(function() {
+ |
+
| Leviathan | 1 | 74 | kraken shell | uld |
@@ -8123,10 +9628,12 @@ $(document).ready(function() {
+ |
+
| Ocean's Embrace | 1 | 82 | kraken shell | uld |
- 
+
@@ -8134,6 +9641,8 @@ $(document).ready(function() {
+ |
+
| Dragon Talon | 25 | 29 | kris | kri |
@@ -8145,6 +9654,8 @@ $(document).ready(function() {
+ |
+
| Zenkiller | 1 | 22 | kris | kri |
@@ -8156,6 +9667,8 @@ $(document).ready(function() {
+ |
+
| The Jade Tan Do | 1 | 19 | Kris | kri |
@@ -8167,10 +9680,12 @@ $(document).ready(function() {
+ |
+
| Lachdonnan's Heart | 1 | 83 | lacquered plate | uth |
- 
+
@@ -8178,6 +9693,8 @@ $(document).ready(function() {
+ |
+
| Pride of the Barony | 1 | 75 | Lacquered Plate | uth |
@@ -8189,6 +9706,8 @@ $(document).ready(function() {
+ |
+
| Jouster's Boast | 1 | 50 | lance | 9p9 |
@@ -8200,6 +9719,8 @@ $(document).ready(function() {
+ |
+
| Imperial Dragonlance | 55 | 57 | lance | 9p9 |
@@ -8211,6 +9732,8 @@ $(document).ready(function() {
+ |
+
| Spire of Honor | 1 | 42 | Lance | 9p9 |
@@ -8222,6 +9745,8 @@ $(document).ready(function() {
+ |
+
| Fechmars Axe | 1 | 6 | Large Axe | lax |
@@ -8233,6 +9758,8 @@ $(document).ready(function() {
+ |
+
| Light Phasm | 20 | 21 | large axe | lax |
@@ -8244,6 +9771,8 @@ $(document).ready(function() {
+ |
+
| Gracehunter | 1 | 8 | large axe | lax |
@@ -8255,10 +9784,12 @@ $(document).ready(function() {
+ |
+
| Crest of the Horned Society | 1 | 19 | large shield | lrg |
- 
+
@@ -8266,6 +9797,8 @@ $(document).ready(function() {
+ |
+
| Lepertouch | 1 | 16 | large shield | lrg |
@@ -8277,10 +9810,12 @@ $(document).ready(function() {
+ |
+
| Stormguild | 1 | 13 | Large Shield | lrg |
- 
+
@@ -8288,10 +9823,12 @@ $(document).ready(function() {
+ |
+
| Blinkbats Form | 1 | 4 | Leather Armor | lea |
- 
+
@@ -8299,10 +9836,12 @@ $(document).ready(function() {
+ |
+
| JuJu Flame | 1 | 8 | leather armor | lea |
- 
+
@@ -8310,10 +9849,12 @@ $(document).ready(function() {
+ |
+
| Ogden's Shroud | 1 | 13 | leather armor | lea |
- 
+
@@ -8321,6 +9862,8 @@ $(document).ready(function() {
+ |
+
| Hotspur | 1 | 5 | Leather Boots | lbt |
@@ -8332,10 +9875,12 @@ $(document).ready(function() {
+ |
+
| Cheetah Speed | 1 | 10 | leather boots | lbt |
- 
+
@@ -8343,10 +9888,12 @@ $(document).ready(function() {
+ |
+
| Marathon Slipper | 1 | 7 | leather boots | lbt |
- 
+
@@ -8354,6 +9901,8 @@ $(document).ready(function() {
+ |
+
| Stone Crusher | 1 | 68 | legendary mallet | 7wh |
@@ -8365,6 +9914,8 @@ $(document).ready(function() {
+ |
+
| Schaefer's Hammer | 1 | 79 | Legendary Mallet | 7wh |
@@ -8376,6 +9927,8 @@ $(document).ready(function() {
+ |
+
| Ghostflame | 1 | 73 | legend spike | 7bl |
@@ -8387,6 +9940,8 @@ $(document).ready(function() {
+ |
+
| Dagger of Kara'Tir | 1 | 85 | legend spike | 7bl |
@@ -8398,6 +9953,8 @@ $(document).ready(function() {
+ |
+
| Blade Of Mythos | 1 | 54 | Legend Sword | 72h |
@@ -8409,6 +9966,8 @@ $(document).ready(function() {
+ |
+
| Dragon's Breach | 1 | 68 | legend sword | 72h |
@@ -8420,6 +9979,8 @@ $(document).ready(function() {
+ |
+
| Boneshade | 1 | 70 | lich wand | 7bw |
@@ -8431,6 +9992,8 @@ $(document).ready(function() {
+ |
+
| Vengeance of the Wronged | 1 | 79 | lich wand | 7bw |
@@ -8442,10 +10005,12 @@ $(document).ready(function() {
+ |
+
| Ratman's Rope | 1 | 15 | light belt | vbl |
- 
+
@@ -8453,10 +10018,12 @@ $(document).ready(function() {
+ |
+
| Spiritseeker | 1 | 12 | light belt | vbl |
- 
+
@@ -8464,6 +10031,8 @@ $(document).ready(function() {
+ |
+
| Snakecord | 1 | 9 | Light Belt | vbl |
@@ -8475,6 +10044,8 @@ $(document).ready(function() {
+ |
+
| Nail Flinger | 1 | 12 | light crossbow | lxb |
@@ -8486,6 +10057,8 @@ $(document).ready(function() {
+ |
+
| Leadcrow | 1 | 8 | Light Crossbow | lxb |
@@ -8497,10 +10070,12 @@ $(document).ready(function() {
+ |
+
| Rethral | 25 | 25 | light crossbow | lxb |
- 
+
@@ -8508,10 +10083,12 @@ $(document).ready(function() {
+ |
+
| Magefist | 1 | 23 | Light Gauntlets | tgl |
- 
+
@@ -8519,10 +10096,12 @@ $(document).ready(function() {
+ |
+
| Skein of Pain | 1 | 27 | light gauntlets | tgl |
- 
+
@@ -8530,10 +10109,12 @@ $(document).ready(function() {
+ |
+
| Prismatic Gauntlets | 1 | 30 | light gauntlets | tgl |
- 
+
@@ -8541,10 +10122,12 @@ $(document).ready(function() {
+ |
+
| Madness of Chthulu | 1 | 30 | light plate | ltp |
- 
+
@@ -8552,10 +10135,12 @@ $(document).ready(function() {
+ |
+
| Heavenly Garb | 1 | 27 | Light Plate | ltp |
- 
+
@@ -8563,10 +10148,12 @@ $(document).ready(function() {
+ |
+
| Weightless Grace | 1 | 36 | light plate | ltp |
- 
+
@@ -8574,6 +10161,8 @@ $(document).ready(function() {
+ |
+
| Goblin Toe | 1 | 22 | Light Plate Boots | tbt |
@@ -8585,10 +10174,12 @@ $(document).ready(function() {
+ |
+
| Lilith's Heels | 1 | 26 | light plate boots | tbt |
- 
+
@@ -8596,10 +10187,12 @@ $(document).ready(function() {
+ |
+
| Dawn Scion | 1 | 30 | light plated boots | tbt |
- 
+
@@ -8607,10 +10200,12 @@ $(document).ready(function() {
+ |
+
| Heartbane | 1 | 41 | linked mail | xng |
- 
+
@@ -8618,6 +10213,8 @@ $(document).ready(function() {
+ |
+
| Adamantine Mail | 1 | 45 | linked mail | xng |
@@ -8629,10 +10226,12 @@ $(document).ready(function() {
+ |
+
| Spiritforge | 1 | 35 | Linked Mail | xng |
- 
+
@@ -8640,6 +10239,8 @@ $(document).ready(function() {
+ |
+
| Malefactor's Reward | 1 | 40 | lion helm | ba7 |
@@ -8651,6 +10252,8 @@ $(document).ready(function() {
+ |
+
| Gambler's Glory | 1 | 33 | Lion Helm | ba7 |
@@ -8662,6 +10265,8 @@ $(document).ready(function() {
+ |
+
| Count Kidran's Scythe | 55 | 44 | lochaber axe | 9b7 |
@@ -8673,6 +10278,8 @@ $(document).ready(function() {
+ |
+
| Fire Mephit | 1 | 38 | lochaber axe | 9b7 |
@@ -8684,6 +10291,8 @@ $(document).ready(function() {
+ |
+
| The Meat Scraper | 1 | 33 | Lochaber Axe | 9b7 |
@@ -8695,6 +10304,8 @@ $(document).ready(function() {
+ |
+
| Beeswarm | 1 | 26 | long battle bow | lbb |
@@ -8706,6 +10317,8 @@ $(document).ready(function() {
+ |
+
| Wizendraw | 1 | 23 | Long Battle Bow | lbb |
@@ -8717,6 +10330,8 @@ $(document).ready(function() {
+ |
+
| Kirre Strike | 29 | 32 | long battle bow | lbb |
@@ -8728,6 +10343,8 @@ $(document).ready(function() {
+ |
+
| Gale Song | 1 | 16 | long bow | lbw |
@@ -8739,6 +10356,8 @@ $(document).ready(function() {
+ |
+
| Rimeraven | 1 | 12 | Long Bow | lbw |
@@ -8750,6 +10369,8 @@ $(document).ready(function() {
+ |
+
| Elven Bow of Duadon | 26 | 27 | long bow | lbw |
@@ -8761,6 +10382,8 @@ $(document).ready(function() {
+ |
+
| Crimson Crusade | 1 | 48 | long siege bow | 8l8 |
@@ -8772,6 +10395,8 @@ $(document).ready(function() {
+ |
+
| Heartseeker | 55 | 54 | long siege bow | 8l8 |
@@ -8783,6 +10408,8 @@ $(document).ready(function() {
+ |
+
| Cliffkiller | 1 | 41 | Long Siege Bow | 8l8 |
@@ -8794,6 +10421,8 @@ $(document).ready(function() {
+ |
+
| Serpent Lord1 | 1 | 9 | Long Staff | lst |
@@ -8805,10 +10434,12 @@ $(document).ready(function() {
+ |
+
| Puppeteer's Staff | 1 | 12 | long staff | lst |
- 
+
@@ -8816,6 +10447,8 @@ $(document).ready(function() {
+ |
+
| Touch of Evil | 29 | 29 | long staff | lst |
@@ -8827,6 +10460,8 @@ $(document).ready(function() {
+ |
+
| Winterswipe | 1 | 25 | long sword | lsd |
@@ -8838,6 +10473,8 @@ $(document).ready(function() {
+ |
+
| Honor Guard | 29 | 34 | long sword | lsd |
@@ -8849,6 +10486,8 @@ $(document).ready(function() {
+ |
+
| Hellplague | 1 | 22 | Long Sword | lsd |
@@ -8860,6 +10499,8 @@ $(document).ready(function() {
+ |
+
| Telena's War Bow | 31 | 37 | long war bow | lwb |
@@ -8871,6 +10512,8 @@ $(document).ready(function() {
+ |
+
| Finalflight | 1 | 31 | long war bow | lwb |
@@ -8882,6 +10525,8 @@ $(document).ready(function() {
+ |
+
| Blastbark | 1 | 28 | Long War Bow | lwb |
@@ -8893,6 +10538,8 @@ $(document).ready(function() {
+ |
+
| Will-O'-Wisp | 1 | 74 | loricated mail | ucl |
@@ -8904,10 +10551,12 @@ $(document).ready(function() {
+ |
+
| Golden Lotus | 1 | 67 | Loricated Mail | ucl |
- 
+
@@ -8915,6 +10564,8 @@ $(document).ready(function() {
+ |
+
| Blackoak Shield | 1 | 61 | Luna | uml |
@@ -8926,10 +10577,12 @@ $(document).ready(function() {
+ |
+
| Solar Eclipse | 1 | 67 | luna | uml |
- 
+
@@ -8937,6 +10590,8 @@ $(document).ready(function() {
+ |
+
| Crushflange | 1 | 9 | Mace | mac |
@@ -8948,6 +10603,8 @@ $(document).ready(function() {
+ |
+
| Lesson in Pain | 1 | 13 | mace | mac |
@@ -8959,6 +10616,8 @@ $(document).ready(function() {
+ |
+
| Hycandra | 25 | 25 | mace | mac |
@@ -8970,10 +10629,12 @@ $(document).ready(function() {
+ |
+
| Serendipity | 1 | 59 | mage plate | xtp |
- 
+
@@ -8981,6 +10642,8 @@ $(document).ready(function() {
+ |
+
| Que-Hegan's Wisdon | 1 | 53 | Mage Plate | xtp |
@@ -8992,10 +10655,12 @@ $(document).ready(function() {
+ |
+
| Plate of Fistindantalas | 1 | 63 | mage plate | xtp |
- 
+
@@ -9003,6 +10668,8 @@ $(document).ready(function() {
+ |
+
| Raptorshaft | 1 | 20 | Maiden Javelin | am5 |
@@ -9014,6 +10681,8 @@ $(document).ready(function() {
+ |
+
| Hastemaster | 1 | 27 | maiden javelin | am5 |
@@ -9025,6 +10694,8 @@ $(document).ready(function() {
+ |
+
| Shieldmaiden's Toss | 40 | 50 | maiden javelin | am5 |
@@ -9036,6 +10707,8 @@ $(document).ready(function() {
+ |
+
| Stygian Harlot | 1 | 25 | maiden pike | am4 |
@@ -9047,6 +10720,8 @@ $(document).ready(function() {
+ |
+
| Sepia Shard | 1 | 19 | Maiden Pike | am4 |
@@ -9058,6 +10733,8 @@ $(document).ready(function() {
+ |
+
| Wrathshifter | 1 | 15 | maiden spear | am3 |
@@ -9069,6 +10746,8 @@ $(document).ready(function() {
+ |
+
| Hawkfire | 1 | 8 | Maiden Spear | am3 |
@@ -9080,6 +10759,8 @@ $(document).ready(function() {
+ |
+
| Viperfork | 1 | 64 | mancatcher | 7br |
@@ -9091,6 +10772,8 @@ $(document).ready(function() {
+ |
+
| Imperial Passion | 1 | 74 | mancatcher | 7br |
@@ -9102,6 +10785,8 @@ $(document).ready(function() {
+ |
+
| The Gavel of Pain | 1 | 47 | Martel de Fer | 9gm |
@@ -9113,6 +10798,8 @@ $(document).ready(function() {
+ |
+
| Burning Desire | 1 | 55 | martel de fer | 9gm |
@@ -9124,10 +10811,12 @@ $(document).ready(function() {
+ |
+
| Doom Avatar | 55 | 65 | martel de fer | 9gm |
- 
+
@@ -9135,6 +10824,8 @@ $(document).ready(function() {
+ |
+
| Blindman's Bluff | 1 | 28 | mask | msk |
@@ -9146,6 +10837,8 @@ $(document).ready(function() {
+ |
+
| The Face of Horror | 1 | 20 | Mask | msk |
@@ -9157,6 +10850,8 @@ $(document).ready(function() {
+ |
+
| Treachery's Allure | 1 | 23 | mask | msk |
@@ -9168,10 +10863,12 @@ $(document).ready(function() {
+ |
+
| Laurana's Elven Bow | 1 | 73 | matriachal bow | amb |
- 
+
@@ -9179,6 +10876,8 @@ $(document).ready(function() {
+ |
+
| Bloodraven's Charge | 1 | 62 | matriarchal bow | amb |
@@ -9190,6 +10889,8 @@ $(document).ready(function() {
+ |
+
| Pegasus Wing | 1 | 80 | matriarchal javelin | amf |
@@ -9201,6 +10902,8 @@ $(document).ready(function() {
+ |
+
| Thunderstroke | 1 | 69 | matriarchal javelin | amf |
@@ -9212,6 +10915,8 @@ $(document).ready(function() {
+ |
+
| Manticore's Retort | 1 | 70 | Matriarchal Pike | ame |
@@ -9223,6 +10928,8 @@ $(document).ready(function() {
+ |
+
| Amanda's Point | 1 | 80 | matriarchal pike | ame |
@@ -9234,6 +10941,8 @@ $(document).ready(function() {
+ |
+
| Stoneraven | 1 | 64 | matriarchal spear | amd |
@@ -9245,6 +10954,8 @@ $(document).ready(function() {
+ |
+
| Valkyrie's Calling | 1 | 73 | matriarchal spear | amd |
@@ -9256,6 +10967,8 @@ $(document).ready(function() {
+ |
+
| Famorian's Club | 31 | 39 | maul | mau |
@@ -9267,6 +10980,8 @@ $(document).ready(function() {
+ |
+
| Spiritcrusher | 1 | 25 | maul | mau |
@@ -9278,6 +10993,8 @@ $(document).ready(function() {
+ |
+
| Bonesob | 1 | 20 | Maul | mau |
@@ -9289,6 +11006,8 @@ $(document).ready(function() {
+ |
+
| Shaftstop | 1 | 38 | Mesh Armor | xhn |
@@ -9300,6 +11019,8 @@ $(document).ready(function() {
+ |
+
| Drow Chainmail | 1 | 44 | mesh armor | xhn |
@@ -9311,6 +11032,8 @@ $(document).ready(function() {
+ |
+
| Disparate Paths | 1 | 49 | mesh armor | xhn |
@@ -9322,10 +11045,12 @@ $(document).ready(function() {
+ |
+
| Meshif's Coil | 1 | 45 | mesh belt | zmb |
- 
+
@@ -9333,6 +11058,8 @@ $(document).ready(function() {
+ |
+
| Gloomstrap | 1 | 36 | Mesh Belt | zmb |
@@ -9344,10 +11071,12 @@ $(document).ready(function() {
+ |
+
| Weakling's Whimper | 1 | 40 | mesh belt | zmb |
- 
+
@@ -9355,10 +11084,12 @@ $(document).ready(function() {
+ |
+
| Zebrastride | 1 | 43 | mesh boots | xmb |
- 
+
@@ -9366,10 +11097,12 @@ $(document).ready(function() {
+ |
+
| Whirling Dervish | 1 | 48 | mesh boots | xmb |
- 
+
@@ -9377,6 +11110,8 @@ $(document).ready(function() {
+ |
+
| Silkweave | 1 | 36 | Mesh Boots | xmb |
@@ -9388,6 +11123,8 @@ $(document).ready(function() {
+ |
+
| The Reedeemer | 1 | 72 | mighty scepter | 7sc |
@@ -9399,6 +11136,8 @@ $(document).ready(function() {
+ |
+
| Heaven's Light | 1 | 61 | mighty scepter | 7sc |
@@ -9410,6 +11149,8 @@ $(document).ready(function() {
+ |
+
| Warlord's Trust | 1 | 35 | Military Axe | 9la |
@@ -9421,6 +11162,8 @@ $(document).ready(function() {
+ |
+
| Sunblighter | 55 | 45 | military axe | 9la |
@@ -9432,6 +11175,8 @@ $(document).ready(function() {
+ |
+
| Threat of Storms | 1 | 40 | military axe | 9la |
@@ -9443,10 +11188,12 @@ $(document).ready(function() {
+ |
+
| Mindrend | 1 | 18 | Military Pick | mpi |
- 
+
@@ -9454,6 +11201,8 @@ $(document).ready(function() {
+ |
+
| Occam's Razor | 1 | 23 | military pick | mpi |
@@ -9465,6 +11214,8 @@ $(document).ready(function() {
+ |
+
| Broken Earth | 29 | 30 | military pick | mpi |
@@ -9476,6 +11227,8 @@ $(document).ready(function() {
+ |
+
| Venomlord's Visage | 1 | 55 | minion skull | neb |
@@ -9487,6 +11240,8 @@ $(document).ready(function() {
+ |
+
| Reaper's Trophy | 1 | 49 | Minion Skull | neb |
@@ -9498,10 +11253,12 @@ $(document).ready(function() {
+ |
+
| Lustwander | 1 | 81 | Mirrored Boots | utb |
- 
+
@@ -9509,10 +11266,12 @@ $(document).ready(function() {
+ |
+
| Stairway to Heaven | 1 | 74 | mirrored boots | utb |
- 
+
@@ -9520,6 +11279,8 @@ $(document).ready(function() {
+ |
+
| Fall Of Myth Drannor | 1 | 62 | Mithral Point | 7di |
@@ -9531,6 +11292,8 @@ $(document).ready(function() {
+ |
+
| Elven Mystral | 1 | 74 | mithral point | 7di |
@@ -9542,10 +11305,12 @@ $(document).ready(function() {
+ |
+
| Kashya's Ward | 1 | 73 | mithril coil | umc |
- 
+
@@ -9553,10 +11318,12 @@ $(document).ready(function() {
+ |
+
| Verdugo's Hearty Cord | 1 | 67 | mithril coil | umc |
- 
+
@@ -9564,10 +11331,12 @@ $(document).ready(function() {
+ |
+
| Fortress of Solitude | 1 | 78 | monarch | uit |
- 
+
@@ -9575,6 +11344,8 @@ $(document).ready(function() {
+ |
+
| Stormshield | 1 | 73 | Monarch | uit |
@@ -9586,10 +11357,12 @@ $(document).ready(function() {
+ |
+
| Endless Sleep | 1 | 20 | morning star | mst |
- 
+
@@ -9597,6 +11370,8 @@ $(document).ready(function() {
+ |
+
| Dawn's Mist | 30 | 29 | morning star | mst |
@@ -9608,6 +11383,8 @@ $(document).ready(function() {
+ |
+
| Bloodrise | 1 | 15 | Morning Star | mst |
@@ -9619,10 +11396,12 @@ $(document).ready(function() {
+ |
+
| Janus' Face | 1 | 29 | Mummified Trophy | ne6 |
- 
+
@@ -9630,6 +11409,8 @@ $(document).ready(function() {
+ |
+
| King Tut | 1 | 35 | mummified trophy | ne6 |
@@ -9641,10 +11422,12 @@ $(document).ready(function() {
+ |
+
| Wild Horses | 1 | 87 | myrmidon greaves | uhb |
- 
+
@@ -9652,10 +11435,12 @@ $(document).ready(function() {
+ |
+
| Shadowdancer | 1 | 80 | myrmidon greaves | uhb |
- 
+
@@ -9663,10 +11448,12 @@ $(document).ready(function() {
+ |
+
| Call Of Heroes | 1 | 80 | Mythical Sword | 7wd |
- 
+
@@ -9674,6 +11461,8 @@ $(document).ready(function() {
+ |
+
| Owlbear's Attack | 1 | 87 | mythical sword | 7wd |
@@ -9685,6 +11474,8 @@ $(document).ready(function() {
+ |
+
| Antics of the Jester | 1 | 57 | naga | 9wa |
@@ -9696,6 +11487,8 @@ $(document).ready(function() {
+ |
+
| Guardian Naga | 1 | 48 | Naga | 9wa |
@@ -9707,10 +11500,12 @@ $(document).ready(function() {
+ |
+
| Couatl | 55 | 65 | naga | 9wa |
- 
+
@@ -9718,6 +11513,8 @@ $(document).ready(function() {
+ |
+
| Ogre Cheiftain's Law | 1 | 53 | ogre axe | 7o7 |
@@ -9729,6 +11526,8 @@ $(document).ready(function() {
+ |
+
| Bonehew | 1 | 65 | ogre axe | 7o7 |
@@ -9740,10 +11539,12 @@ $(document).ready(function() {
+ |
+
| Black Lotus | 1 | 87 | ogre gauntlets | uhg |
- 
+
@@ -9751,10 +11552,12 @@ $(document).ready(function() {
+ |
+
| Steelrend | 1 | 83 | ogre gauntlets | uhg |
- 
+
@@ -9762,6 +11565,8 @@ $(document).ready(function() {
+ |
+
| Astral Dreadnought | 1 | 75 | ogre maul | 7m7 |
@@ -9773,10 +11578,12 @@ $(document).ready(function() {
+ |
+
| Windhammer | 1 | 68 | ogre maul | 7m7 |
- 
+
@@ -9784,10 +11591,12 @@ $(document).ready(function() {
+ |
+
| Adamantine Plate | 1 | 62 | ornate armor | xar |
- 
+
@@ -9795,6 +11604,8 @@ $(document).ready(function() {
+ |
+
| Iceskin | 1 | 58 | ornate armor | xar |
@@ -9806,6 +11617,8 @@ $(document).ready(function() {
+ |
+
| Corpsemourn | 1 | 52 | Ornate Armor | xar |
@@ -9817,10 +11630,12 @@ $(document).ready(function() {
+ |
+
| Nihlathak's Spirit | 1 | 71 | overseer skull | ned |
- 
+
@@ -9828,6 +11643,8 @@ $(document).ready(function() {
+ |
+
| Basilisk's Kiss | 1 | 66 | Overseer Skull | ned |
@@ -9839,6 +11656,8 @@ $(document).ready(function() {
+ |
+
| Moonlight Edge | 55 | 53 | partizan | 9pa |
@@ -9850,6 +11669,8 @@ $(document).ready(function() {
+ |
+
| Trial by Fire | 1 | 49 | partizan | 9pa |
@@ -9861,6 +11682,8 @@ $(document).ready(function() {
+ |
+
| Pierre Tombale Couant | 1 | 43 | Partizan | 9pa |
@@ -9872,10 +11695,12 @@ $(document).ready(function() {
+ |
+
| Kerke's Sanctuary | 1 | 44 | Pavise | xow |
- 
+
@@ -9883,10 +11708,12 @@ $(document).ready(function() {
+ |
+
| Shieldmaiden's Shield | 1 | 49 | pavise | xow |
- 
+
@@ -9894,10 +11721,12 @@ $(document).ready(function() {
+ |
+
| Adamantine Shield | 1 | 53 | pavise | xow |
- 
+
@@ -9905,6 +11734,8 @@ $(document).ready(function() {
+ |
+
| Stoneblaster | 1 | 67 | pellet bow | 6lx |
@@ -9916,6 +11747,8 @@ $(document).ready(function() {
+ |
+
| Doubleshot Machine | 1 | 55 | Pellet Bow | 6lx |
@@ -9927,6 +11760,8 @@ $(document).ready(function() {
+ |
+
| Medusa's Gaze | 55 | 46 | petrified wand | 9yw |
@@ -9938,6 +11773,8 @@ $(document).ready(function() {
+ |
+
| Huclavee's Flinch | 1 | 42 | petrified wand | 9yw |
@@ -9949,6 +11786,8 @@ $(document).ready(function() {
+ |
+
| Carin Shard | 1 | 35 | Petrified Wand | 9yw |
@@ -9960,6 +11799,8 @@ $(document).ready(function() {
+ |
+
| Lightsabre | 1 | 58 | Phase Blade | 7cr |
@@ -9971,6 +11812,8 @@ $(document).ready(function() {
+ |
+
| Azurewrath | 1 | 73 | phase blade | 7cr |
@@ -9982,6 +11825,8 @@ $(document).ready(function() {
+ |
+
| The Tannr Gorerod | 1 | 27 | Pike | pik |
@@ -9993,6 +11838,8 @@ $(document).ready(function() {
+ |
+
| Woodclaw | 1 | 30 | pike | pik |
@@ -10004,6 +11851,8 @@ $(document).ready(function() {
+ |
+
| Footman's Picket | 30 | 38 | pike | pik |
@@ -10015,6 +11864,8 @@ $(document).ready(function() {
+ |
+
| Skyglow | 1 | 15 | pilum | pil |
@@ -10026,10 +11877,12 @@ $(document).ready(function() {
+ |
+
| Luck Chaser | 1 | 11 | Pilum | pil |
- 
+
@@ -10037,10 +11890,12 @@ $(document).ready(function() {
+ |
+
| Amazon's Kiss | 24 | 23 | pilum | pil |
- 
+
@@ -10048,6 +11903,8 @@ $(document).ready(function() {
+ |
+
| Chimera's Claw | 1 | 37 | piognard | 9dg |
@@ -10059,6 +11916,8 @@ $(document).ready(function() {
+ |
+
| Cyan Bloodbane | 55 | 47 | piognard | 9dg |
@@ -10070,10 +11929,12 @@ $(document).ready(function() {
+ |
+
| Grimleaper | 1 | 31 | plate boots | hbt |
- 
+
@@ -10081,6 +11942,8 @@ $(document).ready(function() {
+ |
+
| Dark Familiar | 1 | 34 | plate boots | hbt |
@@ -10092,10 +11955,12 @@ $(document).ready(function() {
+ |
+
| Tearhaunch | 1 | 28 | Plate Boots | hbt |
- 
+
@@ -10103,10 +11968,12 @@ $(document).ready(function() {
+ |
+
| Armor of Warmth | 1 | 28 | plate mail | plt |
- 
+
@@ -10114,10 +11981,12 @@ $(document).ready(function() {
+ |
+
| Celestial Revelation | 1 | 25 | plate mail | plt |
- 
+
@@ -10125,6 +11994,8 @@ $(document).ready(function() {
+ |
+
| Boneflesh | 1 | 21 | Plate Mail | plt |
@@ -10136,6 +12007,8 @@ $(document).ready(function() {
+ |
+
| Spineripper | 1 | 32 | Poignard | 9dg |
@@ -10147,6 +12020,8 @@ $(document).ready(function() {
+ |
+
| The Battlebranch | 1 | 21 | Poleaxe | pax |
@@ -10158,6 +12033,8 @@ $(document).ready(function() {
+ |
+
| Landsplitter | 1 | 24 | poleaxe | pax |
@@ -10169,6 +12046,8 @@ $(document).ready(function() {
+ |
+
| Axe of Sytherdan | 31 | 29 | poleaxe | pax |
@@ -10180,10 +12059,12 @@ $(document).ready(function() {
+ |
+
| Voice of Reason | 1 | 68 | polished wand | 7wn |
- 
+
@@ -10191,6 +12072,8 @@ $(document).ready(function() {
+ |
+
| Darkmantle | 1 | 50 | Polished Wand | 7wn |
@@ -10202,6 +12085,8 @@ $(document).ready(function() {
+ |
+
| Goblin Grin | 1 | 4 | Preserved Head | ne1 |
@@ -10213,10 +12098,12 @@ $(document).ready(function() {
+ |
+
| Blanched Death | 1 | 8 | preserved head | ne1 |
- 
+
@@ -10224,6 +12111,8 @@ $(document).ready(function() {
+ |
+
| Black Rain | 1 | 39 | Protector Shield | pa8 |
@@ -10235,6 +12124,8 @@ $(document).ready(function() {
+ |
+
| Defender of Innocence | 1 | 45 | protector shield | pa8 |
@@ -10246,6 +12137,8 @@ $(document).ready(function() {
+ |
+
| Ribcracker | 1 | 31 | Quarterstaff | 8ls |
@@ -10257,10 +12150,12 @@ $(document).ready(function() {
+ |
+
| Silence of the Sphinx | 1 | 39 | quarterstaff | 8ls |
- 
+
@@ -10268,6 +12163,8 @@ $(document).ready(function() {
+ |
+
| Ter'Angreal | 55 | 50 | quarterstaff | 8ls |
@@ -10279,10 +12176,12 @@ $(document).ready(function() {
+ |
+
| Corpseflayer | 1 | 29 | Quhab | 9ar |
- 
+
@@ -10290,6 +12189,8 @@ $(document).ready(function() {
+ |
+
| Storm Demon's Glair | 1 | 37 | quhab | 9ar |
@@ -10301,6 +12202,8 @@ $(document).ready(function() {
+ |
+
| Keys to Hell | 55 | 52 | quhab | 9ar |
@@ -10312,10 +12215,12 @@ $(document).ready(function() {
+ |
+
| Hungerpang | 1 | 11 | quilted armor | qui |
- 
+
@@ -10323,10 +12228,12 @@ $(document).ready(function() {
+ |
+
| Greyform | 1 | 2 | Quilted Armor | qui |
- 
+
@@ -10334,10 +12241,12 @@ $(document).ready(function() {
+ |
+
| Ashenwrath | 1 | 6 | quilted armor | qui |
- 
+
@@ -10345,10 +12254,12 @@ $(document).ready(function() {
+ |
+
| Primal Lust | 1 | 43 | rage mask | ba8 |
- 
+
@@ -10356,6 +12267,8 @@ $(document).ready(function() {
+ |
+
| Slayer's Glee | 1 | 36 | Rage Mask | ba8 |
@@ -10367,6 +12280,8 @@ $(document).ready(function() {
+ |
+
| Iceweaver | 1 | 37 | razor bow | 8hb |
@@ -10378,6 +12293,8 @@ $(document).ready(function() {
+ |
+
| Riphook | 1 | 31 | Razor Bow | 8hb |
@@ -10389,10 +12306,12 @@ $(document).ready(function() {
+ |
+
| Sadira | 55 | 46 | razor bow | 8hb |
- 
+
@@ -10400,6 +12319,8 @@ $(document).ready(function() {
+ |
+
| Elvenbrand | 1 | 32 | reflex bow | am2 |
@@ -10411,6 +12332,8 @@ $(document).ready(function() {
+ |
+
| Ragnarok Sliver | 1 | 24 | Reflex Bow | am2 |
@@ -10422,6 +12345,8 @@ $(document).ready(function() {
+ |
+
| Kashya's Retort | 33 | 39 | reflex bow | am2 |
@@ -10433,10 +12358,12 @@ $(document).ready(function() {
+ |
+
| Fist of Lachdonnan | 1 | 55 | Reinforced Mace | 7ma |
- 
+
@@ -10444,6 +12371,8 @@ $(document).ready(function() {
+ |
+
| Star Dust | 1 | 70 | reinforced mace | 7ma |
@@ -10455,10 +12384,12 @@ $(document).ready(function() {
+ |
+
| Synthalus | 33 | 35 | repeating crossbow | rxb |
- 
+
@@ -10466,6 +12397,8 @@ $(document).ready(function() {
+ |
+
| King's Nail | 1 | 30 | repeating crossbow | rxb |
@@ -10477,6 +12410,8 @@ $(document).ready(function() {
+ |
+
| Doomspittle | 1 | 25 | Repeating Crossbow | rxb |
@@ -10488,10 +12423,12 @@ $(document).ready(function() {
+ |
+
| Golem's Might | 38 | 38 | ring | rin |
- 
+
@@ -10499,10 +12436,12 @@ $(document).ready(function() {
+ |
+
| Nameless Fear | 11 | 11 | ring | rin |
- 
+
@@ -10510,10 +12449,12 @@ $(document).ready(function() {
+ |
+
| Ring of Engagement | 3 | 3 | ring | rin |
- 
+
@@ -10521,10 +12462,12 @@ $(document).ready(function() {
+ |
+
| Fellowship's Hope | 73 | 73 | ring | rin |
- 
+
@@ -10532,10 +12475,12 @@ $(document).ready(function() {
+ |
+
| The Stone of Jordan | 25 | 25 | Ring | rin |
- 
+
@@ -10543,10 +12488,12 @@ $(document).ready(function() {
+ |
+
| Elven Heartband | 18 | 18 | ring | rin |
- 
+
@@ -10554,10 +12501,12 @@ $(document).ready(function() {
+ |
+
| Constricting Ring | 85 | 90 | ring | rin |
- 
+
@@ -10565,10 +12514,12 @@ $(document).ready(function() {
+ |
+
| Vampiric Regeneration | 28 | 28 | ring | rin |
- 
+
@@ -10576,10 +12527,12 @@ $(document).ready(function() {
+ |
+
| Jackal's Laughter | 64 | 64 | ring | rin |
- 
+
@@ -10587,10 +12540,12 @@ $(document).ready(function() {
+ |
+
| Planatar Enlightenment | 45 | 45 | ring | rin |
- 
+
@@ -10598,10 +12553,12 @@ $(document).ready(function() {
+ |
+
| Nagelring | 7 | 7 | Ring | rin |
- 
+
@@ -10609,10 +12566,12 @@ $(document).ready(function() {
+ |
+
| Carrion Wind | 60 | 60 | ring | rin |
- 
+
@@ -10620,10 +12579,12 @@ $(document).ready(function() {
+ |
+
| Manald Heal | 15 | 15 | Ring | rin |
- 
+
@@ -10631,10 +12592,12 @@ $(document).ready(function() {
+ |
+
| Nature's Peace | 69 | 69 | ring | rin |
- 
+
@@ -10642,10 +12605,12 @@ $(document).ready(function() {
+ |
+
| Thief of Dreams | 50 | 50 | ring | rin |
- 
+
@@ -10653,10 +12618,12 @@ $(document).ready(function() {
+ |
+
| Knell of Discord | 20 | 20 | ring | rin |
- 
+
@@ -10664,10 +12631,12 @@ $(document).ready(function() {
+ |
+
| Raven Frost | 42 | 42 | Ring | rin |
- 
+
@@ -10675,10 +12644,12 @@ $(document).ready(function() {
+ |
+
| Stone Of Jordan* | 85 | 85 | ring | rin |
- 
+
@@ -10686,10 +12657,12 @@ $(document).ready(function() {
+ |
+
| Bul Katho's Wedding Band | 58 | 58 | Ring | rin |
- 
+
@@ -10697,10 +12670,12 @@ $(document).ready(function() {
+ |
+
| Dwarf Star | 32 | 32 | Ring | rin |
- 
+
@@ -10708,10 +12683,12 @@ $(document).ready(function() {
+ |
+
| Faerie Ring | 82 | 82 | ring | rin |
- 
+
@@ -10719,10 +12696,12 @@ $(document).ready(function() {
+ |
+
| Wisp | 76 | 76 | ring | rin |
- 
+
@@ -10730,6 +12709,8 @@ $(document).ready(function() {
+ |
+
| The Shadowed One | 1 | 19 | ring mail | rng |
@@ -10741,10 +12722,12 @@ $(document).ready(function() {
+ |
+
| Steelflesh | 1 | 14 | ring mail | rng |
- 
+
@@ -10752,10 +12735,12 @@ $(document).ready(function() {
+ |
+
| Darkglow | 1 | 11 | Ring Mail | rng |
- 
+
@@ -10763,6 +12748,8 @@ $(document).ready(function() {
+ |
+
| Grip of the Gorgon | 1 | 10 | Rondache | pa2 |
@@ -10774,6 +12761,8 @@ $(document).ready(function() {
+ |
+
| Swiftfoot Slash | 1 | 17 | rondache | pa2 |
@@ -10785,6 +12774,8 @@ $(document).ready(function() {
+ |
+
| Sweetwhisper | 1 | 42 | rondel | 9di |
@@ -10796,6 +12787,8 @@ $(document).ready(function() {
+ |
+
| Rattlesnake Bite | 55 | 49 | rondel | 9di |
@@ -10807,6 +12800,8 @@ $(document).ready(function() {
+ |
+
| Heart Carver | 1 | 36 | Rondel | 9di |
@@ -10818,6 +12813,8 @@ $(document).ready(function() {
+ |
+
| Mosers Blessed Circle | 1 | 31 | Round Shield | xml |
@@ -10829,6 +12826,8 @@ $(document).ready(function() {
+ |
+
| Undead Buckler | 1 | 35 | round shield | xml |
@@ -10840,10 +12839,12 @@ $(document).ready(function() {
+ |
+
| Doom's Mirror | 1 | 39 | round shield | xml |
- 
+
@@ -10851,6 +12852,8 @@ $(document).ready(function() {
+ |
+
| Grand Inquisitor | 1 | 54 | Royal Shield | paa |
@@ -10862,6 +12865,8 @@ $(document).ready(function() {
+ |
+
| Wisdom of Thoth | 1 | 46 | royal shield | paa |
@@ -10873,6 +12878,8 @@ $(document).ready(function() {
+ |
+
| Magewrath | 1 | 43 | Rune Bow | 8sw |
@@ -10884,10 +12891,12 @@ $(document).ready(function() {
+ |
+
| Dune Runner | 55 | 56 | rune bow | 8sw |
- 
+
@@ -10895,10 +12904,12 @@ $(document).ready(function() {
+ |
+
| Remorhaz | 1 | 50 | rune bow | 8sw |
- 
+
@@ -10906,6 +12917,8 @@ $(document).ready(function() {
+ |
+
| Zakarum's Hand | 1 | 32 | Rune Scepter | 9sc |
@@ -10917,6 +12930,8 @@ $(document).ready(function() {
+ |
+
| Heavenly Wrath | 1 | 39 | rune scepter | 9sc |
@@ -10928,6 +12943,8 @@ $(document).ready(function() {
+ |
+
| Runestar | 55 | 51 | rune scepter | 9sc |
@@ -10939,10 +12956,12 @@ $(document).ready(function() {
+ |
+
| Skullcollector | 1 | 41 | Rune Staff | 8ws |
- 
+
@@ -10950,10 +12969,12 @@ $(document).ready(function() {
+ |
+
| Survivor's Sonata | 1 | 50 | rune staff | 8ws |
- 
+
@@ -10961,6 +12982,8 @@ $(document).ready(function() {
+ |
+
| Arcane Protection | 55 | 65 | rune staff | 8ws |
@@ -10972,6 +12995,8 @@ $(document).ready(function() {
+ |
+
| Plague Bearer | 1 | 41 | Rune Sword | 9ls |
@@ -10983,6 +13008,8 @@ $(document).ready(function() {
+ |
+
| Bane of All Gods | 1 | 47 | rune sword | 9ls |
@@ -10994,10 +13021,12 @@ $(document).ready(function() {
+ |
+
| Troglodyte | 55 | 52 | rune sword | 9ls |
- 
+
@@ -11005,6 +13034,8 @@ $(document).ready(function() {
+ |
+
| Spellfist | 1 | 85 | runic talons | 7tw |
@@ -11016,6 +13047,8 @@ $(document).ready(function() {
+ |
+
| Sin Sister | 1 | 78 | Runic Talons | 7tw |
@@ -11027,10 +13060,12 @@ $(document).ready(function() {
+ |
+
| Skullder's Ire | 1 | 42 | Russet Armor | xpl |
- 
+
@@ -11038,10 +13073,12 @@ $(document).ready(function() {
+ |
+
| Scars of the Forefathers | 1 | 55 | russet armor | xpl |
- 
+
@@ -11049,6 +13086,8 @@ $(document).ready(function() {
+ |
+
| Brimstone Hearth | 1 | 50 | russet armor | xpl |
@@ -11060,6 +13099,8 @@ $(document).ready(function() {
+ |
+
| Chromablade | 1 | 10 | saber | sbr |
@@ -11071,6 +13112,8 @@ $(document).ready(function() {
+ |
+
| Krintizs Skewer | 1 | 8 | Saber | sbr |
@@ -11082,10 +13125,12 @@ $(document).ready(function() {
+ |
+
| Sajorn Jinx | 25 | 28 | saber | sbr |
- 
+
@@ -11093,6 +13138,8 @@ $(document).ready(function() {
+ |
+
| Tyrael's Might | 1 | 85 | sacred armor | uar |
@@ -11104,6 +13151,8 @@ $(document).ready(function() {
+ |
+
| Templar's Might | 1 | 78 | sacred armor | uar |
@@ -11115,6 +13164,8 @@ $(document).ready(function() {
+ |
+
| Phoenix Fall | 1 | 46 | sacred feathers | dr9 |
@@ -11126,6 +13177,8 @@ $(document).ready(function() {
+ |
+
| Falcon Sharp | 1 | 40 | Sacred Feathers | dr9 |
@@ -11137,6 +13190,8 @@ $(document).ready(function() {
+ |
+
| Flicker Cinch | 1 | 12 | Sacred Globe | ob2 |
@@ -11148,6 +13203,8 @@ $(document).ready(function() {
+ |
+
| Cyanstrike | 1 | 16 | sacred orb | ob2 |
@@ -11159,6 +13216,8 @@ $(document).ready(function() {
+ |
+
| Alma Negra | 1 | 64 | sacred rondache | pac |
@@ -11170,6 +13229,8 @@ $(document).ready(function() {
+ |
+
| Dawn Blesser | 1 | 68 | sacred rondache | pac |
@@ -11181,10 +13242,12 @@ $(document).ready(function() {
+ |
+
| Cleric's Rebuke | 1 | 72 | Sacred Targe | pab |
- 
+
@@ -11192,6 +13255,8 @@ $(document).ready(function() {
+ |
+
| Ancients' Epiphany | 1 | 55 | sacred targe | pab |
@@ -11203,6 +13268,8 @@ $(document).ready(function() {
+ |
+
| Neonate's Sallet | 1 | 40 | sallet | xkp |
@@ -11214,10 +13281,12 @@ $(document).ready(function() {
+ |
+
| Rockstopper | 1 | 31 | Sallet | xkp |
- 
+
@@ -11225,6 +13294,8 @@ $(document).ready(function() {
+ |
+
| Drunken Fury | 1 | 36 | sallet | xkp |
@@ -11236,6 +13307,8 @@ $(document).ready(function() {
+ |
+
| Bloodrune | 1 | 8 | sash | lbl |
@@ -11247,6 +13320,8 @@ $(document).ready(function() {
+ |
+
| Lenyms Cord | 1 | 3 | Sash | lbl |
@@ -11258,6 +13333,8 @@ $(document).ready(function() {
+ |
+
| Ivywrap | 1 | 5 | sash | lbl |
@@ -11269,6 +13346,8 @@ $(document).ready(function() {
+ |
+
| Hanabal's Crown | 1 | 46 | savage helm | ba9 |
@@ -11280,6 +13359,8 @@ $(document).ready(function() {
+ |
+
| Hellraiser's Casque | 1 | 39 | Savage Helmet | ba9 |
@@ -11291,10 +13372,12 @@ $(document).ready(function() {
+ |
+
| Hawkmail | 1 | 13 | Scale Mail | scl |
- 
+
@@ -11302,10 +13385,12 @@ $(document).ready(function() {
+ |
+
| Red Dragon Scails | 1 | 21 | scale mail | scl |
- 
+
@@ -11313,6 +13398,8 @@ $(document).ready(function() {
+ |
+
| Mandrake's Bloom | 1 | 16 | scale mail | scl |
@@ -11324,10 +13411,12 @@ $(document).ready(function() {
+ |
+
| Zaratan Hide | 1 | 69 | scarab husk | ula |
- 
+
@@ -11335,10 +13424,12 @@ $(document).ready(function() {
+ |
+
| Aprhodite's Girdle | 1 | 60 | Scarab Husk | ula |
- 
+
@@ -11346,10 +13437,12 @@ $(document).ready(function() {
+ |
+
| Thoqqua's Slipper | 1 | 64 | scarabshell boots | uvb |
- 
+
@@ -11357,6 +13450,8 @@ $(document).ready(function() {
+ |
+
| Sandstorm Trek | 1 | 70 | scarabshell boots | uvb |
@@ -11368,6 +13463,8 @@ $(document).ready(function() {
+ |
+
| Ambercall | 1 | 8 | scepter | scp |
@@ -11379,6 +13476,8 @@ $(document).ready(function() {
+ |
+
| Knell Striker | 1 | 5 | Scepter | scp |
@@ -11390,6 +13489,8 @@ $(document).ready(function() {
+ |
+
| Angelic Sympathy | 25 | 24 | scepter | scp |
@@ -11401,6 +13502,8 @@ $(document).ready(function() {
+ |
+
| Briarblade | 1 | 8 | scimitar | scm |
@@ -11412,6 +13515,8 @@ $(document).ready(function() {
+ |
+
| Anadek's Sword | 24 | 26 | scimitar | scm |
@@ -11423,6 +13528,8 @@ $(document).ready(function() {
+ |
+
| Blood Crescent | 1 | 5 | Scimitar | scm |
@@ -11434,6 +13541,8 @@ $(document).ready(function() {
+ |
+
| Martial Law | 1 | 33 | scissors katar | skr |
@@ -11445,6 +13554,8 @@ $(document).ready(function() {
+ |
+
| Troll's Touch | 1 | 27 | Scissors Katar | skr |
@@ -11456,6 +13567,8 @@ $(document).ready(function() {
+ |
+
| Dark Demense | 32 | 38 | scissors katar | skr |
@@ -11467,6 +13580,8 @@ $(document).ready(function() {
+ |
+
| Path of the Nightwalker | 55 | 70 | scissors quhab | 9qr |
@@ -11478,6 +13593,8 @@ $(document).ready(function() {
+ |
+
| Fearsome Rumors | 1 | 54 | scissors quhab | 9qr |
@@ -11489,6 +13606,8 @@ $(document).ready(function() {
+ |
+
| Glitterkill | 1 | 49 | Scissors Quhab | 9qr |
@@ -11500,6 +13619,8 @@ $(document).ready(function() {
+ |
+
| Avalanche Strike | 1 | 89 | scissors suwayyah | 7qr |
@@ -11511,6 +13632,8 @@ $(document).ready(function() {
+ |
+
| Torturer's Trust | 1 | 83 | Scissors Suwayyah | 7qr |
@@ -11522,10 +13645,12 @@ $(document).ready(function() {
+ |
+
| Stormlash | 1 | 82 | scourge | 7fl |
- 
+
@@ -11533,6 +13658,8 @@ $(document).ready(function() {
+ |
+
| Horizon's Tornado | 1 | 70 | scourge | 7fl |
@@ -11544,10 +13671,12 @@ $(document).ready(function() {
+ |
+
| Savant Sin | 1 | 42 | scutum | xrg |
- 
+
@@ -11555,6 +13684,8 @@ $(document).ready(function() {
+ |
+
| Stormchaser | 1 | 35 | Scutum | xrg |
@@ -11566,10 +13697,12 @@ $(document).ready(function() {
+ |
+
| Spellbreaker | 1 | 39 | scutum | xrg |
- 
+
@@ -11577,6 +13710,8 @@ $(document).ready(function() {
+ |
+
| Slayer of Fields | 30 | 26 | scythe | scy |
@@ -11588,6 +13723,8 @@ $(document).ready(function() {
+ |
+
| Soul Harvest | 1 | 16 | Scythe | scy |
@@ -11599,10 +13736,12 @@ $(document).ready(function() {
+ |
+
| Rebuker | 1 | 19 | scythe | scy |
- 
+
@@ -11610,6 +13749,8 @@ $(document).ready(function() {
+ |
+
| Celestial Judgment | 1 | 81 | seraph rod | 7qs |
@@ -11621,6 +13762,8 @@ $(document).ready(function() {
+ |
+
| Wrath Of Heaven | 1 | 77 | Seraph Rod | 7qs |
@@ -11632,6 +13775,8 @@ $(document).ready(function() {
+ |
+
| Skin of the Vipermagi | 1 | 29 | SerpentSkin Armor | xea |
@@ -11643,10 +13788,12 @@ $(document).ready(function() {
+ |
+
| Anaconda Skin | 1 | 42 | serpentskin armor | xea |
- 
+
@@ -11654,10 +13801,12 @@ $(document).ready(function() {
+ |
+
| Scavanger's Carapace | 1 | 34 | serpentskin armor | xea |
- 
+
@@ -11665,6 +13814,8 @@ $(document).ready(function() {
+ |
+
| Fallen Hero's Disgrace | 1 | 43 | sextan trophy | ne8 |
@@ -11676,10 +13827,12 @@ $(document).ready(function() {
+ |
+
| Rictus of the Joker | 1 | 36 | Sexton Trophy | ne8 |
- 
+
@@ -11687,6 +13840,8 @@ $(document).ready(function() {
+ |
+
| Death Shade | 1 | 60 | Shadow Bow | 6lb |
@@ -11698,6 +13853,8 @@ $(document).ready(function() {
+ |
+
| Golgomere | 1 | 72 | shadow bow | 6lb |
@@ -11709,10 +13866,12 @@ $(document).ready(function() {
+ |
+
| Steel Carapice | 1 | 77 | shadow plate | uul |
- 
+
@@ -11720,6 +13879,8 @@ $(document).ready(function() {
+ |
+
| Shadowtrick | 1 | 84 | shadow plate | uul |
@@ -11731,10 +13892,12 @@ $(document).ready(function() {
+ |
+
| Bane's Dark Wisdom | 1 | 55 | shako | uap |
- 
+
@@ -11742,6 +13905,8 @@ $(document).ready(function() {
+ |
+
| Harlequin Crest | 1 | 61 | Shako | uap |
@@ -11753,6 +13918,8 @@ $(document).ready(function() {
+ |
+
| Hexfire | 1 | 33 | Shamshir | 9sb |
@@ -11764,10 +13931,12 @@ $(document).ready(function() {
+ |
+
| Locathah | 55 | 43 | shamshir | 9sb |
- 
+
@@ -11775,6 +13944,8 @@ $(document).ready(function() {
+ |
+
| Death of a Thousand Cuts | 1 | 38 | shamshir | 9sb |
@@ -11786,6 +13957,8 @@ $(document).ready(function() {
+ |
+
| Razortail | 1 | 32 | Sharkskin Belt | zvb |
@@ -11797,10 +13970,12 @@ $(document).ready(function() {
+ |
+
| Megladon Wrap | 1 | 41 | sharkskin belt | zvb |
- 
+
@@ -11808,10 +13983,12 @@ $(document).ready(function() {
+ |
+
| Wave Whipper | 1 | 37 | sharkskin belt | zvb |
- 
+
@@ -11819,10 +13996,12 @@ $(document).ready(function() {
+ |
+
| Road to Perdition1 | 1 | 38 | sharkskin boots | xvb |
- 
+
@@ -11830,10 +14009,12 @@ $(document).ready(function() {
+ |
+
| Asheara's Slippers | 1 | 45 | sharkskin boots | xvb |
- 
+
@@ -11841,10 +14022,12 @@ $(document).ready(function() {
+ |
+
| Waterwalk | 1 | 32 | Sharkskin Boots | xvb |
- 
+
@@ -11852,10 +14035,12 @@ $(document).ready(function() {
+ |
+
| Conspiracy of Thieves | 1 | 39 | sharkskin gloves | xvg |
- 
+
@@ -11863,10 +14048,12 @@ $(document).ready(function() {
+ |
+
| Gravepalm | 1 | 32 | Sharkskin Gloves | xvg |
- 
+
@@ -11874,6 +14061,8 @@ $(document).ready(function() {
+ |
+
| Lady of the Lake | 1 | 43 | sharkskin gloves | xvg |
@@ -11885,10 +14074,12 @@ $(document).ready(function() {
+ |
+
| Bloodlust Frenzy | 1 | 59 | sharktooth armor | xld |
- 
+
@@ -11896,10 +14087,12 @@ $(document).ready(function() {
+ |
+
| Seaflame | 1 | 55 | sharktooth armor | xld |
- 
+
@@ -11907,6 +14100,8 @@ $(document).ready(function() {
+ |
+
| Toothrow | 1 | 48 | Sharktooth Armor | xld |
@@ -11918,6 +14113,8 @@ $(document).ready(function() {
+ |
+
| Sanctuary | 1 | 76 | Shillelah | 6bs |
@@ -11929,6 +14126,8 @@ $(document).ready(function() {
+ |
+
| Summoner's Risk | 1 | 79 | shillelah | 6bs |
@@ -11940,6 +14139,8 @@ $(document).ready(function() {
+ |
+
| Willowsting | 1 | 22 | short battle bow | sbb |
@@ -11951,6 +14152,8 @@ $(document).ready(function() {
+ |
+
| Shayira's Flight | 28 | 29 | short battle bow | sbb |
@@ -11962,6 +14165,8 @@ $(document).ready(function() {
+ |
+
| Pullspite | 1 | 19 | Short Battle Bow | sbb |
@@ -11973,6 +14178,8 @@ $(document).ready(function() {
+ |
+
| Pluckeye | 1 | 4 | Short Bow | sbw |
@@ -11984,6 +14191,8 @@ $(document).ready(function() {
+ |
+
| Freedom's Flight | 24 | 25 | short bow | sbw |
@@ -11995,6 +14204,8 @@ $(document).ready(function() {
+ |
+
| Violetwing | 1 | 7 | short bow | sbw |
@@ -12006,6 +14217,8 @@ $(document).ready(function() {
+ |
+
| Whichwild String | 1 | 39 | Short Siege Bow | 8s8 |
@@ -12017,6 +14230,8 @@ $(document).ready(function() {
+ |
+
| Pride's Paradox | 1 | 45 | short siege bow | 8s8 |
@@ -12028,6 +14243,8 @@ $(document).ready(function() {
+ |
+
| Hailstrike | 55 | 52 | short siege bow | 8s8 |
@@ -12039,6 +14256,8 @@ $(document).ready(function() {
+ |
+
| Chaoskiller | 26 | 27 | short spear | ssp |
@@ -12050,10 +14269,12 @@ $(document).ready(function() {
+ |
+
| Teeth of Infinity | 1 | 21 | short spear | ssp |
- 
+
@@ -12061,6 +14282,8 @@ $(document).ready(function() {
+ |
+
| Pridebreaker | 1 | 17 | Short Spear | ssp |
@@ -12072,6 +14295,8 @@ $(document).ready(function() {
+ |
+
| Bane Ash | 1 | 3 | Short Staff | sst |
@@ -12083,6 +14308,8 @@ $(document).ready(function() {
+ |
+
| Puzzler's Mystery | 1 | 6 | short staff | sst |
@@ -12094,6 +14321,8 @@ $(document).ready(function() {
+ |
+
| Invoker | 24 | 24 | short staff | sst |
@@ -12105,6 +14334,8 @@ $(document).ready(function() {
+ |
+
| Deviljack | 1 | 5 | short sword | ssd |
@@ -12116,10 +14347,12 @@ $(document).ready(function() {
+ |
+
| Epee of Speed | 23 | 24 | short sword | ssd |
- 
+
@@ -12127,6 +14360,8 @@ $(document).ready(function() {
+ |
+
| Rixots Keen | 1 | 2 | Short Sword | ssd |
@@ -12138,6 +14373,8 @@ $(document).ready(function() {
+ |
+
| Hellclap | 1 | 26 | Short War Bow | swb |
@@ -12149,10 +14386,12 @@ $(document).ready(function() {
+ |
+
| Sylvan Battle Bow | 30 | 35 | short war bow | swb |
- 
+
@@ -12160,10 +14399,12 @@ $(document).ready(function() {
+ |
+
| Ranger's Sting | 1 | 29 | short war bow | swb |
- 
+
@@ -12171,6 +14412,8 @@ $(document).ready(function() {
+ |
+
| Raven Myst | 1 | 43 | siege crossbow | 8mx |
@@ -12182,6 +14425,8 @@ $(document).ready(function() {
+ |
+
| Giant Hair Crossbow | 55 | 53 | siege crossbow | 8mx |
@@ -12193,6 +14438,8 @@ $(document).ready(function() {
+ |
+
| Pus Spiter | 1 | 36 | Siege Crossbow | 8mx |
@@ -12204,10 +14451,12 @@ $(document).ready(function() {
+ |
+
| Shapeshifter | 1 | 69 | silver-edged axe | 7ba |
- 
+
@@ -12215,6 +14464,8 @@ $(document).ready(function() {
+ |
+
| Ethereal Edge | 1 | 62 | silver-edged axe | 7ba |
@@ -12226,10 +14477,12 @@ $(document).ready(function() {
+ |
+
| Hatemonger | 1 | 38 | Simbilan | 9s9 |
- 
+
@@ -12237,6 +14490,8 @@ $(document).ready(function() {
+ |
+
| Cursed One | 1 | 47 | simbilan | 9s9 |
@@ -12248,6 +14503,8 @@ $(document).ready(function() {
+ |
+
| Artimus's Spiculum | 55 | 61 | simbilan | 9s9 |
@@ -12259,6 +14516,8 @@ $(document).ready(function() {
+ |
+
| Devourer of Dreams | 1 | 13 | skull cap | skp |
@@ -12270,10 +14529,12 @@ $(document).ready(function() {
+ |
+
| Liespreader | 1 | 16 | skull cap | skp |
- 
+
@@ -12281,6 +14542,8 @@ $(document).ready(function() {
+ |
+
| Tarnhelm | 1 | 10 | Skull Cap | skp |
@@ -12292,6 +14555,8 @@ $(document).ready(function() {
+ |
+
| Hecuba's Tresses | 1 | 79 | sky spirit | dre |
@@ -12303,6 +14568,8 @@ $(document).ready(function() {
+ |
+
| Ravenlore | 1 | 74 | sky spirit | dre |
@@ -12314,6 +14581,8 @@ $(document).ready(function() {
+ |
+
| Vanguard | 1 | 51 | slayer guard | baa |
@@ -12325,6 +14594,8 @@ $(document).ready(function() {
+ |
+
| Arreat's Face | 1 | 42 | Slayer Guard | baa |
@@ -12336,6 +14607,8 @@ $(document).ready(function() {
+ |
+
| Moon Blade | 1 | 64 | Small Crescent | 7ax |
@@ -12347,10 +14620,12 @@ $(document).ready(function() {
+ |
+
| Death Slaad | 71 | 71 | small crescent | 7ax |
- 
+
@@ -12358,10 +14633,12 @@ $(document).ready(function() {
+ |
+
| Skein of Deceit | 1 | 11 | small shield | sml |
- 
+
@@ -12369,6 +14646,8 @@ $(document).ready(function() {
+ |
+
| Umbral Disk | 1 | 7 | Small Shield | sml |
@@ -12380,10 +14659,12 @@ $(document).ready(function() {
+ |
+
| Golgomere's Shield | 1 | 14 | small shield | sml |
- 
+
@@ -12391,6 +14672,8 @@ $(document).ready(function() {
+ |
+
| Soul Stinger | 1 | 18 | Smoked Sphere | ob3 |
@@ -12402,6 +14685,8 @@ $(document).ready(function() {
+ |
+
| Revoker | 1 | 23 | smoked sphere | ob3 |
@@ -12413,6 +14698,8 @@ $(document).ready(function() {
+ |
+
| Desecration Sigil | 1 | 50 | Sparkling Ball | ob9 |
@@ -12424,6 +14711,8 @@ $(document).ready(function() {
+ |
+
| Manna from Heaven | 1 | 48 | sparkling ball | ob9 |
@@ -12435,6 +14724,8 @@ $(document).ready(function() {
+ |
+
| Sleepthorn | 20 | 18 | spear | spr |
@@ -12446,6 +14737,8 @@ $(document).ready(function() {
+ |
+
| Zealot's Branch | 1 | 9 | spear | spr |
@@ -12457,6 +14750,8 @@ $(document).ready(function() {
+ |
+
| The Dragon Chang | 1 | 5 | Spear | spr |
@@ -12468,6 +14763,8 @@ $(document).ready(function() {
+ |
+
| Dragon Turtle | 29 | 32 | spetum | spt |
@@ -12479,6 +14776,8 @@ $(document).ready(function() {
+ |
+
| Lance of Yaggai | 1 | 22 | Spetum | spt |
@@ -12490,6 +14789,8 @@ $(document).ready(function() {
+ |
+
| Ruemonger | 1 | 26 | spetum | spt |
@@ -12501,6 +14802,8 @@ $(document).ready(function() {
+ |
+
| Confusion Flight | 55 | 65 | spiculum | 9gl |
@@ -12512,6 +14815,8 @@ $(document).ready(function() {
+ |
+
| Warbreeder | 1 | 41 | Spiculum | 9gl |
@@ -12523,6 +14828,8 @@ $(document).ready(function() {
+ |
+
| Blessed One | 1 | 50 | spiculum | 9gl |
@@ -12534,6 +14841,8 @@ $(document).ready(function() {
+ |
+
| Black Widow | 1 | 51 | Spider Bow | 6sb |
@@ -12545,6 +14854,8 @@ $(document).ready(function() {
+ |
+
| Arachnid's Bite | 1 | 65 | spider bow | 6sb |
@@ -12556,10 +14867,12 @@ $(document).ready(function() {
+ |
+
| Duskwreath | 1 | 60 | spiderweb sash | ulc |
- 
+
@@ -12567,6 +14880,8 @@ $(document).ready(function() {
+ |
+
| Arachnid Mesh | 1 | 55 | spiderweb sash | ulc |
@@ -12578,6 +14893,8 @@ $(document).ready(function() {
+ |
+
| Stoutnail | 1 | 5 | Spiked Club | spc |
@@ -12589,6 +14906,8 @@ $(document).ready(function() {
+ |
+
| Oakheart | 1 | 9 | spiked club | spc |
@@ -12600,10 +14919,12 @@ $(document).ready(function() {
+ |
+
| Troll's Nail | 28 | 30 | spiked club | spc |
- 
+
@@ -12611,6 +14932,8 @@ $(document).ready(function() {
+ |
+
| Debtfinisher | 1 | 18 | spiked shield | spk |
@@ -12622,10 +14945,12 @@ $(document).ready(function() {
+ |
+
| Fanged Shield | 1 | 22 | spiked shield | spk |
- 
+
@@ -12633,6 +14958,8 @@ $(document).ready(function() {
+ |
+
| Swordback Hold | 1 | 15 | Spiked Shield | spk |
@@ -12644,10 +14971,12 @@ $(document).ready(function() {
+ |
+
| Veil of Steel | 1 | 75 | Spired Helm | uhm |
- 
+
@@ -12655,10 +14984,12 @@ $(document).ready(function() {
+ |
+
| Nightwing's Veil | 1 | 86 | spired helm | uhm |
- 
+
@@ -12666,6 +14997,8 @@ $(document).ready(function() {
+ |
+
| Lion's Pride | 1 | 30 | spirit mask | dr5 |
@@ -12677,6 +15010,8 @@ $(document).ready(function() {
+ |
+
| Wraith Whisper | 1 | 25 | Spirit Mask | dr5 |
@@ -12688,6 +15023,8 @@ $(document).ready(function() {
+ |
+
| Starsong | 1 | 26 | splint mail | spl |
@@ -12699,10 +15036,12 @@ $(document).ready(function() {
+ |
+
| Russetfire | 1 | 22 | splint mail | spl |
- 
+
@@ -12710,6 +15049,8 @@ $(document).ready(function() {
+ |
+
| Iceblink | 1 | 19 | Splint Mail | spl |
@@ -12721,6 +15062,8 @@ $(document).ready(function() {
+ |
+
| Horadric Staff | 1 | 0 | Staff | hst |
@@ -12732,6 +15075,8 @@ $(document).ready(function() {
+ |
+
| Staff of Kings | 1 | 0 | Staff | msf |
@@ -12743,6 +15088,8 @@ $(document).ready(function() {
+ |
+
| Angelsong | 1 | 12 | Stag Bow | am1 |
@@ -12754,6 +15101,8 @@ $(document).ready(function() {
+ |
+
| Damsel of Destruction | 26 | 26 | stag bow | am1 |
@@ -12765,6 +15114,8 @@ $(document).ready(function() {
+ |
+
| Bleeding Branch | 1 | 18 | stag bow | am1 |
@@ -12776,10 +15127,12 @@ $(document).ready(function() {
+ |
+
| Ogden's Wisdom | 1 | 69 | stalagmite | 6ls |
- 
+
@@ -12787,6 +15140,8 @@ $(document).ready(function() {
+ |
+
| Gorgon Strength | 1 | 55 | Stalagmite | 6ls |
@@ -12798,10 +15153,12 @@ $(document).ready(function() {
+ |
+
| Thieve's Lockpicker | 55 | 56 | stilleto | 9bl |
- 
+
@@ -12809,6 +15166,8 @@ $(document).ready(function() {
+ |
+
| Falcon Talon | 1 | 48 | stilleto | 9bl |
@@ -12820,6 +15179,8 @@ $(document).ready(function() {
+ |
+
| Stormspike | 1 | 41 | Stilleto | 9bl |
@@ -12831,6 +15192,8 @@ $(document).ready(function() {
+ |
+
| Twitchthroe | 1 | 8 | Studded Leather | stu |
@@ -12842,10 +15205,12 @@ $(document).ready(function() {
+ |
+
| Scarab of Protection | 1 | 17 | studded leather | stu |
- 
+
@@ -12853,10 +15218,12 @@ $(document).ready(function() {
+ |
+
| Gemini Coat | 1 | 12 | studded leather | stu |
- 
+
@@ -12864,6 +15231,8 @@ $(document).ready(function() {
+ |
+
| Breath Of Fire | 1 | 58 | Stygian Pike | 7tr |
@@ -12875,6 +15244,8 @@ $(document).ready(function() {
+ |
+
| Kuo-Toa's Spear | 1 | 69 | stygian pike | 7tr |
@@ -12886,6 +15257,8 @@ $(document).ready(function() {
+ |
+
| Summerstrike | 1 | 74 | Stygian Pilum | 7pi |
@@ -12897,10 +15270,12 @@ $(document).ready(function() {
+ |
+
| Woundripper | 1 | 61 | stygian pilum | 7pi |
- 
+
@@ -12908,10 +15283,12 @@ $(document).ready(function() {
+ |
+
| Prayer for the Dying | 1 | 78 | succubae skull | nee |
- 
+
@@ -12919,6 +15296,8 @@ $(document).ready(function() {
+ |
+
| Boneflame | 1 | 72 | succubae skull | nee |
@@ -12930,6 +15309,8 @@ $(document).ready(function() {
+ |
+
| Sanctuary's Scion | 1 | 59 | Sun Spirit | drc |
@@ -12941,6 +15322,8 @@ $(document).ready(function() {
+ |
+
| Eagle Eyes | 1 | 65 | sun spirit | drc |
@@ -12952,6 +15335,8 @@ $(document).ready(function() {
+ |
+
| Iniquity Razor | 1 | 55 | Suwayyah | 7ar |
@@ -12963,6 +15348,8 @@ $(document).ready(function() {
+ |
+
| Wakazashi | 1 | 64 | suwayyah | 7ar |
@@ -12974,6 +15361,8 @@ $(document).ready(function() {
+ |
+
| The Oculus | 1 | 42 | Swirling Crystal | oba |
@@ -12985,6 +15374,8 @@ $(document).ready(function() {
+ |
+
| Quandry of the Queen | 1 | 39 | swirling crystal | oba |
@@ -12996,6 +15387,8 @@ $(document).ready(function() {
+ |
+
| Stormrider | 1 | 41 | Tabar | 9bt |
@@ -13007,6 +15400,8 @@ $(document).ready(function() {
+ |
+
| Spirit Naga | 55 | 54 | tabar | 9bt |
@@ -13018,6 +15413,8 @@ $(document).ready(function() {
+ |
+
| Ravid's Bite | 1 | 47 | tabar | 9bt |
@@ -13029,10 +15426,12 @@ $(document).ready(function() {
+ |
+
| Validator | 1 | 8 | targe | pa1 |
- 
+
@@ -13040,6 +15439,8 @@ $(document).ready(function() {
+ |
+
| Seafarer's Security | 1 | 5 | Targe | pa1 |
@@ -13051,6 +15452,8 @@ $(document).ready(function() {
+ |
+
| Guardian Angel | 1 | 45 | Templar Coat | xlt |
@@ -13062,10 +15465,12 @@ $(document).ready(function() {
+ |
+
| Succulent Sin | 1 | 52 | templar coat | xlt |
- 
+
@@ -13073,10 +15478,12 @@ $(document).ready(function() {
+ |
+
| Demonspike Coat | 1 | 57 | templar coat | xlt |
- 
+
@@ -13084,6 +15491,8 @@ $(document).ready(function() {
+ |
+
| The Reaper's Toll | 1 | 68 | thresher | 7s8 |
@@ -13095,6 +15504,8 @@ $(document).ready(function() {
+ |
+
| Winter Solstice | 1 | 75 | thresher | 7s8 |
@@ -13106,6 +15517,8 @@ $(document).ready(function() {
+ |
+
| Spectral Slayer | 20 | 20 | throwing axe | tax |
@@ -13117,6 +15530,8 @@ $(document).ready(function() {
+ |
+
| Solstice Edge | 1 | 6 | Throwing Axe | tax |
@@ -13128,10 +15543,12 @@ $(document).ready(function() {
+ |
+
| Tonguecutter | 1 | 10 | throwing axe | tax |
- 
+
@@ -13139,6 +15556,8 @@ $(document).ready(function() {
+ |
+
| Sheera's Knives | 25 | 22 | throwing knife | tkf |
@@ -13150,6 +15569,8 @@ $(document).ready(function() {
+ |
+
| Subtle Slice | 1 | 7 | throwing knife | tkf |
@@ -13161,6 +15582,8 @@ $(document).ready(function() {
+ |
+
| Splinterbeam | 1 | 4 | Throwing Knife | tkf |
@@ -13172,6 +15595,8 @@ $(document).ready(function() {
+ |
+
| Dancing Scarecrow | 31 | 37 | throwing spear | tsp |
@@ -13183,10 +15608,12 @@ $(document).ready(function() {
+ |
+
| Splinterfreeze | 1 | 32 | throwing spear | tsp |
- 
+
@@ -13194,6 +15621,8 @@ $(document).ready(function() {
+ |
+
| Baba Yaga's Needle | 1 | 29 | Throwing Spear | tsp |
@@ -13205,6 +15634,8 @@ $(document).ready(function() {
+ |
+
| The Cranium Basher | 1 | 72 | Thunder Maul | 7gm |
@@ -13216,6 +15647,8 @@ $(document).ready(function() {
+ |
+
| Earthshifter | 1 | 87 | thunder maul | 7gm |
@@ -13227,6 +15660,8 @@ $(document).ready(function() {
+ |
+
| Gillian's Hairpin | 1 | 72 | tiara | ci2 |
@@ -13238,6 +15673,8 @@ $(document).ready(function() {
+ |
+
| Mystic Angel | 1 | 68 | tiara | ci2 |
@@ -13249,6 +15686,8 @@ $(document).ready(function() {
+ |
+
| Kira's Guardian | 1 | 60 | tiara | ci2 |
@@ -13260,10 +15699,12 @@ $(document).ready(function() {
+ |
+
| Crow Caw | 1 | 37 | Tigulated Mail | xcl |
- 
+
@@ -13271,10 +15712,12 @@ $(document).ready(function() {
+ |
+
| Weakest Link | 1 | 47 | tigulated mail | xcl |
- 
+
@@ -13282,6 +15725,8 @@ $(document).ready(function() {
+ |
+
| Panic of Thousands | 1 | 43 | tigulated mail | xcl |
@@ -13293,6 +15738,8 @@ $(document).ready(function() {
+ |
+
| Razoredge | 1 | 58 | Tomahawk | 7ha |
@@ -13304,6 +15751,8 @@ $(document).ready(function() {
+ |
+
| Marilith | 68 | 68 | tomahawk | 7ha |
@@ -13315,6 +15764,8 @@ $(document).ready(function() {
+ |
+
| Wand of Fireballs | 1 | 45 | tomb wand | 9bw |
@@ -13326,6 +15777,8 @@ $(document).ready(function() {
+ |
+
| Asylum's Ward | 55 | 49 | tomb wand | 9bw |
@@ -13337,6 +15790,8 @@ $(document).ready(function() {
+ |
+
| Arm of King Leoric | 1 | 36 | Tomb Wand | 9bw |
@@ -13348,6 +15803,8 @@ $(document).ready(function() {
+ |
+
| Leader of the Pack | 1 | 50 | totemic mask | dra |
@@ -13359,6 +15816,8 @@ $(document).ready(function() {
+ |
+
| Jalal's Mane | 1 | 42 | Totemic Mask | dra |
@@ -13370,10 +15829,12 @@ $(document).ready(function() {
+ |
+
| Bverrit Keep | 1 | 23 | Tower Shield | tow |
- 
+
@@ -13381,10 +15842,12 @@ $(document).ready(function() {
+ |
+
| Bigby's Crushing Fist | 1 | 25 | tower shield | tow |
- 
+
@@ -13392,6 +15855,8 @@ $(document).ready(function() {
+ |
+
| Knight's Dawn | 1 | 29 | tower shield | tow |
@@ -13403,10 +15868,12 @@ $(document).ready(function() {
+ |
+
| Cold Comfort | 1 | 38 | trellised armor | xtu |
- 
+
@@ -13414,10 +15881,12 @@ $(document).ready(function() {
+ |
+
| Lilt of the Dryad | 1 | 44 | trellised armor | xtu |
- 
+
@@ -13425,6 +15894,8 @@ $(document).ready(function() {
+ |
+
| Ironpelt | 1 | 33 | Tresllised Armor | xtu |
@@ -13436,6 +15907,8 @@ $(document).ready(function() {
+ |
+
| Razortine | 1 | 10 | Trident | tri |
@@ -13447,6 +15920,8 @@ $(document).ready(function() {
+ |
+
| Mako's Pierce | 26 | 23 | trident | tri |
@@ -13458,6 +15933,8 @@ $(document).ready(function() {
+ |
+
| Deceiver's Device | 1 | 15 | trident | tri |
@@ -13469,6 +15946,8 @@ $(document).ready(function() {
+ |
+
| Wisdom's Wrap | 1 | 78 | troll belt | utc |
@@ -13480,6 +15959,8 @@ $(document).ready(function() {
+ |
+
| Ecstacy of Ishtar | 1 | 71 | Troll Belt | utc |
@@ -13491,6 +15972,8 @@ $(document).ready(function() {
+ |
+
| Cry of the Wretched | 1 | 80 | troll nest | ush |
@@ -13502,10 +15985,12 @@ $(document).ready(function() {
+ |
+
| Headhunter's Glory | 1 | 75 | troll nest | ush |
- 
+
@@ -13513,6 +15998,8 @@ $(document).ready(function() {
+ |
+
| Nord's Tenderizer | 1 | 63 | truncheon | 7cl |
@@ -13524,6 +16011,8 @@ $(document).ready(function() {
+ |
+
| Stirgi's Club | 1 | 70 | truncheon | 7cl |
@@ -13535,6 +16024,8 @@ $(document).ready(function() {
+ |
+
| Blade of Ali Baba | 1 | 35 | Tulwar | 9fc |
@@ -13546,6 +16037,8 @@ $(document).ready(function() {
+ |
+
| Song of the Damned | 55 | 45 | tulwar | 9fc |
@@ -13557,10 +16050,12 @@ $(document).ready(function() {
+ |
+
| Fleshbleeder | 1 | 40 | tulwar | 9fc |
- 
+
@@ -13568,6 +16063,8 @@ $(document).ready(function() {
+ |
+
| The Mangler | 1 | 49 | tusk sword | 9gs |
@@ -13579,10 +16076,12 @@ $(document).ready(function() {
+ |
+
| Thunderclap | 55 | 56 | tusk sword | 9gs |
- 
+
@@ -13590,6 +16089,8 @@ $(document).ready(function() {
+ |
+
| The Vile Husk | 1 | 42 | Tusk Sword | 9gs |
@@ -13601,10 +16102,12 @@ $(document).ready(function() {
+ |
+
| Harvest of Souls | 1 | 50 | twin axe | 92a |
- 
+
@@ -13612,10 +16115,12 @@ $(document).ready(function() {
+ |
+
| Cryohydra | 55 | 56 | twin axe | 92a |
- 
+
@@ -13623,6 +16128,8 @@ $(document).ready(function() {
+ |
+
| Islestrike | 1 | 43 | Twin Axe | 92a |
@@ -13634,6 +16141,8 @@ $(document).ready(function() {
+ |
+
| Blightsummoner | 1 | 77 | tyrant club | 7sp |
@@ -13645,10 +16154,12 @@ $(document).ready(function() {
+ |
+
| Demonlimb | 1 | 68 | tyrant club | 7sp |
- 
+
@@ -13656,6 +16167,8 @@ $(document).ready(function() {
+ |
+
| Deaths's Web | 1 | 80 | unearthed wand | 7gw |
@@ -13667,6 +16180,8 @@ $(document).ready(function() {
+ |
+
| Pull of Darkness | 1 | 86 | unearthed wand | 7gw |
@@ -13678,6 +16193,8 @@ $(document).ready(function() {
+ |
+
| Scalphunter | 1 | 15 | Unraveller Head | ne3 |
@@ -13689,6 +16206,8 @@ $(document).ready(function() {
+ |
+
| Death Mauler | 1 | 19 | unraveller head | ne3 |
@@ -13700,6 +16219,8 @@ $(document).ready(function() {
+ |
+
| Lachdonnan's Bracers | 1 | 80 | vambraces | umg |
@@ -13711,6 +16232,8 @@ $(document).ready(function() {
+ |
+
| Souldrain | 1 | 74 | vambraces | umg |
@@ -13722,6 +16245,8 @@ $(document).ready(function() {
+ |
+
| Dracul's Grasp | 1 | 65 | vampirebone gloves | uvg |
@@ -13733,10 +16258,12 @@ $(document).ready(function() {
+ |
+
| Bloodyearn | 1 | 71 | vampirebone gloves | uvg |
- 
+
@@ -13744,6 +16271,8 @@ $(document).ready(function() {
+ |
+
| Nosferatu's Coil | 1 | 59 | Vampirefang Belt | uvc |
@@ -13755,10 +16284,12 @@ $(document).ready(function() {
+ |
+
| Dreadfury | 1 | 64 | vampirefang belt | uvc |
- 
+
@@ -13766,6 +16297,8 @@ $(document).ready(function() {
+ |
+
| Unity of Mind | 1 | 73 | vortex orb | obe |
@@ -13777,6 +16310,8 @@ $(document).ready(function() {
+ |
+
| Athena's Tirade | 1 | 78 | Vortex Orb | obe |
@@ -13788,6 +16323,8 @@ $(document).ready(function() {
+ |
+
| Fortress of Morpheus | 1 | 88 | Vortex Shield | paf |
@@ -13799,6 +16336,8 @@ $(document).ready(function() {
+ |
+
| Valorsong | 1 | 84 | vortex shield | paf |
@@ -13810,6 +16349,8 @@ $(document).ready(function() {
+ |
+
| Oreseeker | 1 | 14 | voulge | vou |
@@ -13821,6 +16362,8 @@ $(document).ready(function() {
+ |
+
| Simpering Edge | 27 | 23 | voulge | vou |
@@ -13832,6 +16375,8 @@ $(document).ready(function() {
+ |
+
| Steelgoad | 1 | 11 | Voulge | vou |
@@ -13843,10 +16388,12 @@ $(document).ready(function() {
+ |
+
| Jadrik's Torment | 1 | 49 | Walking Stick | 6ss |
- 
+
@@ -13854,6 +16401,8 @@ $(document).ready(function() {
+ |
+
| Road to Perdition | 1 | 67 | walking stick | 6ss |
@@ -13865,6 +16414,8 @@ $(document).ready(function() {
+ |
+
| Acolyte's Wand | 24 | 25 | wand | wnd |
@@ -13876,6 +16427,8 @@ $(document).ready(function() {
+ |
+
| Iros Torch | 1 | 5 | Wand | wnd |
@@ -13887,10 +16440,12 @@ $(document).ready(function() {
+ |
+
| Bitter Sorrow | 1 | 9 | wand | wnd |
- 
+
@@ -13898,6 +16453,8 @@ $(document).ready(function() {
+ |
+
| Shadazar's Answer | 30 | 35 | war axe | wax |
@@ -13909,6 +16466,8 @@ $(document).ready(function() {
+ |
+
| Deathflake | 1 | 30 | war axe | wax |
@@ -13920,6 +16479,8 @@ $(document).ready(function() {
+ |
+
| Rakescar | 1 | 27 | War Axe | wax |
@@ -13931,6 +16492,8 @@ $(document).ready(function() {
+ |
+
| Shattered Dreams | 1 | 50 | war belt | zhb |
@@ -13942,6 +16505,8 @@ $(document).ready(function() {
+ |
+
| Thudergod's Vigor | 1 | 47 | War Belt | zhb |
@@ -13953,10 +16518,12 @@ $(document).ready(function() {
+ |
+
| The Art of War | 1 | 54 | war belt | zhb |
- 
+
@@ -13964,10 +16531,12 @@ $(document).ready(function() {
+ |
+
| Doubtraiser | 1 | 55 | war boots | xhb |
- 
+
@@ -13975,10 +16544,12 @@ $(document).ready(function() {
+ |
+
| Gorerider | 1 | 47 | War Boots | xhb |
- 
+
@@ -13986,10 +16557,12 @@ $(document).ready(function() {
+ |
+
| River Stalker | 1 | 60 | war boots | xhb |
- 
+
@@ -13997,6 +16570,8 @@ $(document).ready(function() {
+ |
+
| Hill Giant's Bludgeon | 55 | 59 | war club | 9m9 |
@@ -14008,10 +16583,12 @@ $(document).ready(function() {
+ |
+
| Readiness for War | 1 | 48 | war club | 9m9 |
- 
+
@@ -14019,6 +16596,8 @@ $(document).ready(function() {
+ |
+
| Bloodtree Stump | 1 | 40 | War Club | 9m9 |
@@ -14030,10 +16609,12 @@ $(document).ready(function() {
+ |
+
| Braced for Battle | 1 | 86 | ward | uts |
- 
+
@@ -14041,10 +16622,12 @@ $(document).ready(function() {
+ |
+
| Spirit Ward | 1 | 80 | ward | uts |
- 
+
@@ -14052,6 +16635,8 @@ $(document).ready(function() {
+ |
+
| Darts of Evermeet | 55 | 69 | war dart | 9bk |
@@ -14063,6 +16648,8 @@ $(document).ready(function() {
+ |
+
| Pain Harvester | 1 | 45 | War Dart | 9bk |
@@ -14074,6 +16661,8 @@ $(document).ready(function() {
+ |
+
| Ravenstar | 1 | 52 | war dart | 9bk |
@@ -14085,10 +16674,12 @@ $(document).ready(function() {
+ |
+
| Patron of Perversity | 1 | 82 | ward bow | 6sw |
- 
+
@@ -14096,6 +16687,8 @@ $(document).ready(function() {
+ |
+
| Widowmaker | 1 | 71 | ward bow | 6sw |
@@ -14107,6 +16700,8 @@ $(document).ready(function() {
+ |
+
| Nightwrath | 1 | 76 | war fist | 7xf |
@@ -14118,6 +16713,8 @@ $(document).ready(function() {
+ |
+
| Silent Shank | 1 | 70 | War Fist | 7xf |
@@ -14129,6 +16726,8 @@ $(document).ready(function() {
+ |
+
| Fear and Loathing | 1 | 44 | war fork | 9br |
@@ -14140,6 +16739,8 @@ $(document).ready(function() {
+ |
+
| Dragoon's Shank | 55 | 49 | war fork | 9br |
@@ -14151,6 +16752,8 @@ $(document).ready(function() {
+ |
+
| Soulfeast Tine | 1 | 37 | War Fork | 9br |
@@ -14162,10 +16765,12 @@ $(document).ready(function() {
+ |
+
| Burning Soul | 1 | 60 | war gauntlets | xhg |
- 
+
@@ -14173,6 +16778,8 @@ $(document).ready(function() {
+ |
+
| Threat of Retribution | 1 | 55 | war gauntlets | xhg |
@@ -14184,6 +16791,8 @@ $(document).ready(function() {
+ |
+
| Hellmouth | 1 | 47 | War Gauntlets | xhg |
@@ -14195,10 +16804,12 @@ $(document).ready(function() {
+ |
+
| Stunhummer | 1 | 32 | war hammer | whm |
- 
+
@@ -14206,6 +16817,8 @@ $(document).ready(function() {
+ |
+
| Ironstone | 1 | 27 | War Hammer | whm |
@@ -14217,6 +16830,8 @@ $(document).ready(function() {
+ |
+
| Gnat Sting | 35 | 35 | war hammer | whm |
@@ -14228,6 +16843,8 @@ $(document).ready(function() {
+ |
+
| Peasent Crown | 1 | 28 | War Hat | xap |
@@ -14239,10 +16856,12 @@ $(document).ready(function() {
+ |
+
| Hushmaker | 1 | 33 | war hat | xap |
- 
+
@@ -14250,10 +16869,12 @@ $(document).ready(function() {
+ |
+
| Pepin's Blessing | 1 | 36 | war hat | xap |
- 
+
@@ -14261,6 +16882,8 @@ $(document).ready(function() {
+ |
+
| Severalkill | 1 | 31 | War Javelin | 9ja |
@@ -14272,6 +16895,8 @@ $(document).ready(function() {
+ |
+
| Rhyme of the Bard | 1 | 37 | war javelin | 9ja |
@@ -14283,6 +16908,8 @@ $(document).ready(function() {
+ |
+
| Aiel Javelins | 55 | 54 | war javelin | 9ja |
@@ -14294,6 +16921,8 @@ $(document).ready(function() {
+ |
+
| Steelpillar | 1 | 80 | war pike | 7p7 |
@@ -14305,6 +16934,8 @@ $(document).ready(function() {
+ |
+
| Prancing Pike | 1 | 86 | war pike | 7p7 |
@@ -14316,6 +16947,8 @@ $(document).ready(function() {
+ |
+
| Stormeye | 1 | 23 | War Scepter | wsp |
@@ -14327,10 +16960,12 @@ $(document).ready(function() {
+ |
+
| Crusader's Wrath | 30 | 42 | war scepter | wsp |
- 
+
@@ -14338,10 +16973,12 @@ $(document).ready(function() {
+ |
+
| Dawnskein | 1 | 29 | war scepter | wsp |
- 
+
@@ -14349,6 +16986,8 @@ $(document).ready(function() {
+ |
+
| The Grim Reaper | 1 | 29 | War Scythe | wsc |
@@ -14360,6 +16999,8 @@ $(document).ready(function() {
+ |
+
| Slayer's Debt | 1 | 32 | war scythe | wsc |
@@ -14371,6 +17012,8 @@ $(document).ready(function() {
+ |
+
| Sommerstrike Edge | 33 | 35 | war scythe | wsc |
@@ -14382,10 +17025,12 @@ $(document).ready(function() {
+ |
+
| Old Wolf | 55 | 41 | war spear | 9sr |
- 
+
@@ -14393,6 +17038,8 @@ $(document).ready(function() {
+ |
+
| The Impaler | 1 | 31 | War Spear | 9sr |
@@ -14404,6 +17051,8 @@ $(document).ready(function() {
+ |
+
| Mandrake | 1 | 35 | war spear | 9sr |
@@ -14415,6 +17064,8 @@ $(document).ready(function() {
+ |
+
| Cranebeak | 1 | 73 | War Spike | 7mp |
@@ -14426,10 +17077,12 @@ $(document).ready(function() {
+ |
+
| Elder Tojanida | 80 | 80 | war spike | 7mp |
- 
+
@@ -14437,10 +17090,12 @@ $(document).ready(function() {
+ |
+
| Warmth of Ash | 32 | 40 | war staff | wst |
- 
+
@@ -14448,6 +17103,8 @@ $(document).ready(function() {
+ |
+
| The Iron Jang Bong | 1 | 25 | War Staff | wst |
@@ -14459,10 +17116,12 @@ $(document).ready(function() {
+ |
+
| Riddlesolver | 1 | 29 | war staff | wst |
- 
+
@@ -14470,10 +17129,12 @@ $(document).ready(function() {
+ |
+
| Warrior Untamed | 30 | 36 | war sword | wsd |
- 
+
@@ -14481,6 +17142,8 @@ $(document).ready(function() {
+ |
+
| Culwens Point | 1 | 29 | War Sword | wsd |
@@ -14492,6 +17155,8 @@ $(document).ready(function() {
+ |
+
| Orc Slayer | 1 | 31 | war sword | wsd |
@@ -14503,6 +17168,8 @@ $(document).ready(function() {
+ |
+
| Lacerator | 1 | 75 | winged axe | 7b8 |
@@ -14514,6 +17181,8 @@ $(document).ready(function() {
+ |
+
| Golden Wyndlass | 1 | 85 | winged axe | 7b8 |
@@ -14525,10 +17194,12 @@ $(document).ready(function() {
+ |
+
| Serpent Lord | 1 | 86 | winged harpoon | 7ts |
- 
+
@@ -14536,6 +17207,8 @@ $(document).ready(function() {
+ |
+
| Gargoyle's Bite | 1 | 75 | winged harpoon | 7ts |
@@ -14547,10 +17220,12 @@ $(document).ready(function() {
+ |
+
| Embracing Solitude | 1 | 53 | winged helm | xhm |
- 
+
@@ -14558,10 +17233,12 @@ $(document).ready(function() {
+ |
+
| Gotterdamerung | 1 | 50 | winged helm | xhm |
- 
+
@@ -14569,10 +17246,12 @@ $(document).ready(function() {
+ |
+
| Valkiry Wing | 1 | 44 | Winged Helm | xhm |
- 
+
@@ -14580,6 +17259,8 @@ $(document).ready(function() {
+ |
+
| Frostbite Shard | 1 | 80 | winged knife | 7bk |
@@ -14591,6 +17272,8 @@ $(document).ready(function() {
+ |
+
| Warshrike | 1 | 73 | winged knife | 7bk |
@@ -14602,10 +17285,12 @@ $(document).ready(function() {
+ |
+
| Wyrmbane | 1 | 73 | wire fleece | utu |
- 
+
@@ -14613,10 +17298,12 @@ $(document).ready(function() {
+ |
+
| The Gladiator's Bane | 1 | 64 | Wire Fleece | utu |
- 
+
@@ -14624,6 +17311,8 @@ $(document).ready(function() {
+ |
+
| Morning After | 1 | 12 | wolf head | dr1 |
@@ -14635,6 +17324,8 @@ $(document).ready(function() {
+ |
+
| Blood Brother | 1 | 4 | Wolf Head | dr1 |
@@ -14646,6 +17337,8 @@ $(document).ready(function() {
+ |
+
| Murdering Bloom | 1 | 8 | Wrist Blade | wrb |
@@ -14657,10 +17350,12 @@ $(document).ready(function() {
+ |
+
| Razorspine | 19 | 19 | wrist blade | wrb |
- 
+
@@ -14668,6 +17363,8 @@ $(document).ready(function() {
+ |
+
| Storms of Spring | 1 | 13 | wrist blade | wrb |
@@ -14679,6 +17376,8 @@ $(document).ready(function() {
+ |
+
| Sabertooth | 55 | 56 | wrist spike | 9wb |
@@ -14690,6 +17389,8 @@ $(document).ready(function() {
+ |
+
| Dusk Ray | 1 | 32 | Wrist Spike | 9wb |
@@ -14701,6 +17402,8 @@ $(document).ready(function() {
+ |
+
| Pleasures of the Perverse | 1 | 41 | wrist spike | 9wb |
@@ -14712,6 +17415,8 @@ $(document).ready(function() {
+ |
+
| Jadetalon | 1 | 66 | wrist sword | 7wb |
@@ -14723,6 +17428,8 @@ $(document).ready(function() {
+ |
+
| Biteblade | 1 | 71 | wrist sword | 7wb |
@@ -14734,10 +17441,12 @@ $(document).ready(function() {
+ |
+
| Crescent of Secrets | 1 | 57 | Wyrmhide | uea |
- 
+
@@ -14745,10 +17454,12 @@ $(document).ready(function() {
+ |
+
| Ancient Dragon | 1 | 67 | wyrmhide | uea |
- 
+
@@ -14756,6 +17467,8 @@ $(document).ready(function() {
+ |
+
| Stallion Hooves | 1 | 67 | Wyrmhide Boots | ulb |
@@ -14767,10 +17480,12 @@ $(document).ready(function() {
+ |
+
| Dance of the Cobra | 1 | 56 | wyrmhide boots | ulb |
- 
+
@@ -14778,6 +17493,8 @@ $(document).ready(function() {
+ |
+
| Hone Sundan | 1 | 40 | Yari | 9st |
@@ -14789,6 +17506,8 @@ $(document).ready(function() {
+ |
+
| Dreams of Empire | 1 | 47 | yari | 9st |
@@ -14800,6 +17519,8 @@ $(document).ready(function() {
+ |
+
| Dragon Soul | 55 | 54 | yari | 9st |
@@ -14811,6 +17532,8 @@ $(document).ready(function() {
+ |
+
| Ladrina's Enchantment | 30 | 30 | yew wand | ywn |
@@ -14822,6 +17545,8 @@ $(document).ready(function() {
+ |
+
| Maelstromwrath | 1 | 14 | Yew Wand | ywn |
@@ -14833,6 +17558,8 @@ $(document).ready(function() {
+ |
+
| Ire of Astaroth | 1 | 19 | yew wand | ywn |
@@ -14844,6 +17571,8 @@ $(document).ready(function() {
+ |
+
| Dragonscale | 1 | 78 | zakarum shield | pae |
@@ -14855,6 +17584,8 @@ $(document).ready(function() {
+ |
+
| God's Word | 1 | 81 | zakarum shield | pae |
@@ -14866,10 +17597,12 @@ $(document).ready(function() {
+ |
+
| Paingiver | 1 | 12 | zombie head | ne2 |
- 
+
@@ -14877,6 +17610,8 @@ $(document).ready(function() {
+ |
+
| Death's Witness | 1 | 9 | Zombie Head | ne2 |
@@ -14888,6 +17623,8 @@ $(document).ready(function() {
+ |
+
| Demand for Justice | 1 | 54 | zweihander | 9fb |
@@ -14899,6 +17636,8 @@ $(document).ready(function() {
+ |
+
| Black Razor | 55 | 61 | zweihander | 9fb |
@@ -14910,6 +17649,8 @@ $(document).ready(function() {
+ |
+
| Todesfaelle Flamme | 1 | 46 | Zweihander | 9fb |
@@ -14921,7 +17662,8 @@ $(document).ready(function() {
-
+ |
+