Thread: MythicGuildKeys
View Single Post
03-29-17, 09:25 PM   #6
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
I have discovered something. Keystones are no longer items, they are keystones. Blizzard made a completely new thing and it's what's screwing up addons.

Here's me trying to /dump the string:

23:19 Dump: value=[Keystone: Return to Karazhan: Lower]
23:19 Dump: ERROR: [string "return [Keystone: Return to..."]:1: unexpected symbol near '|'
23:20 Dump: value=GetItemInfo([Keystone: Return to Karazhan: Lower])
23:20 Dump: ERROR: [string "return GetItemInfo([Keyston..."]:1: unexpected symbol near '|'
23:20 Dump: value=GetItemLink([Keystone: Return to Karazhan: Lower])
23:20 Dump: ERROR: [string "return GetItemLink([Keyston..."]:1: unexpected symbol near '|'

Then I try to print() it:

[string "print(|cffa335ee|Hkeystone:227:3:1:0:0:0|h[Keystone: Return to ..."] line 1:
unexpected symbol near '|'

What? Not |Hitem:, |Hkeystone:!

Edit: I just now realized I was being dumb and forgot to surround each attempt with quotes. Discovering the "keystone" object is still valid though lol.

Last edited by Kanegasi : 03-29-17 at 10:27 PM.
  Reply With Quote