Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on April 09, 2011, 12:00:22 am
-
How do i make Custom horde and Alliance and Neutral Factions
Hostile isnt a problem really
-
How do i make Custom horde and Alliance and Neutral Factions
Hostile isnt a problem really
What you want to make?
-Custom alliance races? paste stormwind and add a new ID on the DBc, you gotta do some tweaks, but after toying with it a bit you manage to work
-Custom horde races? paste orgrimmar and do as above
-Custom neutral races? paste booty bay and do as above
If you want a neutral race that takes a bit more of work
-
Changing Factions is part of the server-side stuff, the database to be correct.
Editing the database varies greatly depending on what emulator software you're using.
Most server softwares also have their database structures listed and explained somewhere, go look for it and create a new faction row in the corresponding table.
-
Changing Factions is part of the server-side stuff, the database to be correct.
Editing the database varies greatly depending on what emulator software you're using.
Most server softwares also have their database structures listed and explained somewhere, go look for it and create a new faction row in the corresponding table.
Oddly, both on trinity and arcemu are DBC side, so you got to have it both in the DBc and in the client to make them work
-
Alright,
http://www.madx.dk/wowdev/wiki/index.ph ... action.dbc (http://www.madx.dk/wowdev/wiki/index.php?title=Faction.dbc" onclick="window.open(this.href);return false;)
http://www.madx.dk/wowdev/wiki/index.ph ... nGroup.dbc (http://www.madx.dk/wowdev/wiki/index.php?title=FactionGroup.dbc" onclick="window.open(this.href);return false;)
http://www.madx.dk/wowdev/wiki/index.ph ... mplate.dbc (http://www.madx.dk/wowdev/wiki/index.php?title=FactionTemplate.dbc" onclick="window.open(this.href);return false;)
it is then :D