Have you asked you companions about your desired drops, in each of these 20 runs? A chance would be higher.
I also noticed that desired items drop really rarely, but imo it's ok. Not easy to get special items. Like my planned... Light Speaker in Elden Hollow, or Strenght of the Automaton from Darkshade Caverns. I usually ask groupies for their drops, if I do not ask my chances are indeed low.
Have you asked you companions about your desired drops, in each of these 20 runs? A chance would be higher.
I also noticed that desired items drop really rarely, but imo it's ok. Not easy to get special items. Like my planned... Light Speaker in Elden Hollow, or Strenght of the Automaton from Darkshade Caverns. I usually ask groupies for their drops, if I do not ask my chances are indeed low.
Pretty sure there is a line of code somewhere that goes like this;
If quality=Epic
Then Trait= Training
endif
Hate"!""!!!!!!!1
// first, we split the traits into seperate variables because we don't want the player
// getting their desired item straight away lol
var desiredTraits = ['Sharpened', 'Divines', 'Impenetrable'];
var uselessTraits = ['Training', 'Prosperous'];
// roll a dice of 50. If the result is under 5 the player gets a random desired trait
// otherwise it will be useless
for (rand(0, 50)) {
if (_ < 5) { _givePlayerItem(rand(0, length(desiredTraits))); }
else { _givePlayerItem(rand(0, length(uselessTraits))); }
}
WillhelmBlack wrote: »70 runs of VoM to get Omens Edge.
2 years of Undaunted, never got Engine Guardian. Had to buy it with AP when it went to the Golden Vendor and I've never took it off since (for long).