Hello guys, maybe someone could help me figure out how do i change npc's damage dealt through the prayer in different damage amount (atm its hitting only 4's obv) ?

[Only registered and activated users can see links. ] - screen of the code



Got the code already Thank you!



hitThrough = true;
if (c.prayerActive[18] && !hitThrough) {
Random rand = new Random();
damage = rand.nextInt(18);