Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:SavedInstanceChatLink
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapitype}}<br> == SavedInstanceChatLink API Type (String) == SavedInstanceChatLink are returned by [[API GetSavedInstanceChatLink|GetSavedInstanceChatLink]](). == Anatomy of a SavedInstanceChatLink == |cffff8000|Hinstancelock:3111EE:309:0:40|h[Zul'Gurub]|h|r * '''"|cffff8000"''' - Colorizes the link (see [[itemLink]]) * '''"|H"''' - Hyperlink introduction * '''"instancelock"''' - Hyperlink Type * '''"3111EE"''' - Character ID * '''"309"''' - Instance ID * '''"0"''' - Final Boss Dead Flag * '''"40"''' - Boss List (see below) * '''"|h"''' - Hyperlink data concluded, text follows * '''"[Zul'Gurub]"''' - Display text * '''"|h"''' - Hyperlink conclusion * '''"|r"''' - Returns color to normal == Boss list == The boss list portion of the SavedInstanceChatLink is a bitset representing which bosses are defeated. '''Example''' If the boss list portion of a SavedInstanceChatLink is: 40 Then the recipe list bitset is: 0000101000 This set indicates that two (the fourth and sixth bosses have been defeated) specific bosses are defeated. Note that the bosses are listed in reverse order and therefore the first digit is the last boss and the previous boss is the next digit, etc. The boss list is just a conversion from binary to decimal. == Link Checking == The server does a GUID check on the SavedInstanceChatLink. As such, these links won't work cross-servers, but they do work cross-faction. == Notes == * It is easy to view a SavedInstanceChatLink in its raw form by running the command /script DEFAULT_CHAT_FRAME:AddMessage(gsub([[API GetSavedInstanceChatLink|GetSavedInstanceChatLink]](), "\124", "\124\124"))
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Wowapi
(
edit
)
Template:Wowapitype
(
edit
)