Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Adding Custom Faction Reputation

[DiscordArchive] Adding Custom Faction Reputation

[DiscordArchive] Adding Custom Faction Reputation

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
04-18-2025, 08:40 AM
#1
Archived author: Needle • Posted: 2025-04-18T08:40:16.151000+00:00
Original source

rektbyfaith
04-18-2025, 08:40 AM #1

Archived author: Needle • Posted: 2025-04-18T08:40:16.151000+00:00
Original source

rektbyfaith
Administrator
0
04-18-2025, 08:40 AM
#2
Archived author: Needle • Posted: 2025-04-18T08:40:16.843000+00:00
Original source

Thread automatically created by dr3amforg3 in <#415944535718494208>
rektbyfaith
04-18-2025, 08:40 AM #2

Archived author: Needle • Posted: 2025-04-18T08:40:16.843000+00:00
Original source

Thread automatically created by dr3amforg3 in <#415944535718494208>

rektbyfaith
Administrator
0
04-18-2025, 08:44 AM
#3
Archived author: dr3amforg3 • Posted: 2025-04-18T08:44:58.090000+00:00
Original source

Faction.DBC
[Image: image.png?ex=690c600a&is=690b0e8a&hm=6af...bca824267&]
rektbyfaith
04-18-2025, 08:44 AM #3

Archived author: dr3amforg3 • Posted: 2025-04-18T08:44:58.090000+00:00
Original source

Faction.DBC
[Image: image.png?ex=690c600a&is=690b0e8a&hm=6af...bca824267&]

rektbyfaith
Administrator
0
04-18-2025, 08:49 AM
#4
Archived author: dr3amforg3 • Posted: 2025-04-18T08:49:11.975000+00:00
Original source

Faction_Template.DBC
[Image: image.png?ex=690c6107&is=690b0f87&hm=548...b201854e8&]
rektbyfaith
04-18-2025, 08:49 AM #4

Archived author: dr3amforg3 • Posted: 2025-04-18T08:49:11.975000+00:00
Original source

Faction_Template.DBC
[Image: image.png?ex=690c6107&is=690b0f87&hm=548...b201854e8&]

rektbyfaith
Administrator
0
04-18-2025, 08:50 AM
#5
Archived author: Needle • Posted: 2025-04-18T08:50:09.618000+00:00
Original source

Adding Custom Faction Reputation
rektbyfaith
04-18-2025, 08:50 AM #5

Archived author: Needle • Posted: 2025-04-18T08:50:09.618000+00:00
Original source

Adding Custom Faction Reputation

rektbyfaith
Administrator
0
04-18-2025, 08:56 AM
#6
Archived author: dr3amforg3 • Posted: 2025-04-18T08:56:57.801000+00:00
Original source


[Image: image.png?ex=690c62d9&is=690b1159&hm=49e...e234fd529&]
rektbyfaith
04-18-2025, 08:56 AM #6

Archived author: dr3amforg3 • Posted: 2025-04-18T08:56:57.801000+00:00
Original source


[Image: image.png?ex=690c62d9&is=690b1159&hm=49e...e234fd529&]

rektbyfaith
Administrator
0
04-18-2025, 11:46 AM
#7
Archived author: Hawjiki • Posted: 2025-04-18T11:46:03.595000+00:00
Original source

**Faction.dbc**
1. Name one a generic category-like name: Server Name, Dungeons, or whatever
Set ReputationIndex to -1
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 12

--------------------------------------------

2. Name one another generic name, this one will be used to list the factions themselves.
Set ReputationIndex to -1
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 12

--------------------------------------------

3. Use your treasure goblin faction for this.
Set your Reputationindex to a unique number. Just go by the latest blizzlike entry.
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 16
Set ParentfactionID to whatever the #2 faction's id you set.

**FactionTemplate.dbc**
Create a new entry for using your Treasure Goblin id.
You can assign enemies to the faction here. If you add 20 to Enemies1 this should make it hostile to most common enemy faction ingame. totally optional
[Image: image.png?ex=690c8a7b&is=690b38fb&hm=410...d51d2d708&]
rektbyfaith
04-18-2025, 11:46 AM #7

Archived author: Hawjiki • Posted: 2025-04-18T11:46:03.595000+00:00
Original source

**Faction.dbc**
1. Name one a generic category-like name: Server Name, Dungeons, or whatever
Set ReputationIndex to -1
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 12

--------------------------------------------

2. Name one another generic name, this one will be used to list the factions themselves.
Set ReputationIndex to -1
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 12

--------------------------------------------

3. Use your treasure goblin faction for this.
Set your Reputationindex to a unique number. Just go by the latest blizzlike entry.
Set ReputationRace to 1791(0 should work as well.) or whatever races from which ever faction(horde/ally) you desire.
Set ReputationFlags_1 to 16
Set ParentfactionID to whatever the #2 faction's id you set.

**FactionTemplate.dbc**
Create a new entry for using your Treasure Goblin id.
You can assign enemies to the faction here. If you add 20 to Enemies1 this should make it hostile to most common enemy faction ingame. totally optional
[Image: image.png?ex=690c8a7b&is=690b38fb&hm=410...d51d2d708&]

rektbyfaith
Administrator
0
04-18-2025, 11:46 AM
#8
Archived author: Hawjiki • Posted: 2025-04-18T11:46:29.781000+00:00
Original source

Think thats all you really need to do. Oh and be sure to apply them server and client side.
rektbyfaith
04-18-2025, 11:46 AM #8

Archived author: Hawjiki • Posted: 2025-04-18T11:46:29.781000+00:00
Original source

Think thats all you really need to do. Oh and be sure to apply them server and client side.

rektbyfaith
Administrator
0
04-18-2025, 11:48 AM
#9
Archived author: dr3amforg3 • Posted: 2025-04-18T11:48:50.218000+00:00
Original source

Will give it a go Thank You very much
rektbyfaith
04-18-2025, 11:48 AM #9

Archived author: dr3amforg3 • Posted: 2025-04-18T11:48:50.218000+00:00
Original source

Will give it a go Thank You very much

rektbyfaith
Administrator
0
04-18-2025, 04:54 PM
#10
Archived author: dr3amforg3 • Posted: 2025-04-18T16:54:41.711000+00:00
Original source

I have tried to follow your message but i cant get it to work, could you send me some example on how to correctly add it please ??
rektbyfaith
04-18-2025, 04:54 PM #10

Archived author: dr3amforg3 • Posted: 2025-04-18T16:54:41.711000+00:00
Original source

I have tried to follow your message but i cant get it to work, could you send me some example on how to correctly add it please ??

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)