PDA

View Full Version : Add text to Item Links


nyxtyr
04-08-2006, 04:38 PM
Hello, I'm looking to add text to 'Item Links' say when you click a item it says'something: some text here'
'something2: and something else here'at the bottom of the link possibly in the same window and NOT in a new tooltip thing how Auctioneer does it. I've written my data in little array/function like deal
ItemsA = {
["Arcanist Boots"] = {
["Text1"] = "wee some text",
["Text2"] = "and even more",
["Text3"] = "blahblah blah",
},
["Felheart Gloves"] = {
["Text1"] = "woo o nice gloves",
["Text2"] = "and even more",
["Text3"] = "blahblah blah",
},
}I want to add the data to the bottom of the item links for each item it goes to, say by itemID's or ItemNames. and look something like this:
Felheart Gloves
Binds when picked up
Hands Cloth
63 Armor
+15 Intellect
+8 Spirit
+18 Stamina
+7 Fire Resistance
Classes: Warlock
Requires Level 60
Equip: Improves your chance to get a critical strike with spells by 1%.
Equip: Increases damage and healing done by magical spells and effects by up to 9.
Guild: woo o nice gloves
Note: and even more
Other: blahblah blah

i don't know how to make the xml file to use all the stuff nor the other lua files for the actually coding haha :[ looking for any tips, help, sites, tutorials, sample code etc.. you guys can give me. So far i got my data i want to add to items and my .toc file finished