October 3, 20178 yr Hey, The Quest class doesnt work properly for TBC clients I think. Stuff like this will do nothing Quest.SelectGossipAvailableQuest(1); The current WoW API Documentation says SelectGossipAvailableQuest(index) Which the class might be using, but in TBC you actually have to call this one: SelectAvailableQuest(1) This is just one example of a few non working commands in the class. Ofc we could run the Lua by ourself but would be nice if this gets updated/changed for tbc clients :)
Create an account or sign in to comment