Page 1 of 1
Deactivate Attribute System Completely.
Posted: Thu Dec 16, 2010 8:41 pm
by JMD
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Is there any way to remove it completely? Where should i look to comment stuff etc?
Re: Deactivate Attribute System Completely.
Posted: Thu Dec 16, 2010 10:50 pm
by seires
Easiest would be to remove the "Smelt an item" option from the blacksmiths htm.
Re: Deactivate Attribute System Completely.
Posted: Thu Dec 16, 2010 10:59 pm
by bagun
seires wrote:Easiest would be to remove the "Smelt an item" option from the blacksmiths htm.
Is talking about attrubutes,not augment system.
I think that removing all the stones/crystals drop and removing in the reputations managers the option to buy the craft items of crystals should be enough.

Re: Deactivate Attribute System Completely.
Posted: Thu Dec 16, 2010 11:15 pm
by Probe
put a comment on this line in MasterHandler.java
ItemHandler.getInstance().registerItemHandler(new EnchantAttribute());
Re: Deactivate Attribute System Completely.
Posted: Fri Dec 17, 2010 1:19 am
by JMD
What i meant was to remove the elements completely, so skills etc wont be affected by it. Thanks for the extra info though.
Re: Deactivate Attribute System Completely.
Posted: Fri Dec 17, 2010 3:10 am
by skyshadow
JMD wrote:What i meant was to remove the elements completely, so skills etc wont be affected by it. Thanks for the extra info though.
Remove calcElemental from Formulas.java.
You can remove imports in damage functions, or delete everything in calcElemental and return 1