Thread: Lotro UI Tags
View Single Post
  #1  
Unread 11-23-2011, 02:55 PM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Lotro UI Tags

Any tag is hidden when written to the UI. Just search and replace less than and greater than symbols to see what is going on.

Examining Items

The ids can be captured from what is seen in chat update event.
  • <ExamineItemInstance:ItemInfo:[id style 1]><\ExamineItemInstance>
  • <ExamineItemInstance:ItemInfo:[id style 2]><\ExamineItemInstance>
  • <Examine:IIDDID:[id style 3]:[id style 1]><\Examine>
  • <Examine:IIDDID:[id style 3]:[id style 2]><\Examine>

NPC / Player Interaction Tag

The ids can be captured from what is seen in chat update event.
  • <Select:IID:[id style 3]><\Select>

Linking to Quest Log

Get the ids from lorebook. If id matches a quest in your log, will open that particular quest details. Otherwise it just opens it to default (last selected). If anyone can figure out pulling up deed (my guess is it is related to this).
  • <QuestRefID:[id style 3]><\QuestRef>

Unknown Tags

I'm hoping the MapNoteRef might be able to link to something on map.
  • <NPCQuery:IIDString:[id style 3]:[id style 3]><\NPCQuery>
  • <MapNoteRefID:[id style 3]><\MapNoteRef>
  • <ExamineIA:IAInfo:[id style 1]><\ExamineIA>
  • <ExamineIA:IAInfo:[id style 2]><\ExamineIA>
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)
Reply With Quote