Items Application

Suggestions for WarcraftRealms.com
Post Reply
Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Items Application

Post by Hybuir »

Rollie,

I know that you're still in the testing phases of the character profiler but I assume that there's a general database of items. I was wondering if there could be an application that would have the items listed. Here's my specific scenario: I just hit 52, I know that somewhere out there, there is better plate armor than the one than what I have right now, I just don't know what it's called (and the AH is always a limited selection).

If there would be something that you would put your lvl and type of armour (maybe even class) it would list what you are available for. Just a thought.

Add'l Question: When you inspect someone does it take their character profile information?

~Junior
(morning, not as weird tho)

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

First off, no it does not capture profile data on anyone except your own character(s).

Next up, I don't actually acquire item data, as much as just slot data. For example, all I know is that in your chest slot you have a bunch of text. I don't know anything about that text. I don't know that it is the +10 Ogre Mail of Destruction.

Does that make sense?

I would love to provide what you are asking for, but the capacity isn't there right now and it would be a lot of work to get what you are looking for.
phpbb:phpinfo()

User avatar
Alanthus
Updater Extraordinaire
Posts: 334
Joined: Tue Aug 23, 2005 11:38 am

Post by Alanthus »

Maybe this site could be of some help hunting for phat loot appropriate to level/class, it's a lot easier to navigate than thott or allakhazam in this regard :)

http://www.wow-loot.com/
Image Image

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Nice link, not very often one comes up that is actually useful =)
phpbb:phpinfo()

User avatar
Alanthus
Updater Extraordinaire
Posts: 334
Joined: Tue Aug 23, 2005 11:38 am

Post by Alanthus »

That's scary Rollie, that's word for word what I thought when I found it...

<puts on gnomish helmet of thought protection>
Image Image

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

Rollie,

I just had an idea. Loot link submissions. It's always on, and my file containing over 6600 items is less than 2 megs. Just look at how the data is stored:

Code: Select all

ItemLinks = &#123;
	&#91;"Pattern&#58; Azure Shoulders"&#93; = &#123;
		&#91;"i"&#93; = "7085&#58;0&#58;0&#58;0",
		&#91;"c"&#93; = "ff1eff00",
		&#91;"t"&#93; = "Pattern&#58; Azure Shoulders?Requires Tailoring &#40;190&#41;?Use&#58; Teaches you how to sew Azure Shoulders.?\
Azure Shoulders?Binds when equipped?Shoulder?Cloth?38 Armor?+5 Stamina?Requires Level 33?Equip&#58; Increases damage done by Frost spells and effects by up to 13.?\
Requires Bolt of Silk Cloth &#40;6&#41;, Naga Scale &#40;2&#41;, Blue Dye &#40;2&#41;, Silken Thread &#40;2&#41;?",
		&#91;"s"&#93; = 1,
		&#91;"d"&#93; = "bi0?sk190?ty3?su6?",
	&#125;,
	&#91;"Battleforge Wristguards of the Bear"&#93; = &#123;
		&#91;"i"&#93; = "6591&#58;0&#58;1186&#58;0",
		&#91;"c"&#93; = "ff1eff00",
		&#91;"t"&#93; = "Battleforge Wristguards of the Bear?Binds when equipped?Wrist?Mail?83 Armor?+4 Stamina?+3 Strength?Requires Level 22?",
		&#91;"s"&#93; = 0,
		&#91;"d"&#93; = "bi1?lo5?ar83?le22?ty0?su2?",
	&#125;,
Just make sure that the loot link people are ok with users submitting data, and it's eazy speazy. Use the same algorithms to make sure that submissions don't double on the same item.

GENIUS!

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

There is actually a better way to collect item data than using lootlink.

What are some of the major reasons you do not like to use Thottbot or Alla's for item search information? If I were to do something like this, I would want to make sure I offer something that the other guys don't.
phpbb:phpinfo()

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

Major reason is it doesnt index by weapon damage, armour contributed, or level. I had a dream where an idea hit me, you put in your CURRENT items and level and then it tells you what you could have better, shows +armour (maybe losing +resistance or another aspect) and would show you what you could use, maybe even then direct you on how to get it :)

Post Reply