Sign in to follow this  

Custom faction groups unlock


Description

Custom faction groups unlock for characters creation.

By default faction groups are hardcoded to Alliance and Horde in client. This unlock allows you to use your custom faction groups. Remember: you may need to remake/recode interface for character creation screen. Provided as is.

faction_group.PNG.28f05c7f44696820f517e6


at 000E1100
replace 0F 84 B2 00 00 00 with 90 90 90 90 90 90

at 000E1110
replace 0F 84 A7 00 00 00 with 90 90 90 90 90 90

at 000E1120
replace 0F 84 94 00 00 00 85 F6 75 13 68 with 90 90 90 90 90 90 90 90 90 90

at 000E1200
replace 0F 86 62 FE FF FF with 90 90 90 90 90 90


Feel free to report any issues.

Download already patched exe:

wow_factionunlock.exe

  • Like 1


Recommended Comments

you can change positions of char create buttons like this
 

							<CheckButton> name="CharacterCreateRaceButton1" inherits="CharacterCreateRaceButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOP" relativePoint="TOP" x="-50" y="-61"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton2" inherits="CharacterCreateRaceButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOP" relativePoint="TOP" x="50" y="-61"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton3" inherits="CharacterCreateRaceButtonTemplate" id="3">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton1" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton4" inherits="CharacterCreateRaceButtonTemplate" id="4">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton3" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton5" inherits="CharacterCreateRaceButtonTemplate" id="5">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton2" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton6" inherits="CharacterCreateRaceButtonTemplate" id="6">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton5" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton7" inherits="CharacterCreateRaceButtonTemplate" id="7">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton4" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton8" inherits="CharacterCreateRaceButtonTemplate" id="8">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton6" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton9" inherits="CharacterCreateRaceButtonTemplate" id="9">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton8" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
							</CheckButton>
							<CheckButton name="CharacterCreateRaceButton10" inherits="CharacterCreateRaceButtonTemplate" id="10">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="CharacterCreateRaceButton7" relativePoint="BOTTOMLEFT" x="0" y="-21"/>
								</Anchors>
                              </CheckButton>

for fixing their positions

Share this comment


Link to comment
Share on other sites

BTW I've got a crash when I select my new race with new faction in charcreate screen. Everywhere else I've got no problems with my new faction even with regular exe file.
 

Exception:    0xC0000005 (ACCESS_VIOLATION) at 0023:004DFE9A

The instruction at "0x004DFE9A" referenced memory at "0x00000006".
The memory could not be "read".

 

Share this comment


Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now