Page 1 of 1

[Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 9:23 am
by ExTrEmEDwarf
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

not fall at all Zariche Demonic Sword and Blood Sword Akamanai
it to do.

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><list>    <item id="8190" skillId="3603" name="Demonic Sword Zariche">        <dropRate val="1" /> <!-- 100000 for 100% -->        <duration val="5" /> <!-- in minutes -->        <durationLost val="3" /> <!-- in minutes -->        <disapearChance val="50" /> <!-- in % -->        <stageKills val="10" /> <!-- Integer -->    </item>    <item id="8689" skillId="3629" name="Blood Sword Akamanah">        <dropRate val="1" /> <!-- 100000 for 100% -->        <duration val="10" /> <!-- in minutes -->        <durationLost val="3" /> <!-- in minutes -->        <disapearChance val="50" /> <!-- in % -->        <stageKills val="10" /> <!-- Integer -->    </item></list> 

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 12:19 pm
by janiii
because the droprate you set is 0,001% which is really low.

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 12:27 pm
by jurchiks
it's the default value...
but they are bugged, so I wouldn't advise enabling them.

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 1:02 pm
by ExTrEmEDwarf
janiii wrote:because the droprate you set is 0,001% which is really low.
RateDropItems = 40

no drop :(

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 1:05 pm
by janiii
just read the xml that you posted here

Code: Select all

<dropRate val="1" /> <!-- 100000 for 100% -->

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 1:25 pm
by ExTrEmEDwarf
janiii wrote:just read the xml that you posted here

Code: Select all

<dropRate val="1" /> <!-- 100000 for 100% -->


<dropRate val="50" /> <!-- 100000 for 100% --> ?

<dropRate val="100000 " /> <!-- 100000 for 100% --> ?

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 1:28 pm
by janiii
100000 for 100%
50000 for 50%

Re: [Help]Problem cursedWeapons

Posted: Fri Dec 10, 2010 1:33 pm
by ExTrEmEDwarf
janiii wrote:100000 for 100%
50000 for 50%
ok ths test :)