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?
attribute energy disabled in freya..?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- achilless
- Posts: 153
- Joined: Thu Oct 02, 2008 7:40 pm
- Location: Russia & Ukraine
Re: attribute energy disabled in freya..?
When a cramp comes about attributes - the theme of why closes (
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: attribute energy disabled in freya..?
possibly they are not supported by client.
- achilless
- Posts: 153
- Joined: Thu Oct 02, 2008 7:40 pm
- Location: Russia & Ukraine
Re: attribute energy disabled in freya..?
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.
sent to look for, though not on the site, not on the forum about them not words.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: attribute energy disabled in freya..?
*facepalm*
Or you both just increasing post count with dumb messages ?
Or you both just increasing post count with dumb messages ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: attribute energy disabled in freya..?
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.JIV wrote:possibly they are not supported by client.
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: attribute energy disabled in freya..?
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);