MMOMinion

Full Version: Favor Gathering items not detected as rare/Special Rare
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(10-14-2015, 01:47 PM)Ace Wrote: [ -> ]So, the new favor items, 12946-12960, can only be gathered once, same as the 51-55,61-65, and they can also be HQ?
This is not quite what I was originally told so I need to adjust it if that's the case.

Edit: I adjusted ItemCount to optionally include hq items and factored this into gathering.
Also, as a side note, you can effectively force the issue on rare vs specialrare in profiles.
The directive below will force items that would normally be considered rare to be processed as "special rare" (i.e. non-repeatable).

Code:
["gatherspecialrares"] = "12946,12947,12948";

Just make sure this is clear, for id 12946:12965, all these items can only be collected once in `concealed node`.

However you need two rare counters for them since:
In one concealed node, it will always have on item from 12946:12950 or 12956:12960 which can be collected once. And sometimes a hidden item from 12951:12955 or 12961:12965 will show up which can be collected once too.
so you'll need 2 counters for this two different categories items.

And yes, they will be HQ sometimes but I've seen it is fixed.
Pages: 1 2