Have millions of Order Hall resources and not sure what to spend them on? Well if you aren't exalted with Argussian Reach you can dump your resources in return for rep with them.

Completing the repeatable quest
More Void Inoculation
rewards you with 10 Argussian Reach rep each time and can be completed an unlimited number of times. Ya boi
Nabiru
offers the repeatable quest. You must complete the Seat of the Triumvirate quest and the follow up quest from Alleria to get the quest from this guy.

Although the rep gained per resources spent is quite pathetic (900 resources for 10 rep) this is the only repeatable way to get rep with this reputation. It could be useful if you have exhausted all world quests and are only a few rep away from revered/exalted. Or if you just have a shitload of resources to blow.

Some macros to rapidly turn in the quest and delete the items to make room for more:



Turn in quest macro:

Code:
/run CompleteQuest()
/run QuestRewardCompleteButton_OnClick()


Delete Void-Purged Krokul items to make room for more:

Code:
/run for bag=0,4,1 do for slot=1,36,1 do local id=GetContainerItemID(bag,slot);if (id and id == 152096) then PickupContainerItem(bag,slot);DeleteCursorItem();end;end;end



› See More: Unlimited Argussian Reach rep for Order Hall Resources