deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Help with DiabloDrops bonuses and rarity of custom items #75

Open 2797jake opened 11 years ago

2797jake commented 11 years ago

I'm trying to add invisibility and other various bonuses to a custom diablodrops item of mine defined in custom.yml, how can I do this? Can I do it without making a set? If I do have to make a set how do I do that and how do I assign an item to that set?

For example I want to add invisibility to this Item, -5 invisibility or something right?

Assassins Garb: Material: Leather_Chestplate Color: Black Enchantments: PROTECTION_ENVIORNMENTAL: 2 PROTECTION_EXPLOSIONS: 1 PROTECTION_FIRE: 2 PROTECTION_PROJECTILE: 3 THORNS: 2 DURABILITY: 5

Also how can I make some of my custom items more rare than other custom items?

EDIT: I got it to work, added inviso and speed to some armor but it only seems to activate when I kill something and it lasts 45 seconds and continues if you take the armor off, how can I change the activation problem and lower how long the effect lasts?

EDIT: actually it activates when I am damaged

EDIT: Figured out how to edit the times for each effect, can i make it though so that the effect is like always being reactivated when I'm wearing/holding it so I don't have to take damage or deal damage to activate it? Thanks, Jake

ToppleTheNun commented 11 years ago

We don't have any code inside the plugin to enable constant effects. The intention is to make it so that effects are given when attacking or being attacked.

2797jake commented 11 years ago

oh OK, what about making somew custom items more rare than other custom items? is that possible?

ToppleTheNun commented 11 years ago

It is not possible at the moment.