Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: sjustin1996 on December 06, 2015, 11:28:01 am

Title: [QUESTION:WotlK] Custom Class Resource?
Post by: sjustin1996 on December 06, 2015, 11:28:01 am
I've been looking around a bit to try and find some kind of tutorial or pointers on how to create a custom resource for a custom class to use. I haven't found anything except a bunch of people commenting that they are capable of it.

Is there anything existing that I've simply missed? If not, is there anyone who knows how to do this that could point me in the right direction? I can find almost no information on this subject.

EDIT: Using TrinityCore for my server

Thanks
Title: Re: [QUESTION:WotlK] Custom Class Resource?
Post by: stoneharry on December 06, 2015, 01:53:51 pm
You could quite easily interface with a Lua script to do this quite easily. Modifications to FrameXML only required.
Title: Re: [QUESTION:WotlK] Custom Class Resource?
Post by: sjustin1996 on December 07, 2015, 03:09:55 am
Quote from: "stoneharry"
You could quite easily interface with a Lua script to do this quite easily. Modifications to FrameXML only required.

Could you point me towards a slightly more specific starting point? I'm very new to this, but I intend to figure it out on my own for the most part.

Thank you