thebrodieman
Well-Known Member
- Joined
- Sep 11, 2011
- Messages
- 6,015
- Reaction score
- 81
Yes, it matches the Wowhead faction IDs. Here's what I've been using with your profiles:
PHP:<!-- Exalted = [42000...42999) Revered = [21000..42000) --> <!-- If Im not revered with Klaxxi --> <If Condition="GetFactionReputation(1337) < 21000"> <CustomBehavior File="LoadProfile" ProfileName="themopdailyexp\[Rep] The Klaxxi Dailies [Brodie]" /> </If> <!-- If Im not revered with Golden Lotus --> <If Condition="GetFactionReputation(1269) < 21000"> <CustomBehavior File="LoadProfile" ProfileName="themopdailyexp\[Rep] Golden Lotus Dailies [Brodie]" /> </If> <!-- If Im not revered with Shado-Pan --> <If Condition="GetFactionReputation(1270) < 21000"> <CustomBehavior File="LoadProfile" ProfileName="themopdailyexp\[Rep] Shado Pan Dailies [Brodie]" /> </If> <!-- If Im not revered with The August Celestials --> <If Condition="GetFactionReputation(1341) < 21000"> <CustomBehavior File="LoadProfile" ProfileName="AugustCelestialDaily" /> </If> <!-- If Im not exalted with The Tillers --> <If Condition="GetFactionReputation(1272) < 43000"> <CustomBehavior File="LoadProfile" ProfileName="Tillers Dailies\[N - Quest] Tiller Dailies-With Extras" /> </If>
I added it in for the Shado Pan and August celestials.
I see you don't use all of my daily profiles
