Forum > Serverside Modding
[QUESTION] Some problems when editing CharacterCreate.XML
<< < (2/2)
iviaguic:
--- Quote from: "XxXGenesisXxX" ---The problem is your relative anchor points.
Look at button 11 (which I am assuming is Worgen.
<CheckButton name="CharacterCreateRaceButton11" inherits="CharacterCreateRaceButtonTemplate" id="11"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton12" relativePoint="BOTTOMLEFT" x="0" y="-14"/> </Anchors> </CheckButton>
It is relative to button 12,
If you look at Button 1 and button 2 you will see that button 2 positions itself based on where button 1 is, meaning if you move button 1, button 2 will move aswell, because it is anchored to it. Then, button 3 is anchored to button 2, so if you button 2 moves, so does button 3. And of course this works as a chain. Button 1 moves, makes button 2 move, which makes button 3 move. This continues till button 6.
Button 7, is just like button 1, it has it's own starting point on the page to anchor to. Then 8, follows it onward from there and so on.
You need your new buttons to follow the right buttons. Button 11 needs to be anchored to button 6, and button 12 needs to be anchored to button 10. That's if button 11 is Worgen and button 12 is Goblin. --- End quote ---
Hi there,
im afraid to say that didn't work :( ;( SS: [attachment=0:30ls97js]WoWScrnShot_032813_221411.jpg[/attachment:30ls97js]
Any idea? P.S. Worgen is 12 and Goblin is 11
BTW Thanks for the help ;)
Navigation
[0] Message Index
[*] Previous page
|