Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on August 08, 2013, 03:44:31 am
-
Is it possible to edit the GM ticket Resuilts like hot topics and such to your own stuff?
(http://img854.imageshack.us/img854/2426/gclr.jpg)
-
Edit the URL inside the files, implement the API.
-
Edit the URL inside the files, implement the API.
trying to find the urls
-
Perhaps: InterfaceGlueXMLGlueStrings.lua
-
I checked GlueXML and FrameXML strings and even the FrameXML constants. I didn't find it.
Id like to know how this works too, it would be a huge help with Maruum.
If I see it, I'll post back here
-
Iirc, it is either in framexml constants or hardcoded in the client. It is a file based read only API using XML files. Grep for http or XML.