This is the error :
Code:
Compiling RS2Server...
src\org\dementhium\model\npc\impl\Nex.java:229: cannot find symbol
symbol: variable r

        int damage = r.nextInt(maxDamage);

                     ^
1 error
I was trying to add a new Nex , everything compiles but this , does anyone know how to fix this ?