attribute energy disabled in freya..?

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
Locked
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

attribute energy disabled in freya..?

Post by babyjason »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4416
L2JDP Revision Number:7466

Hello, i saw that now in Freya attributes energy are useless, as in cannot be used...any chance they will be enabled again?
User avatar
achilless
Posts: 153
Joined: Thu Oct 02, 2008 7:40 pm
Location: Russia & Ukraine

Re: attribute energy disabled in freya..?

Post by achilless »

When a cramp comes about attributes - the theme of why closes (
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: attribute energy disabled in freya..?

Post by JIV »

possibly they are not supported by client.
User avatar
achilless
Posts: 153
Joined: Thu Oct 02, 2008 7:40 pm
Location: Russia & Ukraine

Re: attribute energy disabled in freya..?

Post by achilless »

a system of three attributes work? or until three attributes can be inserted for beauty?
sent to look for, though not on the site, not on the forum about them not words.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: attribute energy disabled in freya..?

Post by _DS_ »

*facepalm*
Or you both just increasing post count with dumb messages ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: attribute energy disabled in freya..?

Post by babyjason »

JIV wrote:possibly they are not supported by client.
attribute energy s are in client, also old items with 600 attributes on weapons are displayed correctly just like in epilogue with freya client also.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: attribute energy disabled in freya..?

Post by JIV »

Code: Select all

        fireStone(FIRE, 9546, ElementalItemType.Stone),        waterStone(WATER, 9547, ElementalItemType.Stone),        windStone(WIND, 9549, ElementalItemType.Stone),        earthStone(EARTH, 9548, ElementalItemType.Stone),        divineStone(HOLY, 9551, ElementalItemType.Stone),        darkStone(DARK, 9550, ElementalItemType.Stone),                fireRoughtore(FIRE, 10521, ElementalItemType.Roughore),        waterRoughtore(WATER, 10522, ElementalItemType.Roughore),        windRoughtore(WIND, 10524, ElementalItemType.Roughore),        earthRoughtore(EARTH, 10523, ElementalItemType.Roughore),        divineRoughtore(HOLY, 10526, ElementalItemType.Roughore),        darkRoughtore(DARK, 10525, ElementalItemType.Roughore),                fireCrystal(FIRE, 9552, ElementalItemType.Crystal),        waterCrystal(WATER, 9553, ElementalItemType.Crystal),        windCrystal(WIND, 9555, ElementalItemType.Crystal),        earthCrystal(EARTH, 9554, ElementalItemType.Crystal),        divineCrystal(HOLY, 9557, ElementalItemType.Crystal),        darkCrystal(DARK, 9556, ElementalItemType.Crystal),                fireJewel(FIRE, 9558, ElementalItemType.Jewel),        waterJewel(WATER, 9559, ElementalItemType.Jewel),        windJewel(WIND, 9561, ElementalItemType.Jewel),        earthJewel(EARTH, 9560, ElementalItemType.Jewel),        divineJewel(HOLY, 9563, ElementalItemType.Jewel),        darkJewel(DARK, 9562, ElementalItemType.Jewel),                // not yet supported by client (Freya pts)        fireEnergy(FIRE, 9564, ElementalItemType.Energy),        waterEnergy(WATER, 9565, ElementalItemType.Energy),        windEnergy(WIND, 9567, ElementalItemType.Energy),        earthEnergy(EARTH, 9566, ElementalItemType.Energy),        divineEnergy(HOLY, 9569, ElementalItemType.Energy),        darkEnergy(DARK, 9568, ElementalItemType.Energy);
you got your answer
Locked