Thread Tools Display Modes
12-19-06, 09:15 AM   #1
cosa
A Kobold Labourer
Join Date: Dec 2006
Posts: 1
Item extractor

http://www.riseguild.com/misc/itemtophpbb.rar

This is addon that worked awesome for our guild making updating of bank contents very easy. However after 2.0 addon is not updated. It's simple part of the code, scanning your inventory and parsing [item]Item name[/item] after every item you have in inventory. Also adding quantities from all.

This works for all itemstats enabled CMSes and forums

Plx it would be realy awesome if you anyone give a hand on this and "recompile" it for 2.0 I think for those that have knowledge of modding can do this easy.

Much love and appreciate all help...
  Reply With Quote
12-19-06, 05:12 PM   #2
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
is it suppose to output this?


Code:
Money: 27g 47s 92c

Equipment

[item]Slime-encrusted Pads[/item]
[item]Common Gray Shirt[/item]
[item]Burnished Tunic[/item]
[item]Grunt's Belt of the Bear[/item]
[item]War Paint Legguards[/item]
[item]Quagmire Galoshes[/item]
[item]Grunt's Bracers of the Monkey[/item]
[item]Dagmire Gauntlets[/item]
[item]Bounty Hunter's Ring[/item]
[item]Glowing Lizardscale Cloak[/item]
[item]Blackfang[/item]
[item]Stinging Viper[/item]
[item]Privateer Musket[/item]

Inventory

1x [item]Headsplitter[/item]
1x [item]Wingblade[/item]
1x [item]Battering Hammer of the Whale[/item]
1x [item]Cobalt Buckler[/item]
1x [item]Hulking Belt[/item]
2x [item]Brilliant Scale[/item]
1x [item]Charged Scale[/item]
1x [item]Enchanted Gaea Seeds[/item]
1x [item]Enchanted Resonite Crystal[/item]
1x [item]Forked Tongue[/item]
1x [item]Hearthstone[/item]
6x [item]Heavy Wool Bandage[/item]
5x [item]Light Feather[/item]
1x [item]Long Tail Hair[/item]
1x [item]Maggran's Reserve Letter[/item]
5x [item]Red-speckled Mushroom[/item]
6x [item]Seeping Gizzard[/item]
8x [item]Sharp Canine[/item]
1x [item]Sharp Claw[/item]
2x [item]Shed Lizard Skin[/item]
7x [item]Soft Patch of Fur[/item]
1x [item]Stonetalon Sap[/item]
11x [item]Thunder Lizard Tail[/item]
28x [item]Wool Bandage[/item]
31x [item]Wool Cloth[/item]

Bank
  Reply With Quote
12-19-06, 05:29 PM   #3
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
heres how i fixed it:

need to update the "for index in table do".. they should be "for index in pairs(table) do"

change line 77 to:
Code:
for index in pairs(itemNames[i]) do

change line 104 to:
Code:
for index in pairs(items) do

change line 156 to:
Code:
for index in pairs(itemNames[i]) do

and it should work.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Item extractor


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off