Jump to content

[Share]Enchant Hero Weapons


DominiQue

Recommended Posts

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()

)

Link to comment
Share on other sites

this works only for interlude and older clients

not in new clients such as gracia final.

 

also , configurable would be better.

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...