Page 1 of 2
Zaken cant up crystals
Posted: Thu Oct 07, 2010 6:03 am
by digunan
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number4419:
L2JDP Revision
Number7666:
Hello, seems on that version Zaken cant up crystals.
I tested many time - no success. Not even msg like "The soul crystal was not able to absorb a soul" or other. With same crystal which Zaken cant up i tested on other boss like for example T-rex and Cloe and np - on them work.
p.s. will be good if some 1 with same version of L2J and L2JDP test and confirm. Thx
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 6:14 am
by hope
Even on retail the chance is very low
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 6:33 am
by digunan
hope wrote:Even on retail the chance is very low
Even if chance is "very low" there should be msg like "The soul crystal was not able to absorb a soul" . When i tryed on t-rex, cloe and many other boss i recived that msg when crystal unable to absorb soul. On Zaken - nothing. And like i know Zaken up 100 % crystal. On that way - up 100 % work on last version on L2J before Freya. So imo not "chance" is problem there.
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 6:52 am
by _DS_
Possibly typo in quests\Q350_EnhanceYourWeapon\data.xml
Code: Select all
<!-- TODO: add Zaken day/night --> <item npcId="29016"> <!-- The 3rd Underwater Guardian --> <detail absorbType="PARTY_ONE_RANDOM" levelList="10, 11" /> </item>
but zaken is 29022.
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 8:37 am
by kraken
Same problem with Baylor, I think the matter is the default value of the "chance" parameter (not specified for Baylor and other bosses with the PARTY_ONE_RANDOM modality).
In fact in the java class I found that (if not specified in the xml file) the default value is 5% (really low).
The best solution is to specify the chance in the xml file:
Code: Select all
<item npcId="29099"> <!-- Baylor --> <detail chance="100" absorbType="PARTY_ONE_RANDOM" levelList="12, 13, 14, 15, 16" /></item>
By the way... I see there is no xml for zaken at all in the xml... the code fragment you attached is for "The 3rd Underwater Guardian" so that is the problem for zaken
Bye.
------
p.s. sorry for my english

Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 9:18 am
by _DS_
29016 is not "underwater guardian"
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 9:41 am
by kraken
Right! it's "Raikel Leos"... but Zaken is missing.
But the question is... is it correct having 5% of chance to upgrade a crystal with Baylor?
Bye.
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 11:39 am
by gigiikun
Zaken is not added yet to the updated quest because we do not support the new Instanced Zaken Raids.
I run a small test on the Freya PTS and found an 5% lvl rate for soul cry 0-10, so I used that for default. A lot of Boss has the chance to lvl soul cry but no info on how high is the lvl rate or has info on nearly no chance to lvl soul cry for those I used the default value. If anyone has good info on lvling rate than we will change it.
Re: Zaken cant up crystals
Posted: Thu Oct 07, 2010 1:50 pm
by JIV
default chance on bosses should be at least 30%
Re: Zaken cant up crystals
Posted: Thu Dec 23, 2010 9:40 am
by Pandragon
Players on my server are saying that after the Freya Update they can't level up crystals on raid bosses,
at least not easy and that it is imposible to make a level 15 crystal.
I searched my database and there was not even 1 player owner of a level 15 or greater soul crystal!
Chance on Freya must be way to low.
Re: Zaken cant up crystals
Posted: Thu Dec 23, 2010 10:01 am
by janiii
pandragon wrote:Players on my server are saying that after the Freya Update they can't level up crystals on raid bosses,
at least not easy and that it is imposible to make a level 15 crystal.
I searched my database and there was not even 1 player owner of a level 15 or greater soul crystal!
Chance on Freya must be way to low.
what is the problem in changing the chances for your server?
Re: Zaken cant up crystals
Posted: Thu Dec 23, 2010 8:54 pm
by Pandragon
I don't fully understand your question XD
I use lastest freya files, unmoded, keep it as retail as possible and don't want to manualy set chances by hand.
In fact I don't want to change anything,
I just mention what players tell me, because it seems to be relative to the topic.
Re: Zaken cant up crystals
Posted: Thu Dec 23, 2010 10:58 pm
by Evilus
pandragon wrote:I don't fully understand your question XD
I use lastest freya files, unmoded, keep it as retail as possible and don't want to manualy set chances by hand.
In fact I don't want to change anything,
I just mention what players tell me, because it seems to be relative to the topic.
The reason you cannot level crystal is because I Think(without checking code) L2j added a bug to it. They added 'new' npcs of Zaiken and it is still old Zaiken AI with OLD npc id. So all you need to do is comment out what is in the xml and add old id.
Re: Zaken cant up crystals
Posted: Fri Dec 24, 2010 2:20 pm
by jurchiks
isn't the old ID in the list too?
Re: Zaken cant up crystals
Posted: Fri Dec 24, 2010 3:09 pm
by Evilus
jurchiks wrote:isn't the old ID in the list too?
Ok I guess I have to have a check to make sure
And no
<item npcId="29176"> <!-- Daytime Zaken -->
<item npcId="29181"> <!-- Night-time Zaken -->
Those 2 are in xml
"Correct" current ID of Zaken is 29022