[Help]Problem cursedWeapons

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
Post Reply
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

[Help]Problem cursedWeapons

Post 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> 
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [Help]Problem cursedWeapons

Post by janiii »

because the droprate you set is 0,001% which is really low.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Help]Problem cursedWeapons

Post by jurchiks »

it's the default value...
but they are bugged, so I wouldn't advise enabling them.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [Help]Problem cursedWeapons

Post by ExTrEmEDwarf »

janiii wrote:because the droprate you set is 0,001% which is really low.
RateDropItems = 40

no drop :(
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [Help]Problem cursedWeapons

Post by janiii »

just read the xml that you posted here

Code: Select all

<dropRate val="1" /> <!-- 100000 for 100% -->
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [Help]Problem cursedWeapons

Post 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% --> ?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [Help]Problem cursedWeapons

Post by janiii »

100000 for 100%
50000 for 50%
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: [Help]Problem cursedWeapons

Post by ExTrEmEDwarf »

janiii wrote:100000 for 100%
50000 for 50%
ok ths test :)
Post Reply