Jump to content

Recommended Posts

Posted

Go to :

java.ro.l2jdev.gameserver.clientpackets.RequestEnchantItem

 

Patch :

        // can't enchant rods, hero weapons and shadow items

        if(item.getItem().getItemType() == L2WeaponType.ROD

-        || item.getItemId() >= 6611 && item.getItemId() <= 6621

        || item.isShadowItem()

)

Posted

this works only for interlude and older clients

not in new clients such as gracia final.

 

also , configurable would be better.

 

 

Posted

You can make this from sql to... x]

 

in G.final prolly. if it has enchantable option in datatable.

 

but in IL , no way. i've spend lots of hours to IL Sources , and i know that they dont xD

Posted

in G.final prolly. if it has enchantable option in datatable.

 

but in IL , no way. i've spend lots of hours to IL Sources , and i know that they dont xD

 

You can add any option in your data table even in sql's w/e chronicle is that ;]

 

sadly it need core support x]! T.T

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..