Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Conditional Drops - Beta Release

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version Beta!

This version adds an integration with [CGMZ] Professions to allow you to have drops with profession level requirements. This could be used to make a skill like Slayer where the player can obtain better drops from monsters the higher level they are in the skill.

This update also adds a JavaScript condition which allows you to make any drop condition as long as you can code it in JS. Your JS conditions should return either true or false. If left blank, it will be counted as true and pass the condition check.

Version Beta
  • Added [CGMZ] Professions integration
  • Added custom JS condition

Back to Plugin