Forum > Serverside Modding
Discourse: Creating a custom Class in Trinity Core
<< < (3/6) > >>
Ascathos:
--- Quote from: "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 ---
--- End quote --- the .lua file also ? Try a different icon, else.
Kobiesan:
--- Quote from: "Ascathos" --- --- Quote from: "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 ---
--- End quote --- the .lua file also ? Try a different icon, else. --- End quote ---
I changed in the lua what the guide said to change. The only image I changed was UI_CHARACTERCREATE-CLASSES.blp do I need to add in my actual single class icon?
If you're wondering this is what my UI_CHARACTERCREATECLASSES.blp image looks like.
Grymskvll:
--- Quote from: "Kobiesan" --- --- End quote ---
InterfaceGluesXML should be InterfaceGlueXML
Steff:
And you need interface fixed wow exe....
Kobiesan:
--- Quote from: "Grymskvll" --- --- Quote from: "Kobiesan" --- --- End quote ---
InterfaceGluesXML should be InterfaceGlueXML --- End quote ---
I went ahead and fixed it and nothing changed.
--- Quote from: "Steff" ---And you need interface fixed wow exe.... --- End quote ---
What do you mean by that? Is that removing the glues check from WoW.exe? I used this to remove it. Still nothing.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|