Download
(3 Kb)
Download
Updated: 03/05/15 08:08 PM
Compatibility:
Update 6 (1.6.5)
Updated:03/05/15 08:08 PM
Created:08/04/14 12:44 PM
Monthly downloads:80
Total downloads:24,554
Favorites:53
MD5:
Compatibility tool for Update 6  Popular! (More than 5000 hits)
Version: 6A
by: Garkin, merlight
Many addons are not updated for the latest patch, so you might find useful this tool (install it as any other addon).

This tool emulates removed/changed functions in Updates 3 to 5, so addons should work with even if they are not updated yet - just enable "Allow out of date addons" option in the addon manager.
However this tool isn't almighty, if some addon uses removed/changed functions before this tool is loaded you will still get an UI error and you will have to wait until that addon is properly updated for the latest patch.

Covered functions:
  • Update 3
    • GetBagInfo(bagId)
    • GetItemArmorType(itemLink)
    • GetItemWeaponType(itemLink)
    • GetShortAllianceName(alliance)
  • Update 4
    • GetAchievementItemLink(achievementId, rewardIndex, linkStyle)
    • GetAchievementRewardInfo(achievementId, rewardIndex)
    • IsSmithingStyleKnown(styleItemIndex)
    • GetNumLastCraftingResultItems()
  • Update 5
    • GetNumHeraldryItems()
    • GetHeraldryItemInfo()
    • BuyHeraldryItem()
    • GetHeraldryItemLink()
    • IsThirdAlchemySlotUnlocked()
    • ZO_OptionsWindow_InitializeControl()
    • IsControlAnOption()
    • ZO_Options_UpdateOption()
    • ZO_Options_SetupSlider()
    • ZO_Options_SetupDropdown()
    • ZO_Options_SetupCheckBox()
    • ZO_Options_OnMouseEnter()
    • ZO_OptionsWindow_LoadDefaults()
    • ZO_OptionsWindow_UpdatePanelOptions()
    • ZO_OptionsWindow_UpdateAllPanelOptions()
    • ZO_OptionsWindow_ChangePanels()
  • Update 6
    • GetMaxMountLevel()
    • GetTimeUntilMountCanBeFed()
    • PlayEmote()
    • GetAchievementCategoryInfo()

Update 5 also removes some fonts which were commonly used with LibMediaProvider library. If you are using any addon with this library, you might be interested in my other compatibility addon - LMP Removed Fonts.

Special thanks to merlight for new and corrected code.
6A:
- added changes for Update 6

5A:
- added changes for Update 5

4A:
- added changes for Update 4 - GetAchievementItemLink(...), GetAchievementRewardInfo(...), IsSmithingStyleKnown(...), GetNumLastCraftingResultItems().

3B:
- added Merlight's fix for player inventory
- fixed hooks for GetItemArmorType() and GetItemWeaponType() - thanks merlight!

3A:
- initial release
Archived Files (4)
File Name
Version
Size
Uploader
Date
5A
3kB
Garkin
11/03/14 10:12 AM
4A
2kB
Garkin
10/03/14 07:39 AM
B
2kB
Garkin
08/06/14 08:54 AM
A
2kB
08/04/14 12:44 PM


Post A Reply Comment Options
Unread 08/05/14, 05:37 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Kraeius
Thank you Garkin.

BagID's have changed? BAG_BACKPACK or BANK etc seems returning nil on me.
No, there is no change:
BAG_WORN = 0
BAG_BACKPACK = 1
BAG_BANK = 2
BAG_GUILDBANK = 3
BAG_BUYBACK = 4
BAG_TRANSFER = 5
BAG_DELETE = 255

Check constants in Zgoo.
Report comment to moderator  
Reply With Quote
Unread 08/05/14, 05:05 AM  
Kraeius
 
Kraeius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 249
Uploads: 3
Thank you Garkin.

BagID's have changed? BAG_BACKPACK or BANK etc seems returning nil on me.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: