Jump to content

h2.havok

Members
  • Posts

    371
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by h2.havok

  1. https://github.com/w...0-%20Sample.exe

    Just a sample of a parser that I am working on. Select an item ID and it will load the IDs for that item's material, slot, displayid, class, subclass and sheath. The final release will load ALL data for any 4.3.0 item (And if I'm feeling bored, every item prior to 4.3.0 as well). Once released, this program will make making complete item_templates just a single click away.

    Note: This program DOES NOT contain any copywritten material. It does not use DBCs or anything copywritten.

    Release ETA: Who the fudge knows. When I'm satisfied.

    --Current changes (Not in sample)

    Update: 12/13:

    - Parses Name

    - Parses RequiredEnchantingLevel

    - Handles non-existent (On Wowhead) items properly (Final release will not include those IDs)

    Update: 12/14:

    - Flags Parser Coded (Not implemented)

    - BuyPrice Parser Coded (Not implemented, needs work)

    Update: 12/15:

    - ItemLevel Parser Coded

    - RequiredLevel Parser Coded

    - ContainerSlots Parser Coded

    - Delay Parser Coded

    - Durability Parser Coded

    - Bonding Parser Coded

    - Description Parser Coded

    - damageType Parser Coded

    - RequiredReputationFaction Parser Coded

    - RequiredReputationRank Parser Coded

    - RequiredSpell Parser Coded

    - RequiredSkill Parser Coded

    - RequiredSkillRank Parser Coded

    Update: 01/02:

    - StatType Parser Coded (Needs rework (May need to preload data))

  2. Newest tool. Completely automated NPC Vendor Data parser. Unfortunately, as of right now, it does not do extended cost, time or anything, just the items. ExtendedCost would be too much of a ***** since I'd need to have all the extendedcost data preloaded into the program.

    Simply enter the NPC ID and it grabs the ID of every item that vendor sells and spits out an SQL query script.

    Had to pull out all the stops and waste a couple days to get it working. It was actually not very easy to figure out a way to pull just the item IDs neatly so it can work it's magic. Sometimes it will ask to install Flash, just press no and ignore it. It has to connect to Wowhead in order to get the data.

    I tested it pretty thoroughly so there shouldn't be any problems but if you run into one, post what you did and what went wrong and when it happened and I'll fix it. There is a problem with dumping the debug output. If you change the directory, it will throw an access violation. I've always had problems with access violations so I doubt that'll be fixed anytime soon.

    Maybe I'll fully automate it so you can enter an array of NPC ID's and it'll grab the data and actually query your database, but my SQL skills in VBNet suck.

    Posted Image

    Requires .NET Framework 3.5 or Higher.

    https://github.com/w...0VendorData.exe

    Warning: If you use Norton, SONOR will delete it. SONAR is the bane of my programming existence, damn thing deletes anything just because not many people have used it.

    Update 12/28/11:

    - Working on ExtendedCost.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.