Forum > Serverside Modding
Discourse: Creating a custom Class in Trinity Core
<< < (2/6) > >>
detonatorss:
that was awsome , if you make one for mangos i try to help you
Ascathos:
Moved this to Serverside Modding.
May or may not note what else has to be done at some point.
Kobiesan:
I followed your guide exactly but my new class doesn't appear on the creation screen. I edited the blp to include my class' icon.
Here's what my mpq file looks like.
Ascathos:
Make sure you add the approperiate values into the xml and import it into interface.
Kobiesan:
--- Quote from: "Ascathos" ---Make sure you add the approperiate values into the xml and import it into interface. --- End quote ---
I used the values that are in this guide. What lines in xml need to be changed?
Here's what I have in XML.
--- Code: --- <CheckButton name="CharacterCreateClassButton10" inherits="CharacterCreateClassButtonTemplate" id="10"> <Anchors> <Anchor point="TOP" relativeTo="CharacterCreateClassButton5" relativePoint="BOTTOM" x="0" y="-6"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11"> <Anchors> <Anchor point="TOP" relativeTo="CharacterCreateClassButton6" relativePoint="BOTTOM" x="0" y="-6"/> </Anchors> </CheckButton> --- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|