Page 1 of 1
raid boss
Posted: Wed Feb 17, 2010 4:24 pm
by kostantinos
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:3930
L2JDP Revision
Number:7067
i have 1 problem in my server all the boss give 0 exp? its problem or has fixed and need server update. thanks
Re: raid boss
Posted: Thu Feb 18, 2010 8:03 am
by momo61
uhm... is there any level difference between you and the boss? I think there might be some sort of cap there.
Also, check the SQL table "npc" to see if the bosses give exp/sp.
Re: raid boss
Posted: Thu Feb 18, 2010 10:11 am
by kostantinos
lvl no because we have boss paralize. i have already update to the last rev and we will see.
Re: raid boss
Posted: Thu Feb 18, 2010 11:49 am
by rock and roll
Here is defect ticket:
http://www.l2jserver.com/trac/ticket/4405
My problem start in stable version of 08/01/2010, this problem continue today.
1. If you try kill a raid boss and take too long, the raid will stop. GL for player, just kill.
2. Raid's don't give any XP.
Yesterday I test in latest version.
Not newbies, this is a defect.
NPC Exp Table is correct.
Re: raid boss
Posted: Thu Feb 18, 2010 2:10 pm
by rock and roll
The error is in NPC type.
I try change "type" from l2raidboss to l2monster and XP / drops work fine.
But now, i have champion raids :S
Change raids type to L2Monster, disable champion mobs.
Re: raid boss
Posted: Thu Feb 18, 2010 2:57 pm
by kostantinos
if i kill the raid with gm //kill exp ok if we will kill him with normal player 0 exp. maybe java error?
Re: raid boss
Posted: Fri Feb 19, 2010 2:18 pm
by rock and roll
Re: raid boss
Posted: Sun Feb 21, 2010 1:01 pm
by rock and roll
http://www.4shared.com/file/226461141/6 ... /raid.html
Download the file to get HD video.
I test this defect in this rev's:
jan 10, jan28, latest.
The video is fraps in jan28 stable version, from rock'n roll lineage 2 server, live server.
Please dev, take this ticket as critical update

Re: raid boss
Posted: Sun Feb 21, 2010 1:23 pm
by _DS_
For me no problems with raid xp. Players not complain too.
Re: raid boss
Posted: Sun Feb 21, 2010 5:26 pm
by rock and roll
_DS_ wrote:For me no problems with raid xp. Players not complain too.
You see video attached?
No use //kill to kill raid.
Fight against raid in "epic battle". Use +65538 armor and jewels and a normal weapon. Post you report.
Or, simple, see the video.
Not mine report, some reports, just see ticket history.
You not see the video. You not download the file. See and report please.
Re: raid boss
Posted: Mon Feb 22, 2010 12:24 pm
by rock and roll
Mine solution for live server at this momment:
1. This fix will stop raid full cast skills
update npcaidata set skill_chance = 0.01
where NPC_id in (select id from NPC where type = 'L2RaidBoss')
2. The bug is inside NPC TYPE.
Update * from NPC set type = 'L2Monster' where type = 'L2RaidBoss'
3. The work
Go to table spawnlist and insert the raid bosses. The spawn time will be fixed.
Use custom_spawnlist, is better.
4. Config
Disable champion mobs in configs.
5. Clear the table raidboss_spawnlist.
Suck solution for critical bug.