Page 1 of 1

attribute energy disabled in freya..?

Posted: Wed Oct 06, 2010 2:47 pm
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?

Re: attribute energy disabled in freya..?

Posted: Wed Oct 06, 2010 6:40 pm
by achilless
When a cramp comes about attributes - the theme of why closes (

Re: attribute energy disabled in freya..?

Posted: Wed Oct 06, 2010 6:58 pm
by JIV
possibly they are not supported by client.

Re: attribute energy disabled in freya..?

Posted: Wed Oct 06, 2010 7:40 pm
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.

Re: attribute energy disabled in freya..?

Posted: Wed Oct 06, 2010 8:44 pm
by _DS_
*facepalm*
Or you both just increasing post count with dumb messages ?

Re: attribute energy disabled in freya..?

Posted: Tue Oct 12, 2010 9:32 am
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.

Re: attribute energy disabled in freya..?

Posted: Tue Oct 12, 2010 9:43 am
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