Deactivate Attribute System Completely.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Deactivate Attribute System Completely.

Post 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?
seires
Posts: 73
Joined: Wed Dec 14, 2005 5:24 pm

Re: Deactivate Attribute System Completely.

Post by seires »

Easiest would be to remove the "Smelt an item" option from the blacksmiths htm.
bagun
Posts: 55
Joined: Sun Oct 03, 2010 12:09 pm

Re: Deactivate Attribute System Completely.

Post 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. :D
Server Developer/Admin of L2Jservers
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Deactivate Attribute System Completely.

Post by Probe »

put a comment on this line in MasterHandler.java

ItemHandler.getInstance().registerItemHandler(new EnchantAttribute());
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Deactivate Attribute System Completely.

Post 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.
User avatar
skyshadow
Posts: 34
Joined: Sun Jan 14, 2007 7:13 pm
Location: Argentina

Re: Deactivate Attribute System Completely.

Post 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
Synerge
Post Reply