Jump to content

Recommended Posts

Posted

We can make very good custom enchant system, which is belong to your formula. But careful when change core. 2 file need change requestenchantitem.java and abstractEnchantpacket.java (search by window explorer 4 paths).

 

And change in abstractenchantpacket.java the lines has _isBless:

int myCount;
for (myCount = 0; myCount < Config.ENCHANT_MAX_WEAPON; myCount++) {
                        if (myCount > Config.ENCHANT_SAFE_MAX){
                            chance = "make your formula here!!!";
                        }
}

 

Good luck.

 

  • 1 month later...
  • 1 month later...
  • 9 months later...
Posted

Hey thanks for the code. I tried to change the rates a little bit. After +10 i tried configure the chance to drop 5% per enchant but i couldnt make it work. Can you help me ? Id be really glad. Thanks!

  • 1 month later...
  • 9 months later...

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