View Single Post
07-20-14, 01:04 AM   #1
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Data Changes in WoD

The following has been (mostly) ripped off wowpedia just for informing people here.
The original source can be found here: http://wowpedia.org/Patch_6.0.1/API_changes#Changes


Difficulties:
  • 0 - None
  • 1 - 5-player instance
  • 2 - 5-player heroic instance
  • 3 - 10-player raid
  • 4 - 25-player raid
  • 5 - 10-player heroic raid
  • 6 - 25-player heroic raid
  • 7 - 25-player raid finder
  • 8 - challenge mode
  • 9 - 40-player raid
  • 10 - unused
  • 11 - heroic scenario
  • 12 - scenario
  • 13 - unused
  • 14 - 10-30-player flexible raid
  • 15 - 10-30-player flexible heroic raid
  • 16 - 20-player mythic raid
  • 17 - 10-30-player flexible LFR


GUID overhaul:
The Globally Unique Identifier format has been completely redesigned, consider the following:
As of build 18888, the format has changed from using colons to hyphens for splitting each value.



Item hyperlink changes:
Item hyperlinks have been updated to support bonusIDs and instanceDifficultyID.
Also, with the removal of the reforge system, reforgeID is gone:
  • Old:
    • itemID:enchant:gem1:gem2:gem3:gem4:suffixID:uniqueID:level:reforgeID:upgradeID
  • New:
    • itemID:enchant:gem1:gem2:gem3:gem4:suffixID:uniqueID:level:upgradeId:instanceDifficultyID:numBonusIDs:bonusID1:bonusID2:...

They can be used for storing random suffixes (e.g. "of the Fireflash"), random bonuses (e.g. bonusID 40 is +Avoidance), raid types (see below), dungeon typing, random quest upgrades (see below for epic/rare), crafting upgrades (e.g. bonusID 526 is "Expert") and others.

Some examples of bonusIDs:
  • 448 - Warforged, +6 itemlevel
  • 449 - Heroic, +13 itemlevel
  • 450 - Mythic, +26 itemlevel
  • 451 - LFR, -12 itemlevel
  • 15 - Epic, +10 itemlevel
  • 171 - Rare, +5 itemlevel

BonusIDs can adjust itemlevels, modify stats, change itemquality, add item titles, appends words to item names, add sockets, adjust appearance, adjust required equip level, and possibly many more.


World markers:
We now have 8 world markers (up from 5), the new colors are as follows:
  • Orange (represented by the circle raidicon)
  • Silver (represented by the moon raidicon)
  • White (represented by the skull raidicon)


Last edited by p3lim : 09-18-14 at 11:49 PM. Reason: Changes to GUID