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 : Code: string reputationWith = StyxWoW.Me.GetReputationWith(1119).ToString(); Logging.Write(reputationWith); Returned 42999 as I'm max exalted with 'The Sons of Hodir' Code: string reputationWith = StyxWoW.Me.GetReputationWith(1272).ToString(); Logging.Write(reputationWith); 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
Well, I made this thread in the support forum but it got moved here to the Developer forum where there is allready a discussion about it..... Oh well, I tried atleast.
Hi, AknA, I sharpened the thread title a bit, and moved it to the Support issues forum. @Bossland, AknA's summary here is the result of a discussion that has been on-going in the Developer forum. Can someone relay to HBdev to have a looksee, please? Thanks! cheers, chinajade
Can you take a look at this while you're at it. FriendShip factions work differently and are not like the regular factions as posted by Nuok in the same thread where this originated: http://www.thebuddyforum.com/honorb...nids-how-check-against-them-2.html#post975574 Thanks, Liquid.
Looking forward to it. If you release a public test/beta that has this implemented, please let me know so I can continue the work on my plugin. I really prefer to do this without lua calls Thanks, Liquid.