Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Eponyx on September 09, 2013, 01:13:16 am

Title: [QUESTION] CharCreate.xml Placement
Post by: Eponyx on September 09, 2013, 01:13:16 am
Hello Guys,

I have a little problem - ive been messing around with the CharCreate.xml and got stuff almost as I want, the only problem I seem to be having now is that the breed icons are not placed in the cneter and have to few distance from eachother.

Does anyone know how to modify this? I've been looking at the code and been modifying it for over 3 hours now but I just cant seem to get it right...

And this is my CharCreate.xml

pastebin.-com/02TrEgtZ

(Remove the "-".. for some reason i cant post links)


Really hoping some one can tell me what the problem is here,
- Thanks - Eponyx.
Title: Re: [QUESTION] CharCreate.xml Placement
Post by: ProfVice on September 09, 2013, 01:00:47 pm
Open the xml and look for this lines:

<CheckButton name="CharacterCreateRaceButton1" inherits="CharacterCreateRaceButtonTemplate" id="1">
                        <Anchors>
                           <Anchor point="TOP" relativePoint="TOP" x="-50" y="-61"/>
                        </Anchors>

(cordinates maybe different, have changed mine to place 15 races ^^)

than change this and the following entries
Title: Re: [QUESTION] CharCreate.xml Placement
Post by: Eponyx on September 09, 2013, 04:20:57 pm
Awesome, it's all fixed now. Thanks alot<3