Menu

#2 faster browsing

open
nobody
None
5
2005-07-18
2005-07-18
Anonymous
No

WowModelView

Requests:
1) I would like equipment to load "on select" in the item
browser. That way you can browse quickly by pressing
up and down.

2) If possible: Item stats and set stat calulator. I think
this program could be used to find a person's dream
setup or costume.

Bugs:
1) Most items shown are correct. But, for some, older
versions of the item are showing eg. the priest Devout
set and the priest Prophecy set. See
wow.allakhazam.com for a pic of the current version.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Nevermind about the bug. Version 0.3 fixed it.

     
  • lAce

    lAce - 2005-08-04

    Logged In: YES
    user_id=1323753

    load on select would be nice.

    #2, is a bit problematic, if i suppose well. all stat data are
    server side, so it sould be maintained by hand, like the model-
    >texture combinations (like currently in the itemlist.csv)
    there are currently 7000+ lines in the csv, so by maintaining
    it by hand would be very tedious

    one workaround would be: you select the item from the
    combobox, the items name appears by the e.g. [head] button.
    the item name is clickable, and opens a browser, which calls
    http://wow.allakhazam.com/search.html?
    q=name+of+the+item

    for example for : Horned Viking Helmet
    http://wow.allakhazam.com/search.html?
    q=Horned+Viking+Helmet

     
  • lAce

    lAce - 2005-08-04

    Logged In: YES
    user_id=1323753

    stats: I created a test/dev database based on the items.csv,
    and will try to fetch data from allakhazam/experiment on it.

    I'll see what i can make from it, and post it here. (or shall we
    create a forum topic for it?)

     
  • lAce

    lAce - 2005-08-05

    Logged In: YES
    user_id=1323753

    I'm done with the stats.

    The exported csv is 1 megabyte big (812k when omitting
    unnecesarry 0s).
    It contains all data imaginable (resists, stat plusses, damage
    & damage type, "chance on hit" texts, etc)

    The lines look like this:
    5546,15056,8682,4,2,5,Stormshroud
    Armor,0,3,52,2,32767,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,
    0,0,0,0,0,0,0,0,7598,Passive: Improves your chance to get a
    critical strike by 2%.,13669,Passive: Increases your chance
    to dodge an attack by 1%.,00

    (Omitting the texted bonuses, (e.g. like "1% critical") makes
    it 100k lighter, so i think it's useful to keep that column)

    The only problem I found was with the ".. of bear", ".. of
    money" items, because their stats stored in a seperate
    location i couldn't fetch.

    Ufoz, Please contact me or reply here, if you would find it
    usefull, to include the stats.

    (sorry to post here, but there are no open forums ;[)

     

Log in to post a comment.