I've got a request that SE developers can do in a few hours. I'd like a command that can set/unset RoE objectives. The input to the command would be the selection criteria in the 3-tiered menu. So: Tutorial > Basic > First Step Forward, would be 1 1 1. Meanwhile, Other (12) > Monthly (2) > 1 would be the first Deeds objective for the month.
Code:
/roe set # # #
/roe unset # # #
/roe unset all
Example: This example would set (accept) the 4 RoE objectives that reward Deeds:
Code:
/roe set 12 2 1
/roe set 12 2 2
/roe set 12 2 3
/roe set 12 2 4
Example: This would set (accept) the 2 AMAN Trove objective, where "1" rewards you with an Mars Orb by talking to Greyson and "2" is "Examine a Home Point (M)":
Code:
/roe set 7 12 1
/roe set 7 12 2
What do you guys think?