DominiQue Posted December 17, 2009 Posted December 17, 2009 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() ) Quote
urzl Posted December 17, 2009 Posted December 17, 2009 little, simple but useful thing ;) TY for share! Quote
Stefoulis15 Posted December 17, 2009 Posted December 17, 2009 this works only for interlude and older clients not in new clients such as gracia final. also , configurable would be better. Quote
Stefoulis15 Posted December 17, 2009 Posted December 17, 2009 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 Quote
Kràtos Posted December 17, 2009 Posted December 17, 2009 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 Quote
Recommended Posts
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.