We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Quest_DropRate(rate) [ Rand( FloatToInt(rate/1) ) ]
if(OwnItemCount(c1, @timak_orc_skull) < 10 && MACRO<Quest_DropRate>(100) <= 70)
if (OwnItemCount(c1, @timak_orc_skull) < 10 && Rand(100) <= 70)