Forum > Tutorials
[TUTORIAL] Add a new race
<< < (4/18) > >>
daoloth:
Hi! i have a couple of questions:
1.- Should i create a new patch, like a "Patch-X.MPQ" for the DBC and interface files? or should i repack them into the original WOW files? I tried making it as a "Patch-X", but wow just won't start. gives me an "interface files damaged, reinstall" message. Of course, if i remove the patch, wow works just fine. (Version 3.3.5a). Removing the XML file from the patch seems to correct this, but when y try to create a character, the game will crash. -Edit: Yes, i've already removed the wow.exe lua-xml edit protection.
2.- Before making this patch, you say that i need to prepare the model. That means, the "blocked" races dont have a model assigned? i haven't done anything before this tutorial, so that might explain some of the crashes that i am getting.
Thanks in advance.
glararan:
Sorry for revive topic but when i do all what is in Tutorial it's give me
schlumpf:
Update MAX_RACES.
glararan:
I have updated max races.... I have new problem ://
glararan:
SOLVED! But i have two problems :( I delete Fel orc..i wanna only Goblin And lets give me two eerors :( My XML is
--- Code: ---<CheckButton name="CharacterCreateRaceButton1" inherits="CharacterCreateRaceButtonTemplate" id="1"> <Anchors> <Anchor point="TOP" relativePoint="TOP" x="-50" y="-50"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton2" inherits="CharacterCreateRaceButtonTemplate" id="2"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton1" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton3" inherits="CharacterCreateRaceButtonTemplate" id="3"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton2" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton4" inherits="CharacterCreateRaceButtonTemplate" id="4"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton3" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton5" inherits="CharacterCreateRaceButtonTemplate" id="5"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton4" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton6" inherits="CharacterCreateRaceButtonTemplate" id="6"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton5" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton>
<CheckButton name="CharacterCreateRaceButton7" inherits="CharacterCreateRaceButtonTemplate" id="7"> <Anchors> <Anchor point="TOP" relativePoint="TOP" x="50" y="-50"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton8" inherits="CharacterCreateRaceButtonTemplate" id="8"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton7" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton9" inherits="CharacterCreateRaceButtonTemplate" id="9"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton8" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton10" inherits="CharacterCreateRaceButtonTemplate" id="10"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton9" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateRaceButton11" inherits="CharacterCreateRaceButtonTemplate" id="12"> <Anchors> <Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton10" relativePoint="BOTTOMLEFT" x="0" y="-10"/> </Anchors> </CheckButton>
--- End code ---
And errors: [attachment=0:6uo3gvs6]WoWScrnShot_041511_231018.jpg[/attachment:6uo3gvs6] [attachment=1:6uo3gvs6]WoWScrnShot_041511_231014.jpg[/attachment:6uo3gvs6]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|