You are on page 1of 1

}

} while (item.getNext());
}
}

// Check player infinity


item = me.getItem(-1, 1);

if (item) {
do {
if (item.getPrefix(20566)) {
this.infinity = true;

return true;
}
} while (item.getNext());
}

return false;
},

// Kill a monster based on its classId, ca

You might also like