02-11-2022, 08:46 AM
Thank you I found it.
in line
11297
int nProb = GetRandom(1, 100);
I'm open
int nProb = GetRandom(1, 50);
changed now the rate is ok.
and from line
11963
you can also change the probability of how often +3 or +2 is possible.
if (reItem->m_itemProto->getItemNum0() == IETC_UPGRADE_DEVIL_RUNE)
Many greetings

