Galera, boa noite!
Estou com um problema/duvida referente a minha store do tibia (imagem em anexo), ao você clicar no item disponível na store para compra a imagem do item que deveria aparecer não aparece.
Mesmo eu sendo um pouco leigo, entendo que a imagem tem um caminho e eu já fiz essa alteração neste campo icons = {"18390.gif"} substitui por este: icons = {"images/items/18390.gif"}.
E assim assim não obtive sucesso, gostaria de saber se é possível a imagem aparecer e se eu estou fazendo algo errado.
Citar
Caminho : otserv/www/images/items/18390.gif
Citargamestore.lua
Citar-- Parser
dofile('data/modules/scripts/gamestore/init.lua')
-- Config
GameStore.Categories = {
{ name = "Mounts",
state = GameStore.States.STATE_NEW,
icons = {"Category_Mounts.gif"},
offers = {
-- Mount Example : thingId = mountId
{name = "Rift Runner", thingId = 87, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"426.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Shock Head", thingId = 42, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"426.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Blazebringer", thingId = 9, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"426.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Armoured War Horse", thingId = 23, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"426.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Shadow Draptor", thingId = 24, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"427.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Crimson Ray", thingId = 33, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"521.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Steelbeak", thingId = 34, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"522.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Tombstinger", thingId = 36, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"546.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Platesaurian", thingId = 37, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"547.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Desert King", thingId = 41, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"572.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Azudocus", thingId = 44, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"606.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Carpacosaurus", thingId = 45, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"621.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Death Crawler", thingId = 46, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"622.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Flamesteed", thingId = 47, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"624.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Jade Lion", thingId = 48, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"626.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Jade Pincer", thingId = 49, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"627.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Nethersteed", thingId = 50, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"628.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Tempest", thingId = 51, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"629.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Winter King", thingId = 52, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"630.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Doombringer", thingId = 53, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"631.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Woodland Prince", thingId = 54, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"644.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Hailtorm Fury", thingId = 55, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"647.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Siegebreaker", thingId = 56, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"648.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Poisonbane", thingId = 57, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"649.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Blackpelt", thingId = 58, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"650.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Golden Dragonfly", thingId = 59, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"651.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Steel Bee", thingId = 60, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"669.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Copper Fly", thingId = 61, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"670.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Tundra Rambler", thingId = 62, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"671.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Highland Yak", thingId = 63, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"672.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Glacier Vagabond", thingId = 64, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"673.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Flying Divan", thingId = 65, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"674.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Magic Carpet", thingId = 66, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"688.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Floating Kashmir", thingId = 67, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"689.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Ringtail Waccoon", thingId = 68, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"690.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Night Waccoon", thingId = 69, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"691.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Emerald Waccoon", thingId = 70, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"692.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Shadow Hart", thingId = 72, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"682.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Black Stag", thingId = 73, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"685.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Emperor Deer", thingId = 74, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"686.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Flitterkatzen", thingId = 75, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"687.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Venompaw", thingId = 76, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"726.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Batcat", thingId = 77, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"727.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Sea Devil", thingId = 78, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"728.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Coralripper", thingId = 79, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"734.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Plumfish", thingId = 80, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"735.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Gorongra", thingId = 81, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"736.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Noctungra", thingId = 82, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"738.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Silverneck", thingId = 83, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"739.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Slagsnare", thingId = 84, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"740.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Nightstinger", thingId = 85, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"761.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Razorcreep", thingId = 86, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"762.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Nightdweller", thingId = 88, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"848.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Frostflare", thingId = 89, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"849.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Cinderhoof", thingId = 90, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"850.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Mouldpincer", thingId = 91, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"851.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Bloodcurl", thingId = 92, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"868.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Leafscuttler", thingId = 93, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"869.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Sparkion", thingId = 94, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"870.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Swamp Nnapper", thingId = 95, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"883.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Mould Shell", thingId = 96, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"886.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Reed Lurker", thingId = 97, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"887.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Neon Sparkid", thingId = 98, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"888.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Vortexion", thingId = 99, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 30, icons = {"889.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Ivory Fang", thingId = 100, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"890.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Shadow Claw", thingId = 101, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"890.gif"}, description = "This mount looks so hot!"},
-- Mount Example : thingId = mountId
{name = "Snow Pelt", thingId = 102, type = GameStore.OfferTypes.OFFER_TYPE_MOUNT, price = 20, icons = {"890.gif"}, description = "This mount looks so hot!"},
}
},
{ name = "Outfits",
state = GameStore.States.STATE_NEW,
icons = {"Category_Outfits.gif"},
offers = {
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Mage Addon", thingId = {male=130,female=138}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 80, icons = {"130.gif", "138.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Entrepreneur Addon", thingId = {male=472,female=471}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"472.gif", "471.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Champion Addon", thingId = {male=633,female=632}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"633.gif", "632.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Conjurer Addon", thingId = {male=634,female=635}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"634.gif", "635.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Beastmaster Addon", thingId = {male=637,female=636}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"637.gif", "636.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Chaos Acolyte Addon", thingId = {male=665,female=664}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"665.gif", "664.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Death Herald Addon", thingId = {male=667,female=666}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"667.gif", "666.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Ranger Addon", thingId = {male=684,female=683}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"684.gif", "683.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Ceremonial Garb Addon", thingId = {male=695,female=694}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"695.gif", "694.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Puppeteer Addon", thingId = {male=697,female=696}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"697.gif", "696.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Spirit Caller Addon", thingId = {male=699,female=698}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"699.gif", "698.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Evoker Addon", thingId = {male=725,female=724}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"725.gif", "724.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Seaweaver Addon", thingId = {male=733,female=732}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"733.gif", "732.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Recruiter Addon", thingId = {male=746,female=745}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 40, icons = {"746.gif", "745.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Sea Dog Addon", thingId = {male=750,female=749}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"750.gif", "749.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Royal Pumpkin Addon", thingId = {male=760,female=759}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"760.gif", "759.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Winter Warden Addon", thingId = {male=853,female=852}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"853.gif", "852.gif"}},
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
-- Addon Example : thingId = lookType, addon = ( 1 = addon 1, 2 = addon 2, 3 = both addons)
{name = "Arena Champion Addon", thingId = {male=884,female=885}, addon = 3, type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON, price = 30, icons = {"884.gif", "885.gif"}},
}
},
{ name = "Helmets",
state = GameStore.States.STATE_NEW,
icons = {"Category_Helmets.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Ferumbras' hat", thingId = 5903, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 60, icons = {"www/images/items/5903.gif"}, description = "Arm:1"},
{name = "Enchanted Werewolf Helmet (Infinite)", thingId = 24783, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 30, icons = {"www/images/items/24783.gif"}, description = "Arm:9, club fighting +1%, sword fighting +1%, axe fighting +1%, distance fighting +1%, magic level +1, protection physical +4%"},
{name = "Werewolf Helmet (+15 Speed)", thingId = 24718, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 30, icons = {"www/images/items/24718.gif"}, description = "Arm:9, club fighting +1%, sword fighting +1%, axe fighting +1%, distance fighting +1%, magic level +1, protection physical +4%"},
{name = "Goldem Helmet", thingId = 2471, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 30, icons = {"www/images/items/2471.gif"}, description = "Item de colecionador!"},
{name = "Prismatic Helmet", thingId = 18403, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 10, icons = {"www/images/items/18403.gif"}, description = "Arm:9, shielding +1%, protection physical +5%. Knights 150+"},
{name = "Zaoan helmet", thingId = 11302, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"11302.gif"}, description = "(Arm:9, protection physical +5%"},
{name = "Elite Draken Helmet", thingId = 12645, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"12645.gif"}, description = "Arm:9, distance fighting +1%, protection death +3%. Paladin 100+"},
{name = "Yalahari Mask", thingId = 9778, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 13, icons = {"9778.gif"}, description = "Arm 5, ml +2"},
{name = "Gill Gugel", thingId = 18398, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 10, icons = {"18398.gif"}, description = "Arm:5, magic level +2, protection earth +6%, fire -6%. Mage 150+"},
{name = "Dwarven Helmet", thingId = 2502, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"2502.gif"}, description = "Arm:6, protection physical +2%"},
{name = "Shroud of Despair", thingId = 25413, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 18, icons = {"25413.gif"}, description = "Arm:7, protection death +3%)"},
{name = "Hat of The Mad", thingId = 2323, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"2323.gif"}, description = "Arm:3, magic level +1"},
}
},
{ name = "Amuletos",
state = GameStore.States.STATE_NEW,
icons = {"Category_Helmets.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Ornamented Brooch", thingId = 12424, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"12424.gif"}, description = "Arm:2"},
{name = "Shrunken Head Necklace", thingId = 21691, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"21691.gif"}, description = "speed +10"},
{name = "Onyx Pendant", thingId = 24851, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"24851.gif"}, description = "Arm:2, protection death +2%"},
{name = "Koshei's Ancient amulet ", thingId = 8266, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"8266.gif"}, description = "Arm:2, protection death +2%"},
{name = "5x Collar of Green Plasma", thingId = 26199, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26199.gif"}, description = "Faster regeneration e magic level +3"},
{name = "5x Collar of Red Plasma ", thingId = 26200, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26200.gif"}, description = "club fighting +4%, sword fighting +4%, axe fighting +4%, protection physical +5%"},
{name = "5x Collar of Blue Plasma", thingId = 26198, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26198.gif"}, description = "distance fighting +4%, magic level +2"},
}
},
{ name = "Botas",
state = GameStore.States.STATE_NEW,
icons = {"Category_Botas.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "VIP Boots", thingId = 2358, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 30, icons = {"2358.gif"}, description = "Arm 3, protection death +5%, speed +30. Faster regeneration and infinity!"},
{name = "Treader of Torment", thingId = 25412, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"25412.gif"}, description = "Arm 4."},
{name = "Golden Boots", thingId = 2646, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"2646.gif"}, description = "Arm 4."},
{name = "Dragon Scale Boots", thingId = 11118, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"11118.gif"}, description = "Arm3, protection fire +3%, ice -3%. Knights 70+. Item de colecionador!"},
{name = "Boots of Haste", thingId = 2195, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"2195.gif"}, description = "Speed 20+."},
{name = "Pair a Soft Boots", thingId = 6132, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"6132.gif"}, description = "Faster regeneration."},
{name = "Void Boots", thingId = 26133, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26133.gif"}, description = "faster regeneration, Arm:2, protection energy +10%, speed +30"}, }
},
{ name = "Legs",
state = GameStore.States.STATE_NEW,
icons = {"Category_Legs.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Demon Legs", thingId = 2495, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 16, icons = {"2495.gif"}, description = "Arm 9."},
{name = "Dragon Scale Legs", thingId = 2469, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 17, icons = {"2469.gif"}, description = "Arm 10."},
{name = "Ornate Legs", thingId = 15412, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"15412.gif"}, description = "Arm:8, protection physical +5%."},
{name = "Dwarven Legs", thingId = 2504, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"2504.gif"}, description = "Arm:7, protection physical +3%"},
{name = "Icy Culottes", thingId = 21700, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 16, icons = {"21700.gif"}, description = "Arm:8, protection ice +8%."},
{name = "Gill Legs", thingId = 18400, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"18400.gif"}, description = "Arm:7, magic level +1, protection earth +8%, fire -8%"},
{name = "Yalahari Leg Piece", thingId = 9777, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 13, icons = {"9777.gif"}, description = "Arm:8, distance fighting +2%, protection death +5%"},
{name = "Prismatic Legs", thingId = 18405, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"18405.gif"}, description = "Arm:8, distance fighting +2%, protection physical +3%"},
}
},
{ name = "Shields",
state = GameStore.States.STATE_NEW,
icons = {"Category_Shields.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Blessed Shield", thingId = 2523, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 30, icons = {"2523.gif"}, description = "Def 40. Shield de colecionador!"},
{name = "Terran Rainbow Shield (Infinit)", thingId = 8909, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"8909.gif"}, description = "Become rich!"},
{name = "Great Shield", thingId = 2522, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"2522.gif"}, description = "Become rich!"},
{name = "Death Gaze", thingId = 25414, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 20, icons = {"25414.gif"}, description = "Def 38. Item de colecionador!"},
{name = "Shield of Corruption", thingId = 12644, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"12644.gif"}, description = "Def 36 Sword +3"},
{name = "Prismatic Shield", thingId = 18410, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"18410.gif"}, description = "Def 37, shield +2, protecao fisico +4%"},
{name = "Ornate Shield", thingId = 15413, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 12, icons = {"15413.gif"}, description = "Def 36, protecao fisico +5%"},
{name = "Rift Shield", thingId = 25382, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"25382.gif"}, description = "Def 37. Item de colecionador!"},
{name = "Nightmare Shield", thingId = 6391, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"6391.gif"}, description = "Def 37. Item de colecionador! It was crafted by the ancient order of the nightmare knights"},
{name = "Necromancer Shield", thingId = 6433, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"6433.gif"}, description = "Def 37. Item de colecionador! It is enchanted with unholy, necromantic powers"},
}
},
{ name = "SpellBoks",
state = GameStore.States.STATE_NEW,
icons = {"Category_Shields.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Umbral Master Spellbook", thingId = 22424, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"22424.gif"}, description = "Def:20, magic level +4, protection energy +5%, earth +5%, fire +5%, ice +5%. Mage 250+"},
{name = "Spellbook of Ancient Arcana", thingId = 16112, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 20, icons = {"16112.gif"}, description = "Def:19, magic level +4, protection death +5%. Mage 150+"},
{name = "Spellbook of Lies", thingId = 25411, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 10, icons = {"25411.gif"}, description = "Def:18, magic level +4. Mage 150+"},
{name = "Spellbook of Dark Mysteries ", thingId = 8918, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"8918.gif"}, description = "Become rich!"},
{name = "Spelbook of Vigilance", thingId = 18401, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"18401.gif"}, description = "Become rich!"},
}
},
{ name = "Bows e Crossbows",
state = GameStore.States.STATE_NEW,
icons = {"Category_Knight.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Bow of Carving (infinite)", thingId = 26308, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26308.gif"}, description = "Atk:52, Def:34, sword fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Bow of Remedy (infinite)", thingId = 26288, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26288.gif"}, description = "Atk:52, Def:33, axe fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Bow of Mayhem (infinite)", thingId = 26254, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26254.gif"}, description = "Atk:51, Def:32, club fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Umbral Master Bow", thingId = 22418, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"22418.gif"}, description = "Atk:52, Def:31 +3, sword fighting +1"},
{name = "Crossbow of Carving (infinite)", thingId = 26311, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26311.gif"}, description = "Atk:52, Def:31 +3, sword fighting +1"},
{name = "Crossbow of Remedy (infinite)", thingId = 26292, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26292.gif"}, description = "Atk:52, Def:31. 2 maos"},
{name = "Crossbow of Mayhem (infinite)", thingId = 26268, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26268.gif"}, description = "Atk:55, Def:34, club fighting +3. 2 Maos"},
{name = "Umbral Master Crossbow ", thingId = 22421, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22421.gif"}, description = "(Atk:54, Def:34, axe fighting +3. 2 maos"},
{name = "Thorn Spitter", thingId = 16111, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"16111.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
}
},
{ name = "Armas",
state = GameStore.States.STATE_NEW,
icons = {"Category_Knight.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Mace of Carving (infinite)", thingId = 26300, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26300.gif"}, description = "Atk:52, Def:34, sword fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Hammer of Carving (infinite)", thingId = 26305, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26305.gif"}, description = "Atk:52, Def:33, axe fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Mace of Remedy (infinite)", thingId = 26278, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26278.gif"}, description = "Atk:51, Def:32, club fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Hammer of Remedy (infinite)", thingId = 26283, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26283.gif"}, description = "Atk:52, Def:31 +3, sword fighting +1"},
{name = "Mace of Mayhem (infinite)", thingId = 26247, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26247.gif"}, description = "Atk:52, Def:31. 2 maos"},
{name = "Hammer of Mayhem (infinite)", thingId = 26250, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26250.gif"}, description = "Atk:55, Def:34, club fighting +3. 2 Maos"},
{name = "Axe of Carving (Infinite)", thingId = 26284, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26284.gif"}, description = "(Atk:54, Def:34, axe fighting +3. 2 maos"},
{name = "Chopper of Carving (Infnite)", thingId = 26293, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26293.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Axe of Remedy (infinite)", thingId = 26267, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26267.gif"}, description = "Atk:52, Def:34, sword fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Chopper of Remedy (infinite)", thingId = 26273, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26273.gif"}, description = "Atk:52, Def:33, axe fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Axe of Mayhem (infinite)", thingId = 26241, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26241.gif"}, description = "Atk:51, Def:32, club fighting +1, critical hit chance +25%, critical hit damage +45%. Knight 50+"},
{name = "Chopper of Mayhem (infinite)", thingId = 26244, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26244.gif"}, description = "Atk:52, Def:31 +3, sword fighting +1"},
{name = "Blade of Carving (Infinite)", thingId = 26270, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26270.gif"}, description = "Atk:52, Def:31. 2 maos"},
{name = "Slayer of Remedy (Infinite)", thingId = 26260, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26260.gif"}, description = "Atk:55, Def:34, club fighting +3. 2 Maos"},
{name = "Blade of Mayhem (Infinite)", thingId = 26235, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26235.gif"}, description = "(Atk:54, Def:34, axe fighting +3. 2 maos"},
{name = "Slayer of Mayhem (Infinite)", thingId = 26238, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26238.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Master Axe", thingId = 22406, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22406.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Master Chopper", thingId = 22409, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22409.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Master Mace", thingId = 22412, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22412.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Master Hammer", thingId = 22415, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22415.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Masterblade", thingId = 22400, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22400.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Umbral Master Slayer ", thingId = 22403, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"22403.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
{name = "Magic longsword", thingId = 2390, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 40, icons = {"2390.gif"}, description = "Atk:54, Def:34, axe fighting +3"},
}
},
{ name = "Armaduras",
state = GameStore.States.STATE_NEW,
icons = {"Category_Armaduras.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Dwarven Armor", thingId = 2503, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"2503.gif"}, description = "Arm:18, sword fighting +4%, protection fire +8%, ice -8%. Knight 200+"},
{name = "EK SWORD Fireheart Cuirass", thingId = 25174, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25174.gif"}, description = "Arm:18, sword fighting +4%, protection fire +8%, ice -8%. Knight 200+"},
{name = "EK SWORD Earthheart Cuirass", thingId = 25177, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25177.gif"}, description = "Arm:18, sword fighting +4%, protection earth +8%, fire -8%. Knight 200+"},
{name = "EK SWORD Frostheart Cuirass", thingId = 25183, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25183.gif"}, description = "Arm:18, sword fighting +4%, protection energy -8%, ice +8%. Knight 200+"},
{name = "EK SWORD Thunderheart Cuirass", thingId = 25180, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25180.gif"}, description = "Arm:18, sword fighting +4%, protection energy +8%, earth -8%. Knight 200+"},
{name = "EK CLUB Frostheart Platemail", thingId = 25185, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25185.gif"}, description = "Arm:18, club fighting +4%, protection energy -8%, ice +8%. Knight 200+"},
{name = "EK CLUB Thunderheart Platemail", thingId = 25182, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25182.gif"}, description = "Arm:18, club fighting +4%, protection energy +8%, earth -8%. Knight 200+"},
{name = "EK CLUB Fireheart Platemail", thingId = 25176, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25176.gif"}, description = "Arm:18, club fighting +4%, protection fire +8%, ice -8%. Knight 200+"},
{name = "EK CLUB Earthheart Platemail", thingId = 25179, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25179.gif"}, description = "Arm:18, club fighting +4%, protection earth +8%, fire -8%. Knight 200+"},
{name = "EK AXE Earthheart Hauberk", thingId = 25178, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25178.gif"}, description = "Arm:18, axe fighting +4%, protection earth +8%, fire -8%. Knight 200+"},
{name = "EK AXE Frostheart Hauberk", thingId = 25184, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25184.gif"}, description = "Arm:18, axe fighting +4%, protection energy -8%, ice +8%. Knight 200+"},
{name = "EK AXE Thunderheart Hauberk", thingId = 25181, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25181.gif"}, description = "Arm:18, axe fighting +4%, protection energy +8%, earth -8%. Knight 200+"},
{name = "EK AXE Fireheart Hauberk", thingId = 25175, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25175.gif"}, description = "Arm:18, axe fighting +4%, protection fire +8%, ice -8%. Knight 200+"},
{name = "MAGE Robe of the Underworld", thingId = 8890, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 15, icons = {"8890.gif"}, description = "Arm:15, magic level +4, protection fire +8%, ice -8%. Mage 200+"},
{name = "MAGE Thundermind Raiment", thingId = 25192, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25192.gif"}, description = "Arm:15, magic level +4, protection energy +8%, earth -8%. Mage 200+"},
{name = "MAGE Frostmind Raiment", thingId = 25193, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25193.gif"}, description = "Arm:15, magic level +4, protection energy -8%, ice +8%. Mage 200+"},
{name = "MAGE Earthmind Raiment", thingId = 25191, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25191.gif"}, description = "Arm:15, magic level +4, protection earth +8%, fire -8%. Mage 200+"},
{name = "MAGE Firemind Raiment", thingId = 25190, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25190.gif"}, description = "Arm:15, magic level +4, protection fire +8%, ice -8%. Mage 200+"},
{name = "RP Depth Lorica", thingId = 15407, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 12, icons = {"15407.gif"}, description = "Arm 15. Distance +3"},
{name = "RP Divine Plate", thingId = 8885, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"8885.gif"}, description = "Arm 15. Distance +3"},
{name = "RP Master Acher's Armor", thingId = 8888, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 12, icons = {"8888.gif"}, description = "Arm 15. Distance +3"},
{name = "RP Firesoul Tabard", thingId = 25186, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25186.gif"}, description = "Arm:18, distance fighting +4%, protection fire +8%, ice -8%. Paladin 200+"},
{name = "RP Frostsoul Tabard", thingId = 25189, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25189.gif"}, description = "Arm:18, distance fighting +4%, protection energy -8%, ice +8%. Paladin 200+"},
{name = "RP Thundersoul Tabard", thingId = 25188, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25188.gif"}, description = "Arm:18, distance fighting +4%, protection energy +8%, earth -8%. Paladin 200+"},
{name = "RP Earthsoul Tabard", thingId = 25187, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"25187.gif"}, description = "Arm:18, distance fighting +4%, protection earth +8%, fire -8%. Paladin 200+"},
}
},
{ name = "Rods e Wands",
state = GameStore.States.STATE_NEW,
icons = {"Category_Mages.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Wand of Carving (infinite)", thingId = 26314, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26314.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Wand of Remedy (infinite)", thingId = 26297, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26297.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Wand of Mayhem (infinite)", thingId = 26320, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26320.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Wand of Defiance", thingId = 18390, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"18390.gif"}, description = "Become rich!"},
{name = "Wand of Everblazing", thingId = 18409, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"18409.gif"}, description = "Become rich!"},
{name = "Glacial Rod", thingId = 18412, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 6, icons = {"18412.gif"}, description = "Druid 65+, ml+1"},
{name = "Rod of Remedy (infinite)", thingId = 26302, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26302.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Druid 50+. Dano tipo DEATH"},
{name = "Rod of Mayhem (infinite)", thingId = 26323, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26323.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Druid 50+. Dano tipo ICE"},
{name = "Rod of Carving (infinite)", thingId = 26317, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 25, icons = {"26317.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Druid 50+. Dano tipo ICE"},
}
},
{ name = "Fontes de Luz",
state = GameStore.States.STATE_NEW,
icons = {"Category_Mages.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "Burnt out Devourer Core", thingId = 26343, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26343.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Cevourer Core", thingId = 26342, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26342.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Trapped Lightning", thingId = 21699, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 10, icons = {"21699.gif"}, description = "critical hit chance +25%, critical hit damage +45%, magic level +1. Sorcerer 50+. Dano tipo DEATH"},
{name = "Eye of The Storm", thingId = 21703, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 8, icons = {"21703.gif"}, description = "Become rich!"},
{name = "Shimmer Glower", thingId = 13875, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"13875.gif"}, description = "Become rich!"},
}
},
{ name = "Items Extra",
state = GameStore.States.STATE_NEW,
icons = {"Category_Gold.gif"},
offers = {
-- Item Example : thingId = itemId
{name = "100 crystal coins", thingId = 2160, count = 10, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"2160.gif"}, description = "100 crystal coins"},
{name = "Wolf Backpack", thingId = 24740, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"24740.gif"}, description = "Peso 18, capacidade 40"},
{name = "Energetic Backpack", thingId = 26181, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"26181.gif"}, description = "Peso 18, capacidade 40"},
{name = "Zaoan Chess Box", thingId = 20620, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"20620.gif"}, description = "Peso 18, capacidade 40"},
{name = "10x Major crystalline token", thingId = 18423, count = 10, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"18423.gif"}, description = "9 unidades"},
{name = "10x Minor crystalline token", thingId = 18422, count = 10, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 2, icons = {"18422.gif"}, description = "9 unidades"},
{name = "Canivete Rosa", thingId = 10513, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"10513.gif"}, description = "9 unidades"},
{name = "Canivete Azul", thingId = 10515, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"10515.gif"}, description = "9 unidades"},
{name = "Canivete Vermelho", thingId = 10511, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"10511.gif"}, description = "9 unidades"},
{name = "25x Golden Raid Token", thingId = 21399, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 4, icons = {"21399.gif"}, description = "Troque por itens com o NPC Jeronimo"},
{name = "25x Silver Raid Token", thingId = 21400, count = 5, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 3, icons = {"21400.gif"}, description = "Troque por itens com o NPC Jeronimo"},
{name = "Mana Refiller", thingId = 9999, count = 3, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"9999.gif"}, description = "Coma e restaure sua mana completamente! Vem 10x"},
{name = "Life Refiller", thingId = 9992, count = 3, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 5, icons = {"9992.gif"}, description = "Beba essa quente e forte bebida e sua vida vai encher por completo! Vem 10x"},
{name = "Addon Doll", thingId = 13581, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 15, icons = {"13581.gif"}, description = "Te da um addon full"},
{name = "Super Addon Doll", thingId = 16108, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 35, icons = {"16108.gif"}, description = "Te da um addon full"},
{name = "Skull Remover", thingId = 11076, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 20, icons = {"11076.gif"}, description = "Remova seu skull"},
{name = "Book of Bless", thingId = 9004, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 25, icons = {"9004.gif"}, description = "Te da um addon full"},
{name = "Stamina Refiller", thingId = 12544, count = 1, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 15, icons = {"12544.gif"}, description = "Full Stamina!"},
}
},
{ name = "Extra Services",
state = GameStore.States.STATE_NEW,
icons = {"Category_ExtraServices.gif"},
offers = {
-- NameChange example
{name = "Character Name Change", type = GameStore.OfferTypes.OFFER_TYPE_NAMECHANGE, price = 5, icons = {"Product_CharacterNameChange.gif"}},
-- Sexchange example
{name = "Character Sex Change", type = GameStore.OfferTypes.OFFER_TYPE_SEXCHANGE, price = 5, icons = {"Product_CharacterSexChange.gif"}},
-- Promotion example
-- {name = "First Promotion", thingId = 1--[[ed/ms/rp/ek]], type = GameStore.OfferTypes.OFFER_TYPE_PROMOTION, price = 5, icons = {"Product_FirstPromotion.gif"}}
}
},
}-- For Explanation and information
-- view the readme.md file in github or via markdown viewer.-- Non-Editable
local runningId = 1
for k, category in ipairs(GameStore.Categories) do
if category.offers then
for m, offer in ipairs(category.offers) do
offer.id = runningId
runningId = runningId + 1
if not offer.type then
offer.type = GameStore.OfferTypes.OFFER_TYPE_NONE
end
end
end
end