The easiest way is flags.ARONA_BERSERKER = 1 and ignore anything else.P.S. - On an other topic, i'm intending in doing an change in one of my char to revert the condition of the Kervus Warcamp towards exiled Arona so to get her Berserker set instead, any way to do this easily?
As for what i know the only things that might have to change are all the interactions and Blacksmith's New Clothes quest from within the Kervus Warcamp, the talk between the king within the KM feast with Arona (and the subsequent choise of peace or war within Kervus Warcamp), the war effort recruitment of the Orcs.
Think thats the most important ones.
QuestManager.quests[GLOBALS.QUEST_BLACKSMITH_CLOTHES].currStates - this to look what staes you have.
QuestManager.quests[GLOBALS.QUEST_BLACKSMITH_CLOTHES].currStates.pop() - this is to clean the quest -> use as many times as states you have.
QuestManager.quests[GLOBALS.QUEST_RIGHT_OF_CONQUEST].currStates.pop()
QuestManager.quests[GLOBALS.QUEST_RIGHT_OF_CONQUEST].currStates.push(9) - this to change Ring of conquest state.
flags.ORC_QUEST_CLEARED = -1;
flags.ARONA_EXILE_TS = (Your days - 4); - make Arona exile and timestamp it.
flags.KM_FEAST_KELSAZ_INTRODUCE_ARONA = undefined - to unmet Mino King and Arona
flags.KM_KERVUS_OFFER = undefined maybe also
flags.ARONA_BLESSED = undefined - if you have this one.
At this point it is too much sincerely there are more branches and even fertility change to Arona it seems.