Jump to content
  • 0

about remove attribute types in armor


Question

1 answer to this question

Recommended Posts

  • 0
Posted

If I remeber correctly, this can be done in the RequestExenchantItemAttribute.java.

 

There's a part which checks if the player is trying to add the opposite element to the armor. Like dark to a holy attributed armor.

 

Something like: if (item.isArmor() && item.getElement() != null).... Simply remove the opposite element check inside the statement, so it will yeild return instantly if the armor already has one attribute.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock