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?
Disabling raidcurse
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: Disabling raidcurse
What rbs you tried? I tested with 3 rbs and all works fine for me
-
- Posts: 76
- Joined: Thu Oct 07, 2010 9:03 pm
Re: Disabling raidcurse
I tried all now, and it happens with Ant Queen and Zaken.LasTravel wrote:What rbs you tried? I tested with 3 rbs and all works fine for me
If i hit them out of their area, it works properly.
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: Disabling raidcurse
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>
-
- Posts: 76
- Joined: Thu Oct 07, 2010 9:03 pm
Re: Disabling raidcurse
Thx, I will try.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>