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?
Deactivate Attribute System Completely.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
-
- Posts: 73
- Joined: Wed Dec 14, 2005 5:24 pm
Re: Deactivate Attribute System Completely.
Easiest would be to remove the "Smelt an item" option from the blacksmiths htm.
-
- Posts: 55
- Joined: Sun Oct 03, 2010 12:09 pm
Re: Deactivate Attribute System Completely.
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.

Server Developer/Admin of L2Jservers
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Deactivate Attribute System Completely.
put a comment on this line in MasterHandler.java
ItemHandler.getInstance().registerItemHandler(new EnchantAttribute());
ItemHandler.getInstance().registerItemHandler(new EnchantAttribute());
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Deactivate Attribute System Completely.
What i meant was to remove the elements completely, so skills etc wont be affected by it. Thanks for the extra info though.
- skyshadow
- Posts: 34
- Joined: Sun Jan 14, 2007 7:13 pm
- Location: Argentina
Re: Deactivate Attribute System Completely.
Remove calcElemental from Formulas.java.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.
You can remove imports in damage functions, or delete everything in calcElemental and return 1
Synerge