Disabling raidcurse

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
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Disabling raidcurse

Post by returNix »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7668
Hey guys, when I disable a GrandBoss curse, it doesnt work.
What can I do?
NPC.properties:
# Disable Raid Curse if raid more than 8 levels lower.
# Caution: drop will be reduced or even absent if DeepBlue drop rules enabled.
# Default: False
DisableRaidCurse = True
And i get curse, even if rb is lv 80..

EDIT:
The raidcurse dont activate when hitting a RaidBoss, it activates when getting into area
So what can i do?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Disabling raidcurse

Post by LasTravel »

What rbs you tried? I tested with 3 rbs and all works fine for me
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: Disabling raidcurse

Post by returNix »

LasTravel wrote:What rbs you tried? I tested with 3 rbs and all works fine for me
I tried all now, and it happens with Ant Queen and Zaken.
If i hit them out of their area, it works properly.
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Disabling raidcurse

Post by LasTravel »

You get raid curse from the data/zones/zone.xml

Code: Select all

    <!-- Zaken -->    <zone id="12020" type="EffectZone" shape="NPoly" minZ="-4815" maxZ="-315">        <stat name="skillIdLvl" val="4515-1;" />        <stat name="chance" val="100" />        <stat name="initialDelay" val="2000" />        <stat name="reuse" val="6000" />        <stat name="affectedLvlMin" val="70" />    </zone>    <!-- Queen Ant -->    <zone id="12022" type="EffectZone" shape="NPoly" minZ="-5947" maxZ="-5547">        <stat name="skillIdLvl" val="4515-1;" />        <stat name="chance" val="100" />        <stat name="initialDelay" val="2000" />        <stat name="reuse" val="6000" />        <stat name="affectedLvlMin" val="50" />    </zone>
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: Disabling raidcurse

Post by returNix »

LasTravel wrote:You get raid curse from the data/zones/zone.xml

Code: Select all

    <!-- Zaken -->    <zone id="12020" type="EffectZone" shape="NPoly" minZ="-4815" maxZ="-315">        <stat name="skillIdLvl" val="4515-1;" />        <stat name="chance" val="100" />        <stat name="initialDelay" val="2000" />        <stat name="reuse" val="6000" />        <stat name="affectedLvlMin" val="70" />    </zone>    <!-- Queen Ant -->    <zone id="12022" type="EffectZone" shape="NPoly" minZ="-5947" maxZ="-5547">        <stat name="skillIdLvl" val="4515-1;" />        <stat name="chance" val="100" />        <stat name="initialDelay" val="2000" />        <stat name="reuse" val="6000" />        <stat name="affectedLvlMin" val="50" />    </zone>
Thx, I will try.
Post Reply