View Single Post
06/19/14, 07:12 PM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Halja View Post
I kind glanced over the SI_ string table and a few things jumped out at me. The strings table suggests they reorder item styles. Which could be the cause of the inventory errors.
These two appear new:
["SI_ITEMSTYLE11"] = "Thieves Guild"
["SI_ITEMSTYLE12"] = "Dark Brotherhood"
Theft is about to be tracked.
["SI_STOREFAILURE19"] = "You can't sell stolen items here."
["SI_TRADEACTIONRESULT66"] = "That item is stolen."
["SI_TRADINGHOUSERESULT23"] = "You cannot sell stolen items to other players."
Dyeing items is close? There are a bunch of SI_DYE* strings.
Guild identification options with SI_GUILD_HERALDRY*

--halja
Item styles are already on live servers, they were added with Craglorn update.
But they are really adding a lots of items promised here.

SI_SIEGETYPE9 = "Battle Standard"

SI_ITEMTYPE8 = "Motif"

SI_ITEMTYPE51 = "Potency Runestone"
SI_ITEMTYPE52 = "Aspect Runestone"
SI_ITEMTYPE53 = "Essence Runestone"
Removed: SI_ITEMTYPE32 = "Runestone"

SI_INSTANCETYPE1 = "(Solo Instance)" --something I can use on tooltips for SkyShards
SI_INSTANCETYPE2 = "(Group Instance)"
SI_INSTANCETYPE3 = "(Trial Instance)"

SI_GAMECAMERAACTIONTYPE19 = "Steal"
SI_GAMECAMERAACTIONTYPE20 = "Steal From"

SI_INTERACT_OPTION_FLEE_ARREST = "Flee"
SI_INTERACT_OPTION_CREATE_TABLET = "Create Spellcrafting Tablet"
SI_INTERACT_OPTION_GUILDKIOSK_BID = "Bid on Guild Kiosk"
SI_INTERACT_OPTION_GUILDKIOSK_PURCHASE = "Purchase Guild Kiosk"

SI_BINDING_NAME_COMMAND_PET = "Command pet" --binding to give command to pets?

And lots of strings for dyes, new guild options, guild heraldry, guild store improvements...
  Reply With Quote