AknA
Well-Known Member
- Joined
- Feb 11, 2012
- Messages
- 1,794
- Reaction score
- 59
This came up on the developing forum as someone was developing a plugin that checks if you are exalted with a faction or not.
I did some testing on the matter using these commands :
Returned 42999 as I'm max exalted with 'The Sons of Hodir'
Returned 0 (even tho I'm max exalted with 'The Tillers'
I tried with several MoP factions and they all returned 0, so my conclusion is that the MoP factions haven't been added to HB code yet.
You can get the correct value of all none MoP factions but none of the MoP factions.
So need you HB developers to add mop factions for this to work
And I hope this is posted in the correct section now.
/AknA
I did some testing on the matter using these commands :
Code:
string reputationWith = StyxWoW.Me.GetReputationWith(1119).ToString();
Logging.Write(reputationWith);
Code:
string reputationWith = StyxWoW.Me.GetReputationWith(1272).ToString();
Logging.Write(reputationWith);
I tried with several MoP factions and they all returned 0, so my conclusion is that the MoP factions haven't been added to HB code yet.
You can get the correct value of all none MoP factions but none of the MoP factions.
So need you HB developers to add mop factions for this to work
And I hope this is posted in the correct section now.
/AknA
Last edited by a moderator:






