Lista de Items para el Shop

Alex

Miembro del equipo
Webdesigner
LV
58
 
Awards
38
Hola a todos,

Aquí encontraran una lista de items predefinidos para ZnoteAAC,
La ventaja es de tener las ID de los Items ya predefinidos correspondientes al OtservBR 12.64.

Cuidado los " Eldricht " Items, no están inclusos en el OtservBR lo que aconsejo es borrar los primeros números, los podéis borrar y pueden empezar por el numero 5 , sin ningún problema.

Este código se pega después de en el config.php linea 997 del notepad:

$config['shop_offers'] = array(

Código:
1 => array(
            'type' => 1,
            'itemid' => 36185, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Stamina Refill, Refill 2 hours of stamina.", // Description shown on website
            'points' => 5, // How many points this offer costs
        ),
        2 => array(
            'type' => 2,
            'itemid' => 16101, // Item to display on page
            'count' => 30, // Days of premium account
            'description' => "Premium membership",
            'points' => 10,
        ),
        3 => array(
            'type' => 4,
            'itemid' => 12666, // Item to display on page
            'count' => 1,
            'description' => "Change character name",
            'points' => 300,
        ),
        4 => array(
            'type' => 5,
            'itemid' => [132, 140], // Outfit ID
            'count' => 3, // Addon 0 = none, 1 = first, 2 = second, 3 = both
            'description' => "Noble outfit with addons.",
            'points' => 250,
        ),
        5 => array(
            'type' => 6,
            'itemid' => 32, // Mount ID
            'count' => 1,
            'description' => "Gnarlhound mount",
            'points' => 150,
        ),
        6 => array(
            'type' => 6,
            'itemid' => 17,
            'count' => 1,
            'description' => "War horse",
            'points' => 150,
        ),
        7 => array(
            'type' => 5,
            'itemid' => [128,136],
            'count' => 3,
            'description' => "Citizen outfit with addons.",
            'points' => 300,
        ),
        8 => array(
            'type' => 5,
            'itemid' => [129,137],
            'count' => 3,
            'description' => "Hunter outfit with addons.",
            'points' => 300,
        ),
        9 => array(
            'type' => 5,
            'itemid' => [130,141],
            'count' => 3,
            'description' => "Mage outfit with addons.",
            'points' => 300,
        ),
        10 => array(
            'type' => 5,
            'itemid' => [131,139],
            'count' => 3,
            'description' => "Knight outfit with addons.",
            'points' => 300,
        ),
        11 => array(
            'type' => 5,
            'itemid' => [133,138],
            'count' => 3,
            'description' => "Summoner outfit with addons.",
            'points' => 300,
        ),
        14 => array(
            'type' => 5,
            'itemid' => [134,142],
            'count' => 3,
            'description' => "Warrior outfit with addons.",
            'points' => 300,
        ),
        15 => array(
            'type' => 5,
            'itemid' => [143,147],
            'count' => 3,
            'description' => "Barbarian outfit with addons.",
            'points' => 300,
        ),
        16 => array(
            'type' => 5,
            'itemid' => [144,148],
            'count' => 3,
            'description' => "Druid outfit with addons.",
            'points' => 300,
        ),
        17 => array(
            'type' => 5,
            'itemid' => [145,149],
            'count' => 3,
            'description' => "Wizard outfit with addons.",
            'points' => 300,
        ),
        18 => array(
            'type' => 5,
            'itemid' => [146,150],
            'count' => 3,
            'description' => "Oriental outfit with addons.",
            'points' => 350,
        ),
        19 => array(
            'type' => 5,
            'itemid' => [151,155],
            'count' => 3,
            'description' => "Pirate outfit with addons.",
            'points' => 350,
        ),
        20 => array(
            'type' => 5,
            'itemid' => [152,156],
            'count' => 3,
            'description' => "Assassin outfit with addons.",
            'points' => 350,
        ),
        21 => array(
            'type' => 5,
            'itemid' => [153,157],
            'count' => 3,
            'description' => "Beggar outfit with addons.",
            'points' => 350,
        ),
        22 => array(
            'type' => 5,
            'itemid' => [154,158],
            'count' => 3,
            'description' => "Shaman outfit with addons.",
            'points' => 300,
        ),
        23 => array(
            'type' => 5,
            'itemid' => [251,252],
            'count' => 3,
            'description' => "Norseman outfit with addons.",
            'points' => 250,
        ),
        24 => array(
            'type' => 5,
            'itemid' => [268,269],
            'count' => 3,
            'description' => "Nightmare outfit with addons.",
            'points' => 300,
        ),
        25 => array(
            'type' => 5,
            'itemid' => [273,270],
            'count' => 3,
            'description' => "Jester outfit with addons.",
            'points' => 250,
        ),
        26 => array(
            'type' => 5,
            'itemid' => [278,279],
            'count' => 3,
            'description' => "Brotherhood outfit with addons.",
            'points' => 250,
        ),
        27 => array(
            'type' => 5,
            'itemid' => [289,288],
            'count' => 3,
            'description' => "Demon hunter outfit with addons.",
            'points' => 300,
        ),
        28 => array(
            'type' => 5,
            'itemid' => [324,325],
            'count' => 3,
            'description' => "Yalaharian outfit with addons.",
            'points' => 300,
        ),
        30 => array(
            'type' => 5,
            'itemid' => [335,336],
            'count' => 3,
            'description' => "Warmaster outfit with addons.",
            'points' => 250,
        ),
        31 => array(
            'type' => 5,
            'itemid' => [367,366],
            'count' => 3,
            'description' => "Wayfarer outfit with addons.",
            'points' => 250,
        ),
        31 => array(
            'type' => 5,
            'itemid' => [430,431],
            'count' => 3,
            'description' => "Afflicted outfit with addons.",
            'points' => 250,
        ),
        32 => array(
            'type' => 5,
            'itemid' => [432,433],
            'count' => 3,
            'description' => "Elementalist outfit with addons.",
            'points' => 300,
        ),
        33 => array(
            'type' => 5,
            'itemid' => [463,464],
            'count' => 3,
            'description' => "Deepling outfit with addons.",
            'points' => 300,
        ),
        34 => array(
            'type' => 5,
            'itemid' => [465,466],
            'count' => 3,
            'description' => "Insectoid outfit with addons.",
            'points' => 300,
        ),
        35 => array(
            'type' => 5,
            'itemid' => [1243,1244],
            'count' => 3,
            'description' => "Hand of Inquisition with addons ( Tomb Assassin )",
            'points' => 450,
        ),
        36 => array(
            'type' => 5,
            'itemid' => [512,513],
            'count' => 3,
            'description' => "Crystal Warlord outfit with addons.",
            'points' => 300,
        ),
        37 => array(
            'type' => 5,
            'itemid' => [516,514],
            'count' => 3,
            'description' => "Soil Guardian outfit with addons.",
            'points' => 300,
        ),
        38 => array(
            'type' => 5,
            'itemid' => [541,542],
            'count' => 3,
            'description' => "Demon outfit with addons.",
            'points' => 300,
        ),
        39 => array(
            'type' => 5,
            'itemid' => [574,575],
            'count' => 3,
            'description' => "Cave Explorer outfit with addons.",
            'points' => 300,
        ),
        40 => array(
            'type' => 5,
            'itemid' => [577,578],
            'count' => 3,
            'description' => "Dream Warden outfit with addons.",
            'points' => 300,
        ),
        41 => array(
            'type' => 5,
            'itemid' => [610,618],
            'count' => 3,
            'description' => "Glooth Engineer outfit with addons.",
            'points' => 300,
        ),
        45 => array(
            'type' => 5,
            'itemid' => [1042,1043],
            'count' => 3,
            'description' => "Makeshift Warrior outfit with addons.",
            'points' => 300,
        ),
        49 => array(
            'type' => 1,
            'itemid' => 40828, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Shield, Def +39, Absorb Physical +8%, Imbue 1",
            'points' => 450,
        ),
        50 => array(
            'type' => 1,
            'itemid' => 40829, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Claymore, attk 6, def +33, element fire +50, two handed, skill sword +3 , imbue 2",
            'points' => 450,
        ),
        51 => array(
            'type' => 1,
            'itemid' => 40830, // Item to display on page
            'count' => 1,
            'description' => "Gilded Eldritch Claymore, attk 6, def +33, element fire +50, two handed, skill sword +3, imbue 2",
            'points' => 450,
        ),
        52 => array(
            'type' => 1,
            'itemid' => 40831, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Warmace, attk 6, def +33, two handed, element earth +50, skill club +3, imbue 2",
            'points' => 450,
        ),
        53 => array(
            'type' => 1,
            'itemid' => 40832, // Item to display on page
            'count' => 1,
            'description' => "Gilded Eldritch Warmace, attk 6, def +33, two handed, element earth +50, skill club +3, imbue 2",
            'points' => 450,
        ),
        54 => array(
            'type' => 5,
            'itemid' => [746,745],
            'count' => 3,
            'description' => "Recruiter outfit with addons.",
            'points' => 300,
        ),
        55 => array(
            'type' => 1,
            'itemid' => 40833, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Greataxe, attk 56, def +33, two handed, skill axe +3, imbue 2",
            'points' => 450,
        ),
        56 => array(
            'type' => 1,
            'itemid' => 40834, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Greataxe, attk 56, def +33, two handed, skill axe +3, imbue 2",
            'points' => 450,
        ),
        57 => array(
            'type' => 5,
            'itemid' => [846,845],
            'count' => 3,
            'description' => "Rift Warrior outfit with addons.",
            'points' => 300,
        ),
        58 => array(
            'type' => 5,
            'itemid' => [853,852],
            'count' => 3,
            'description' => "Winter Warden outfit with addons.",
            'points' => 300,
        ),
        59 => array(
            'type' => 1,
            'itemid' => 40835, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Cuirass, armor 16, absorb physical 10, imbue 2",
            'points' => 450,
        ),
        60 => array(
            'type' => 1,
            'itemid' => 40836, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Bow, two handed, range 6, attk 6, hit chance 6, skill dist 2, imbue 3",
            'points' => 450,
        ),
        61 => array(
            'type' => 5,
            'itemid' => [899,900],
            'count' => 3,
            'description' => "Lupine outfit with addons.",
            'points' => 300,
        ),
        62 => array(
            'type' => 5,
            'itemid' => [908,909],
            'count' => 3,
            'description' => "Grove Keeper outfit with addons.",
            'points' => 300,
        ),
        63 => array(
            'type' => 5,
            'itemid' => [931,929],
            'count' => 3,
            'description' => "Festive outfit with addons.",
            'points' => 300,
        ),
        64 => array(
            'type' => 1,
            'itemid' => 40837, // Item to display on page
            'count' => 1,
            'description' => "Gilded Eldritch Bow, two handed, range 6, attk 6, hit chance 6, skill dist 2, imbue 3",
            'points' => 450,
        ),
        65 => array(
            'type' => 1,
            'itemid' => 40838, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Quiver, absorb energy 3, 8 containers",
            'points' => 450,
        ),
        66 => array(
            'type' => 1,
            'itemid' => 40839, // Item to display on page
            'count' => 1,
            'description' => "Eldritch breeches, armor 9, absorb physical 2, absorb energy 7, skill dist 2",
            'points' => 450,
        ),
        67 => array(
            'type' => 1,
            'itemid' => 40840, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Wand, range 4, fire, magic 2, absorb Energy 4, imbue 2",
            'points' => 450,
        ),
        68 => array(
            'type' => 1,
            'itemid' => 40841, // Item to display on page
            'count' => 1,
            'description' => "Gilded Eldritch Wand, range 4, fire, magic 2, absorb Energy 4, imbue 2",
            'points' => 450,
        ),
        69 => array(
            'type' => 1,
            'itemid' => 40842, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Cowl, armor 7, magic 2, absorb Ice 7, imbue 2",
            'points' => 450,
        ),
        70 => array(
            'type' => 1,
            'itemid' => 40843, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Hood, armor 7, magic 2, absorb Earth 7, imbue 2",
            'points' => 450,
        ),
        71 => array(
            'type' => 1,
            'itemid' => 40844, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Folio, magic 4, absorb earth 6, defense 21, imbue 1",
            'points' => 450,
        ),
        72 => array(
            'type' => 1,
            'itemid' => 40845, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Tome, magic 4, absorb Fire 6, def 21, imbue 1",
            'points' => 450,
        ),
        73 => array(
            'type' => 1,
            'itemid' => 40846, // Item to display on page
            'count' => 1,
            'description' => "Eldritch Rod, absorb Earth 4, magic 2, range 4, imbue 2",
            'points' => 450,
        ),
        74 => array(
            'type' => 1,
            'itemid' => 35232, // Item to display on page
            'count' => 1,
            'description' => "Cobra Hood +1 Sword +1 Club +1 Axe +5% Physical - Knights",
            'points' => 350,
        ),
        75 => array(
            'type' => 1,
            'itemid' => 32415,
            'count' => 1,
            'description' => "Falcon Coif +2 Distance +2 Shielding +3% Physical +10% Fire - Paladins & Knights level 300",
            'points' => 350,
        ),
        76 => array(
            'type' => 1,
            'itemid' => 40846, // Item to display on page
            'count' => 1,
            'description' => "Gilded Eldritch Rod, absorb Earth 4, magic 2, range 4, imbue 2",
            'points' => 450,
        ),
        94 => array(
            'type' => 6,
            'itemid' => 1, // Mount ID
            'count' => 1,
            'description' => "Widow Queen mount",
            'points' => 150,
        ),
        95 => array(
            'type' => 6,
            'itemid' => 2, // Mount ID
            'count' => 1,
            'description' => "Racing Bird mount",
            'points' => 150,
        ),
        96 => array(
            'type' => 6,
            'itemid' => 3, // Mount ID
            'count' => 1,
            'description' => "War Bear mount",
            'points' => 150,
        ),
        97 => array(
            'type' => 6,
            'itemid' => 4, // Mount ID
            'count' => 1,
            'description' => "Black Sheep mount",
            'points' => 150,
        ),
        98 => array(
            'type' => 6,
            'itemid' => 5, // Mount ID
            'count' => 1,
            'description' => "Midnight Panther mount",
            'points' => 200,
        ),
        99 => array(
            'type' => 6,
            'itemid' => 6, // Mount ID
            'count' => 1,
            'description' => "Draptor mount",
            'points' => 200,
        ),
        100 => array(
            'type' => 6,
            'itemid' => 7, // Mount ID
            'count' => 1,
            'description' => "Titanica mount",
            'points' => 200,
        ),
        101 => array(
            'type' => 6,
            'itemid' => 8, // Mount ID
            'count' => 1,
            'description' => "Tin Lizzard mount",
            'points' => 200,
        ),
        102 => array(
            'type' => 6,
            'itemid' => 9, // Mount ID
            'count' => 1,
            'description' => "Blazerbringer mount",
            'points' => 200,
        ),
        103 => array(
            'type' => 6,
            'itemid' => 10, // Mount ID
            'count' => 1,
            'description' => "Rapid Boar mount",
            'points' => 150,
        ),
        104 => array(
            'type' => 6,
            'itemid' => 11, // Mount ID
            'count' => 1,
            'description' => "Stampor mount",
            'points' => 180,
        ),
        105 => array(
            'type' => 6,
            'itemid' => 12, // Mount ID
            'count' => 1,
            'description' => "Undead Cavebear mount",
            'points' => 220,
        ),
        106 => array(
            'type' => 6,
            'itemid' => 13, // Mount ID
            'count' => 1,
            'description' => "Donkey mount",
            'points' => 220,
        ),
        107 => array(
            'type' => 6,
            'itemid' => 14, // Mount ID
            'count' => 1,
            'description' => "Tiger Slug mount",
            'points' => 220,
        ),
        108 => array(
            'type' => 6,
            'itemid' => 15, // Mount ID
            'count' => 1,
            'description' => "Uniwheel mount",
            'points' => 180,
        ),
        109 => array(
            'type' => 6,
            'itemid' => 16, // Mount ID
            'count' => 1,
            'description' => "Crystal Wolf mount",
            'points' => 200,
        ),
        110 => array(
            'type' => 6,
            'itemid' => 18, // Mount ID
            'count' => 1,
            'description' => "Kingly Deer mount",
            'points' => 150,
        ),
        111 => array(
            'type' => 6,
            'itemid' => 19, // Mount ID
            'count' => 1,
            'description' => "Tamed Panda mount",
            'points' => 150,
        ),
        112 => array(
            'type' => 6,
            'itemid' => 20, // Mount ID
            'count' => 1,
            'description' => "Dromedary mount",
            'points' => 150,
        ),
        113 => array(
            'type' => 6,
            'itemid' => 21, // Mount ID
            'count' => 1,
            'description' => "Scorpion king mount",
            'points' => 200,
        ),
        114 => array(
            'type' => 6,
            'itemid' => 22, // Mount ID
            'count' => 1,
            'description' => "Rented Horse mount",
            'points' => 150,
        ),
        115 => array(
            'type' => 6,
            'itemid' => 23, // Mount ID
            'count' => 1,
            'description' => "Armoured War Horse mount",
            'points' => 150,
        ),
        116 => array(
            'type' => 6,
            'itemid' => 24, // Mount ID
            'count' => 1,
            'description' => "Shadow Draptor mount",
            'points' => 200,
        ),
        117 => array(
            'type' => 6,
            'itemid' => 25, // Mount ID
            'count' => 1,
            'description' => "Rented Horse Gray mount",
            'points' => 150,
        ),
        118 => array(
            'type' => 6,
            'itemid' => 26, // Mount ID
            'count' => 1,
            'description' => "Rented Horse Brown mount",
            'points' => 150,
        ),
        119 => array(
            'type' => 6,
            'itemid' => 27, // Mount ID
            'count' => 1,
            'description' => "Lady bug mount",
            'points' => 200,
        ),
        120 => array(
            'type' => 6,
            'itemid' => 28, // Mount ID
            'count' => 1,
            'description' => "Manta Ray mount",
            'points' => 150,
        ),
        121 => array(
            'type' => 6,
            'itemid' => 29, // Mount ID
            'count' => 1,
            'description' => "Ironblight mount",
            'points' => 250,
        ),
        122 => array(
            'type' => 6,
            'itemid' => 30, // Mount ID
            'count' => 1,
            'description' => "Magma Crawler mount",
            'points' => 250,
        ),
        123 => array(
            'type' => 6,
            'itemid' => 31, // Mount ID
            'count' => 1,
            'description' => "Dragonling mount",
            'points' => 200,
        ),
        124 => array(
            'type' => 6,
            'itemid' => 33, // Mount ID
            'count' => 1,
            'description' => "Crimson Ray mount",
            'points' => 150,
        ),
        125 => array(
            'type' => 6,
            'itemid' => 34, // Mount ID
            'count' => 1,
            'description' => "Steelbeak mount",
            'points' => 150,
        ),
        126 => array(
            'type' => 6,
            'itemid' => 35, // Mount ID
            'count' => 1,
            'description' => "Water Buffalo mount",
            'points' => 150,
        ),
        127 => array(
            'type' => 6,
            'itemid' => 36, // Mount ID
            'count' => 1,
            'description' => "Tombstinger mount",
            'points' => 150,
        ),
        128 => array(
            'type' => 6,
            'itemid' => 37, // Mount ID
            'count' => 1,
            'description' => "Platesaurian mount",
            'points' => 150,
        ),
        129 => array(
            'type' => 6,
            'itemid' => 38, // Mount ID
            'count' => 1,
            'description' => "Ursagrodon mount",
            'points' => 150,
        ),
        130 => array(
            'type' => 6,
            'itemid' => 39, // Mount ID
            'count' => 1,
            'description' => "The Hellgrip mount",
            'points' => 150,
        ),
        131 => array(
            'type' => 6,
            'itemid' => 40, // Mount ID
            'count' => 1,
            'description' => "Noble Lion mount",
            'points' => 150,
        ),
        132 => array(
            'type' => 6,
            'itemid' => 41, // Mount ID
            'count' => 1,
            'description' => "Desert King mount",
            'points' => 150,
        ),
        133 => array(
            'type' => 6,
            'itemid' => 42, // Mount ID
            'count' => 1,
            'description' => "Shock Head mount",
            'points' => 250,
        ),
        134 => array(
            'type' => 6,
            'itemid' => 43, // Mount ID
            'count' => 1,
            'description' => "Walker mount",
            'points' => 200,
        ),
        135 => array(
            'type' => 6,
            'itemid' => 44, // Mount ID
            'count' => 1,
            'description' => "Azudocus mount",
            'points' => 200,
        ),
        136 => array(
            'type' => 6,
            'itemid' => 45, // Mount ID
            'count' => 1,
            'description' => "Carpacosaurus mount",
            'points' => 200,
        ),
        137 => array(
            'type' => 6,
            'itemid' => 46, // Mount ID
            'count' => 1,
            'description' => "Death Crawler mount",
            'points' => 250,
        ),
        138 => array(
            'type' => 6,
            'itemid' => 47, // Mount ID
            'count' => 1,
            'description' => "Flamesteed mount",
            'points' => 250,
        ),
        139 => array(
            'type' => 6,
            'itemid' => 48, // Mount ID
            'count' => 1,
            'description' => "Jade Lion mount",
            'points' => 150,
        ),
        140 => array(
            'type' => 6,
            'itemid' => 49, // Mount ID
            'count' => 1,
            'description' => "Jade Pincer mount",
            'points' => 200,
        ),
        141 => array(
            'type' => 6,
            'itemid' => 50, // Mount ID
            'count' => 1,
            'description' => "Nethersteed mount",
            'points' => 250,
        ),
        142 => array(
            'type' => 6,
            'itemid' => 51, // Mount ID
            'count' => 1,
            'description' => "Tempest mount",
            'points' => 250,
        ),
        143 => array(
            'type' => 6,
            'itemid' => 52, // Mount ID
            'count' => 1,
            'description' => "Winter King mount",
            'points' => 150,
        ),
        144 => array(
            'type' => 6,
            'itemid' => 53, // Mount ID
            'count' => 1,
            'description' => "Doombringer mount",
            'points' => 200,
        ),
        145 => array(
            'type' => 6,
            'itemid' => 54, // Mount ID
            'count' => 1,
            'description' => "Woodland Prince mount",
            'points' => 220,
        ),
        146 => array(
            'type' => 6,
            'itemid' => 55, // Mount ID
            'count' => 1,
            'description' => "Hailstorm Fury mount",
            'points' => 220,
        ),
        147 => array(
            'type' => 6,
            'itemid' => 56, // Mount ID
            'count' => 1,
            'description' => "Siegebreaker mount",
            'points' => 200,
        ),
        148 => array(
            'type' => 6,
            'itemid' => 57, // Mount ID
            'count' => 1,
            'description' => "Poisonbane mount",
            'points' => 220,
        ),
        149 => array(
            'type' => 6,
            'itemid' => 58, // Mount ID
            'count' => 1,
            'description' => "Blackpelt mount",
            'points' => 150,
        ),
        150 => array(
            'type' => 6,
            'itemid' => 59, // Mount ID
            'count' => 1,
            'description' => "Golden Dragonfly mount",
            'points' => 200,
        ),
        151 => array(
            'type' => 6,
            'itemid' => 60, // Mount ID
            'count' => 1,
            'description' => "Steel Bee mount",
            'points' => 200,
        ),
        152 => array(
            'type' => 6,
            'itemid' => 61, // Mount ID
            'count' => 1,
            'description' => "Copper Fly mount",
            'points' => 150,
        ),
        153 => array(
            'type' => 6,
            'itemid' => 62, // Mount ID
            'count' => 1,
            'description' => "Tundra Rambler mount",
            'points' => 200,
        ),
        153 => array(
            'type' => 6,
            'itemid' => 63, // Mount ID
            'count' => 1,
            'description' => "Highland Yak mount",
            'points' => 150,
        ),
        154 => array(
            'type' => 6,
            'itemid' => 64, // Mount ID
            'count' => 1,
            'description' => "Glacier Vagabond mount",
            'points' => 150,
        ),
        155 => array(
            'type' => 6,
            'itemid' => 65, // Mount ID
            'count' => 1,
            'description' => "Flying Divan mount",
            'points' => 250,
        ),
        156 => array(
            'type' => 6,
            'itemid' => 66, // Mount ID
            'count' => 1,
            'description' => "Magic Carpet mount",
            'points' => 250,
        ),
        157 => array(
            'type' => 6,
            'itemid' => 67, // Mount ID
            'count' => 1,
            'description' => "Floating Kashmir mount",
            'points' => 250,
        ),
        158 => array(
            'type' => 6,
            'itemid' => 68, // Mount ID
            'count' => 1,
            'description' => "Ringtail Waccon mount",
            'points' => 250,
        ),
        159 => array(
            'type' => 6,
            'itemid' => 69, // Mount ID
            'count' => 1,
            'description' => "Night Waccon mount",
            'points' => 250,
        ),
        160 => array(
            'type' => 6,
            'itemid' => 70, // Mount ID
            'count' => 1,
            'description' => "Emerald Waccon mount",
            'points' => 250,
        ),
        161 => array(
            'type' => 6,
            'itemid' => 71, // Mount ID
            'count' => 1,
            'description' => "Glooth Glider mount",
            'points' => 250,
        ),
        162 => array(
            'type' => 6,
            'itemid' => 72, // Mount ID
            'count' => 1,
            'description' => "Shadow Hart mount",
            'points' => 250,
        ),
        163 => array(
            'type' => 6,
            'itemid' => 73, // Mount ID
            'count' => 1,
            'description' => "Black Stag mount",
            'points' => 250,
        ),
        164 => array(
            'type' => 6,
            'itemid' => 74, // Mount ID
            'count' => 1,
            'description' => "Emperor Deer mount",
            'points' => 250,
        ),
        165 => array(
            'type' => 6,
            'itemid' => 75, // Mount ID
            'count' => 1,
            'description' => "Flitterkatzen mount",
            'points' => 220,
        ),
        166 => array(
            'type' => 6,
            'itemid' => 76, // Mount ID
            'count' => 1,
            'description' => "Venompaw mount",
            'points' => 220,
        ),
        167 => array(
            'type' => 6,
            'itemid' => 77, // Mount ID
            'count' => 1,
            'description' => "Batcat mount",
            'points' => 220,
        ),
        168 => array(
            'type' => 6,
            'itemid' => 78, // Mount ID
            'count' => 1,
            'description' => "Sea Devil mount",
            'points' => 200,
        ),
        169 => array(
            'type' => 6,
            'itemid' => 79, // Mount ID
            'count' => 1,
            'description' => "Coralripper mount",
            'points' => 200,
        ),
        170 => array(
            'type' => 6,
            'itemid' => 80, // Mount ID
            'count' => 1,
            'description' => "Plumfish mount",
            'points' => 200,
        ),
        171 => array(
            'type' => 6,
            'itemid' => 81, // Mount ID
            'count' => 1,
            'description' => "Goronga mount",
            'points' => 200,
        ),
        172 => array(
            'type' => 6,
            'itemid' => 82, // Mount ID
            'count' => 1,
            'description' => "Noctungra mount",
            'points' => 200,
        ),
        173 => array(
            'type' => 6,
            'itemid' => 83, // Mount ID
            'count' => 1,
            'description' => "Silverneck mount",
            'points' => 200,
        ),
        174 => array(
            'type' => 6,
            'itemid' => 84, // Mount ID
            'count' => 1,
            'description' => "Slagsnare mount",
            'points' => 200,
        ),
        175 => array(
            'type' => 6,
            'itemid' => 85, // Mount ID
            'count' => 1,
            'description' => "Nightstinger mount",
            'points' => 200,
        ),
        176 => array(
            'type' => 6,
            'itemid' => 86, // Mount ID
            'count' => 1,
            'description' => "Razorcreep mount",
            'points' => 200,
        ),
        177 => array(
            'type' => 6,
            'itemid' => 87, // Mount ID
            'count' => 1,
            'description' => "Rift Runner mount",
            'points' => 200,
        ),
        178 => array(
            'type' => 6,
            'itemid' => 88, // Mount ID
            'count' => 1,
            'description' => "Nightdweller mount",
            'points' => 200,
        ),
        179 => array(
            'type' => 6,
            'itemid' => 89, // Mount ID
            'count' => 1,
            'description' => "Frostflare mount",
            'points' => 200,
        ),
        180 => array(
            'type' => 6,
            'itemid' => 90, // Mount ID
            'count' => 1,
            'description' => "Cinderhoof mount",
            'points' => 200,
        ),
        181 => array(
            'type' => 6,
            'itemid' => 91, // Mount ID
            'count' => 1,
            'description' => "Mouldpincer mount",
            'points' => 200,
        ),
        182 => array(
            'type' => 6,
            'itemid' => 92, // Mount ID
            'count' => 1,
            'description' => "Bloodcurl mount",
            'points' => 200,
        ),
        183 => array(
            'type' => 6,
            'itemid' => 93, // Mount ID
            'count' => 1,
            'description' => "Leafscuttler mount",
            'points' => 200,
        ),
        184 => array(
            'type' => 6,
            'itemid' => 94, // Mount ID
            'count' => 1,
            'description' => "Sparkion mount",
            'points' => 220,
        ),
        185 => array(
            'type' => 6,
            'itemid' => 95, // Mount ID
            'count' => 1,
            'description' => "Swamp Snapper mount",
            'points' => 220,
        ),
        186 => array(
            'type' => 6,
            'itemid' => 96, // Mount ID
            'count' => 1,
            'description' => "Mould Shell mount",
            'points' => 220,
        ),
        187 => array(
            'type' => 6,
            'itemid' => 97, // Mount ID
            'count' => 1,
            'description' => "Reed Lurker mount",
            'points' => 220,
        ),
        188 => array(
            'type' => 6,
            'itemid' => 98, // Mount ID
            'count' => 1,
            'description' => "Neon Sparkid mount",
            'points' => 200,
        ),
        189 => array(
            'type' => 6,
            'itemid' => 99, // Mount ID
            'count' => 1,
            'description' => "Vortexion mount",
            'points' => 200,
        ),
        190 => array(
            'type' => 6,
            'itemid' => 100, // Mount ID
            'count' => 1,
            'description' => "Ivory Fang mount",
            'points' => 200,
        ),
        191 => array(
            'type' => 6,
            'itemid' => 101, // Mount ID
            'count' => 1,
            'description' => "Shadow Claw mount",
            'points' => 200,
        ),
        192 => array(
            'type' => 6,
            'itemid' => 102, // Mount ID
            'count' => 1,
            'description' => "Snow Pelt mount",
            'points' => 200,
        ),
        193 => array(
            'type' => 1,
            'itemid' => 25177, // Item to display on page
            'count' => 1,
            'description' => "Earthheart Cuirass +4 Sword +8% Earth -8% Fire - Knights level 200",
            'points' => 250,
        ),
        194 => array(
            'type' => 1,
            'itemid' => 24772, // Item to display on page
            'count' => 1,
            'description' => "Enchanted Werewolf Helmet +2 Distance +4% Physical - Paladins level 100",
            'points' => 250,
        ),
        195 => array(
            'type' => 1,
            'itemid' => 24771, // Item to display on page
            'count' => 1,
            'description' => "Enchanted Werewolf Helmet +2 Axe +4% Physical - Knights level 100",
            'points' => 250,
        ),
        196 => array(
            'type' => 1,
            'itemid' => 24770, // Item to display on page
            'count' => 1,
            'description' => "Enchanted Werewolf Helmet +2 Sword +4% Physical - Knights level 100",
            'points' => 250,
        ),
        197 => array(
            'type' => 1,
            'itemid' => 24769, // Item to display on page
            'count' => 1,
            'description' => "Enchanted Werewolf Helmet +2 Club +4% Physical - Knights level 100",
            'points' => 250,
        ),
        199 => array(
            'type' => 1,
            'itemid' => 24744, // Item to display on page
            'count' => 1,
            'description' => "Enchanted Werewolf Helmet +2 Magic Level +4% Physical - Sorcerers & Druids level 100",
            'points' => 250,
        ),
        200 => array(
            'type' => 1,
            'itemid' => 36412, // Item to display on page
            'count' => 1,
            'description' => "Terra Helmet +2 Sword +2 Axe +2 Club +5% Physical +5% Earth - Knights level 230",
            'points' => 350,
        ),
        201 => array(
            'type' => 1,
            'itemid' => 25178, // Item to display on page
            'count' => 1,
            'description' => "Earthheart Hauberk +4 Axe +8% Earth -8% Fire - Knights level 200",
            'points' => 250,
        ),
        202 => array(
            'type' => 1,
            'itemid' => 25179, // Item to display on page
            'count' => 1,
            'description' => "Earthheart Platemail +4 Club +8% Earth -8% Fire - Knights level 200",
            'points' => 250,
        ),
        203 => array(
            'type' => 1,
            'itemid' => 25187, // Item to display on page
            'count' => 1,
            'description' => "Eartsoul Tabard +4 Distance +8% Earth -8% Fire - Paladins level 200",
            'points' => 250,
        ),
        204 => array(
            'type' => 1,
            'itemid' => 32419, // Item to display on page
            'count' => 1,
            'description' => "Falcon Plate +4 Shielding +12% Physical - Knights lvl 300",
            'points' => 350,
        ),
        205 => array(
            'type' => 1,
            'itemid' => 25174, // Item to display on page
            'count' => 1,
            'description' => "Fireheart Cuirass +4 Sword +8% Fire -8% Ice - Knights lvl 200",
            'points' => 250,
        ),
        206 => array(
            'type' => 1,
            'itemid' => 25175, // Item to display on page
            'count' => 1,
            'description' => "Fireheart Hauberk +4 axe +8% Fire -8% Ice - Knights lvl 200",
            'points' => 250,
        ),
        207 => array(
            'type' => 1,
            'itemid' => 25176, // Item to display on page
            'count' => 1,
            'description' => "Fireheart Platemail +4 Club +8% Fire -8% Ice - Knights lvl 200",
            'points' => 250,
        ),
        208 => array(
            'type' => 1,
            'itemid' => 25186, // Item to display on page
            'count' => 1,
            'description' => "Firesoul Tabard +4 Distance +8% Fire -8% Ice - Paladins lvl 200",
            'points' => 250,
        ),
        209 => array(
            'type' => 1,
            'itemid' => 25183, // Item to display on page
            'count' => 1,
            'description' => "Frostheart Cuirass +4 Sword +8% Ice -8% Energy - Knights lvl 200",
            'points' => 250,
        ),
        210 => array(
            'type' => 1,
            'itemid' => 25184, // Item to display on page
            'count' => 1,
            'description' => "Frostheart Hauberk +4 Axe +8% Ice -8% Energy - Knights lvl 200",
            'points' => 250,
        ),
        211 => array(
            'type' => 1,
            'itemid' => 25185, // Item to display on page
            'count' => 1,
            'description' => "Frostheart Platemail +4 Club +8% Ice -8% Energy - Knights lvl 200",
            'points' => 250,
        ),
        212 => array(
            'type' => 1,
            'itemid' => 25189, // Item to display on page
            'count' => 1,
            'description' => "Frostsoul Tabard +4 Distance +8% Ice -8% Energy - Paladins lvl 200",
            'points' => 250,
        ),
        213 => array(
            'type' => 1,
            'itemid' => 38929, // Item to display on page
            'count' => 1,
            'description' => "Soulshell +4 Distance +3% Physical +15% Fire - Paladins level 400",
            'points' => 450,
        ),
        214 => array(
            'type' => 1,
            'itemid' => 25180, // Item to display on page
            'count' => 1,
            'description' => "Thunderheart Cuirass +4 Sword +8% Energy -8% Earth - Knights lvl 200",
            'points' => 250,
        ),
        215 => array(
            'type' => 1,
            'itemid' => 25181, // Item to display on page
            'count' => 1,
            'description' => "Thunderheart Hauberk +4 Axe +8% Energy -8% Earth - Knights lvl 200",
            'points' => 250,
        ),
        216 => array(
            'type' => 1,
            'itemid' => 25182, // Item to display on page
            'count' => 1,
            'description' => "Thunderheart Platemail +4 Club +8% Energy -8% Earth - Knights lvl 200",
            'points' => 250,
        ),
        217 => array(
            'type' => 1,
            'itemid' => 25188, // Item to display on page
            'count' => 1,
            'description' => "Thundersoul Tabard +4 Distance +8% Energy -8% Earth - Paladins lvl 200",
            'points' => 250,
        ),
        218 => array(
            'type' => 1,
            'itemid' => 37463, // Item to display on page
            'count' => 1,
            'description' => "Ghost Chestplate +2 Distance +3% Physical - Paladins lvl 230",
            'points' => 450,
        ),
        219 => array(
            'type' => 1,
            'itemid' => 38992, // Item to display on page
            'count' => 1,
            'description' => "Lion Plate +3 Sword +3 Club +3 Axe +6% Physical - Knights level 270",
            'points' => 350,
        ),
        220 => array(
            'type' => 1,
            'itemid' => 38930, // Item to display on page
            'count' => 1,
            'description' => "Soulmantle +4 Magic +4% Physical - Sorcerers level 400",
            'points' => 450,
        ),
        221 => array(
            'type' => 1,
            'itemid' => 38931, // Item to display on page
            'count' => 1,
            'description' => "Soulshroud +4 Magic +10% Death - Druids level 400",
            'points' => 450,
        ),
        222 => array(
            'type' => 1,
            'itemid' => 36413, // Item to display on page
            'count' => 1,
            'description' => "Bear Skin +4 Magic +11% Earth -2% Fire - Druids level 230",
            'points' => 350,
        ),
        223 => array(
            'type' => 1,
            'itemid' => 36414, // Item to display on page
            'count' => 1,
            'description' => "Embrace of Nature +4 Distance +11% Ice -3% Energy - Paladins level 220",
            'points' => 350,
        ),
        224 => array(
            'type' => 1,
            'itemid' => 36418, // Item to display on page
            'count' => 1,
            'description' => "Toga Mortis +4 Magic +6% Death - Sorcerers level 200",
            'points' => 350,
        ),
        225 => array(
            'type' => 1,
            'itemid' => 25191, // Item to display on page
            'count' => 1,
            'description' => "Earthmind Raiment +4 Magic +8% Earth -8% Fire - Sorcerers & Druids 200",
            'points' => 250,
        ),
        226 => array(
            'type' => 1,
            'itemid' => 25190, // Item to display on page
            'count' => 1,
            'description' => "Firemind Raiment +4 Magic +8% Fire -8% Ice - Druids & Sorcerers 200",
            'points' => 250,
        ),
        227 => array(
            'type' => 1,
            'itemid' => 25193, // Item to display on page
            'count' => 1,
            'description' => "Frostmind Raiment +4 Magic +8% Ice -8% Energy - Druids & Sorcerers 200",
            'points' => 250,
        ),
        228 => array(
            'type' => 1,
            'itemid' => 25192, // Item to display on page
            'count' => 1,
            'description' => "Thundemin Raiment +4 Magic +8% Energy -8% Earth - Druids & Sorcerers 200",
            'points' => 250,
        ),
        229 => array(
            'type' => 1,
            'itemid' => 32420, // Item to display on page
            'count' => 1,
            'description' => "Falcon Greaves +3 Sword +3 Axe +3 Club +3 Distance +7% Physical +7% Ice - Knights & Paladins 300",
            'points' => 350,
        ),
        230 => array(
            'type' => 1,
            'itemid' => 38927, // Item to display on page
            'count' => 1,
            'description' => "Soulshanks +3 Magic +10% Death - Sorcerers 400",
            'points' => 450,
        ),
        231 => array(
            'type' => 1,
            'itemid' => 38928, // Item to display on page
            'count' => 1,
            'description' => "Soulstrider +4 Magic +10% Fire - Druids 400",
            'points' => 450,
        ),
        232 => array(
            'type' => 1,
            'itemid' => 37452, // Item to display on page
            'count' => 1,
            'description' => "Fabulous Legs +2 Distance +2 Sword +2 Axe +2 Club +4% Physical +2% Fire - Knights & Paladins 225",
            'points' => 450,
        ),
        234 => array(
            'type' => 1,
            'itemid' => 38932, // Item to display on page
            'count' => 1,
            'description' => "Pair of Soulwalkers +1 Sword +1 Club +1 Axe +15 Speed +7% Physical +5% Fire - Knights 400",
            'points' => 450,
        ),
        235 => array(
            'type' => 1,
            'itemid' => 25412, // Item to display on page
            'count' => 1,
            'description' => "Treader of Torment",
            'points' => 150,
        ),
        236 => array(
            'type' => 1,
            'itemid' => 35229, // Item to display on page
            'count' => 1,
            'description' => "Cobra Boots +10 Speed +6% Physical - Knights 220",
            'points' => 350,
        ),
        237 => array(
            'type' => 1,
            'itemid' => 38933, // Item to display on page
            'count' => 1,
            'description' => "Pair of Soulstalkers +1 Distance +20 Speed +5% Physical - Paladins 400",
            'points' => 450,
        ),
        238 => array(
            'type' => 1,
            'itemid' => 9932, // Item to display on page
            'count' => 1,
            'description' => "Firewalker Boots - Infinity - All classes",
            'points' => 100,
        ),
        239 => array(
            'type' => 1,
            'itemid' => 38934, // Item to display on page
            'count' => 1,
            'description' => "Soulbastion +10% Physical +10% Death - Knights level 400",
            'points' => 450,
        ),
        240 => array(
            'type' => 1,
            'itemid' => 32422, // Item to display on page
            'count' => 1,
            'description' => "Falcon Escutcheon +7% Physical +15% Fire - Knights & Paladins 300",
            'points' => 350,
        ),
        241 => array(
            'type' => 1,
            'itemid' => 32421, // Item to display on page
            'count' => 1,
            'description' => "Falcon Shield +6% Physical +10% Fire - Knights & Paladins 300",
            'points' => 350,
        ),
        242 => array(
            'type' => 1,
            'itemid' => 38988, // Item to display on page
            'count' => 1,
            'description' => "Lion Spellbook +4 Magic +3% Physical +7% Ice - Druids & Sorcerers 220",
            'points' => 350,
        ),
        243 => array(
            'type' => 1,
            'itemid' => 34058, // Item to display on page
            'count' => 1,
            'description' => "Shoulder Plate +3 Magic +2% Physical +6% Earth - Sorcerers & Druids 180",
            'points' => 450,
        ),
        244 => array(
            'type' => 1,
            'itemid' => 8925, // Item to display on page
            'count' => 1,
            'description' => "Solar Axe 52 Attk 29+3 Def One Hand - Knights level 130",
            'points' => 350,
        ),
        245 => array(
            'type' => 1,
            'itemid' => 32424, // Item to display on page
            'count' => 1,
            'description' => "Falcon Battleaxe 10 Attk +47 Energy Attk 33 Def +4 Axe Skill, Two Hands - Knights 300",
            'points' => 400,
        ),
        246 => array(
            'type' => 1,
            'itemid' => 38920, // Item to display on page
            'count' => 1,
            'description' => "Souleater Axe 10 Attk +47 Ice Attk 34 Def +5 Axe Skill, Two Hands - Knights level 400 ",
            'points' => 450,
        ),
        247 => array(
            'type' => 1,
            'itemid' => 35231, // Item to display on page
            'count' => 1,
            'description' => "Cobra Axe Attk 8 +44 Ice Attk 29+2 Def +2 Axe Skill, One Hand - Knights level 220",
            'points' => 400,
        ),
        248 => array(
            'type' => 1,
            'itemid' => 39088, // Item to display on page
            'count' => 1,
            'description' => "Lion Axe 8 Attk +44 Earth Attk 31+2 Def +3 Axe Skill, One Hand - Knights level 270",
            'points' => 400,
        ),
        249 => array(
            'type' => 1,
            'itemid' => 38919, // Item to display on page
            'count' => 1,
            'description' => "Soulbiter 7 Attk +45 Death Attk 32+3 Def +5 Axe Skill, One Hand - Knights level 400",
            'points' => 450,
        ),
        250 => array(
            'type' => 1,
            'itemid' => 37451, // Item to display on page
            'count' => 1,
            'description' => "Phantasmal Axe 8 Attk +49 Fire Attk 32 Def +2 Axe, One Hand - Knights level 180",
            'points' => 450,
        ),
        251 => array(
            'type' => 1,
            'itemid' => 38926, // Item to display on page
            'count' => 1,
            'description' => "Soulhexer Ice damage +12% Ice +5 Magic - Druids 400",
            'points' => 450,
        ),
        252 => array(
            'type' => 1,
            'itemid' => 32416, // Item to display on page
            'count' => 1,
            'description' => "Falcon Rod Earth damage +8% Energy +3 Magic - Druids level 300",
            'points' => 400,
        ),
        253 => array(
            'type' => 1,
            'itemid' => 38986, // Item to display on page
            'count' => 1,
            'description' => "Lion Rod Ice damage +2 Magic - Druids level 270",
            'points' => 400,
        ),
        254 => array(
            'type' => 1,
            'itemid' => 32523, // Item to display on page
            'count' => 1,
            'description' => "Deepling Fork Ice damage +8% Holy +2 Magic - Sorcerers & Druids level 230",
            'points' => 350,
        ),
        255 => array(
            'type' => 1,
            'itemid' => 35235, // Item to display on page
            'count' => 1,
            'description' => "Cobra rod Earth Damage +2 Magic - Druids level 220",
            'points' => 400,
        ),
        256 => array(
            'type' => 1,
            'itemid' => 38921, // Item to display on page
            'count' => 1,
            'description' => "Soulcrusher 6 Attk +46 Ice damage 33+3 Def +5 Club - One Hand - Knights level 400",
            'points' => 400,
        ),
        257 => array(
            'type' => 1,
            'itemid' => 38922, // Item to display on page
            'count' => 1,
            'description' => "Soulmaimer 10 Attk +47 Energy damage 35 Def +5 Club - Two Hands - Knights level 400",
            'points' => 400,
        ),
        258 => array(
            'type' => 1,
            'itemid' => 32425, // Item to display on page
            'count' => 1,
            'description' => "Falcon Mace 11 Attk +41 Energy damage 33+3 Def +3 Club - One Hand - Knights level 300",
            'points' => 400,
        ),
        259 => array(
            'type' => 1,
            'itemid' => 39089, // Item to display on page
            'count' => 1,
            'description' => "Lion Hammer 8 Attk +44 Earth damage 31+2 Def +3 Club - One Hand - Knights level 270",
            'points' => 400,
        ),
        260 => array(
            'type' => 1,
            'itemid' => 35230, // Item to display on page
            'count' => 1,
            'description' => "Cobra Club 8 Attk +44 Fire damage 29+2 Def +2 Club - One Hand - Knights level 220",
            'points' => 400,
        ),
        261 => array(
            'type' => 1,
            'itemid' => 38925, // Item to display on page
            'count' => 1,
            'description' => "Soultainter Death Damage +12% death +5 Magic - Sorcerers level 400",
            'points' => 450,
        ),
        262 => array(
            'type' => 1,
            'itemid' => 32417, // Item to display on page
            'count' => 1,
            'description' => "Falcon Wand Energy damage 8% Fire +3 Magic - Sorcerers level 300",
            'points' => 400,
        ),
        263 => array(
            'type' => 1,
            'itemid' => 35234, // Item to display on page
            'count' => 1,
            'description' => "Cobra Wand Energy damage +2 Magic - Sorcerers level 270",
            'points' => 400,
        ),
        264 => array(
            'type' => 1,
            'itemid' => 38987, // Item to display on page
            'count' => 1,
            'description' => "Lion Wand Ice damage +2 Magic - Sorcerers level 220",
            'points' => 400,
        ),
        265 => array(
            'type' => 1,
            'itemid' => 38923, // Item to display on page
            'count' => 1,
            'description' => "Soulbleeder +8 Attk +5% Hit +7% Holy +4 Distance - Paladins level 400",
            'points' => 450,
        ),
        266 => array(
            'type' => 1,
            'itemid' => 38924, // Item to display on page
            'count' => 1,
            'description' => "Soulpiercer +9 Attk +6% Hit +8 Death +4 Distance - Paladins level 400",
            'points' => 450,
        ),
        267 => array(
            'type' => 1,
            'itemid' => 32418, // Item to display on page
            'count' => 1,
            'description' => "Falcon Bow +6 Attk +6% Hit +5% Fire +2 Distance - Paladins level 300",
            'points' => 400,
        ),
        268 => array(
            'type' => 1,
            'itemid' => 38985, // Item to display on page
            'count' => 1,
            'description' => "Lion Longbow +6 Attk +6% Hit +5% Ice +2 Distance - Paladins level 270",
            'points' => 400,
        ),
        269 => array(
            'type' => 1,
            'itemid' => 38917, // Item to display on page
            'count' => 1,
            'description' => "Soulcutter 7 Attk +45 Death damage 32+3 Def +5 Sword - One Hand - Knights level 400",
            'points' => 450,
        ),
        270 => array(
            'type' => 1,
            'itemid' => 38918, // Item to display on page
            'count' => 1,
            'description' => "Soulshredder 10 Attk +47 Ice damage 35Def +5 Sword - One Hand - Knights level 400",
            'points' => 450,
        ),
        271 => array(
            'type' => 1,
            'itemid' => 32423, // Item to display on page
            'count' => 1,
            'description' => "Falcon Longsword 56 Attk 34 Def +10% Earth +5 Sword - Two Hands - Knights level 300",
            'points' => 400,
        ),
        272 => array(
            'type' => 1,
            'itemid' => 38990, // Item to display on page
            'count' => 1,
            'description' => "Lion Longsword 8 Attk +44 Earth Damage 31+2 Def +3 Sword - One Hand - Knights level 270",
            'points' => 400,
        ),
        273 => array(
            'type' => 1,
            'itemid' => 36449, // Item to display on page
            'count' => 1,
            'description' => "Tagralt Blade 7 Attk +49 Earth damage 32 Def +3 Sword - Two Hands - Knights level 250",
            'points' => 450,
        ),
        278 => array(
            'type' => 1,
            'itemid' => 22409, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Chopper Atk:54, Def:34, axe fighting +3.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        279 => array(
            'type' => 1,
            'itemid' => 22406, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Axe Atk:53, Def:30 +3, axe fighting +1.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        280 => array(
            'type' => 1,
            'itemid' => 22415, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Hammer Atk:55, Def:34, club fighting +3.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        281 => array(
            'type' => 1,
            'itemid' => 22412, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Mace Atk:52, Def:30+3, club fighting +1.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        282 => array(
            'type' => 1,
            'itemid' => 22403, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Slayer Atk:54, Def:35, sword fighting +3.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        283 => array(
            'type' => 1,
            'itemid' => 22400, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Masterblade Atk:52, Def:31 +3, sword fighting +1.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        284 => array(
            'type' => 1,
            'itemid' => 22418, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Bow Range: 7, Atk +6, Hit% +5, distance fighting +3.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        285 => array(
            'type' => 1,
            'itemid' => 22421, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Crossbow Range: 5, Atk +9, Hit% +4, distance fighting +3.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
        286 => array(
            'type' => 1,
            'itemid' => 22424, // item to get in-game
            'count' => 1, // Stack number (5x itemid)
            'description' => "Umbral Master Spellbook Def:20, magic level +4, protection energy +5%, earth +5%, fire +5%, ice +5%.", // Description shown on website
            'points' => 350, // How many points this offer costs
        ),
 
Arriba