Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: phphbatera on November 12, 2015, 10:35:58 pm

Title: Help creating a addon 3.3.5
Post by: phphbatera on November 12, 2015, 10:35:58 pm
So guys, i just saw an addon called light headed that shows the quest information right from wowhead, so i had a idea to try to use this to translate the quests from wotlk, since in 3.3.5 there was no portuguese language pack for wow, unfortunatelly this addon dont offers this possibility.
So, my idea is to make an addon that pick the text from the portuguese version of wowehead and show it on the wow interface. it dont seem complex and hard to do, since  its just nescessary to redirect the addon to the url:

http://pt.wowhead.com/quest=id/ (http://pt.wowhead.com/quest=id/" onclick="window.open(this.href);return false;)

For example:
http://pt.wowhead.com/quest=10297/ (http://pt.wowhead.com/quest=10297/" onclick="window.open(this.href);return false;)

the problem is that i know nothing of lua and have no clue how to do this. Can someone give me a way?