raid boss
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 120
- Joined: Fri May 11, 2007 6:10 am
raid boss
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
» 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
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: raid boss
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.
Also, check the SQL table "npc" to see if the bosses give exp/sp.
-
- Posts: 120
- Joined: Fri May 11, 2007 6:10 am
Re: raid boss
lvl no because we have boss paralize. i have already update to the last rev and we will see.
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
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.
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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
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.
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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
-
- Posts: 120
- Joined: Fri May 11, 2007 6:10 am
Re: raid boss
if i kill the raid with gm //kill exp ok if we will kill him with normal player 0 exp. maybe java error?
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
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
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

Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: raid boss
For me no problems with raid xp. Players not complain too.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
You see video attached?_DS_ wrote:For me no problems with raid xp. Players not complain too.
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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: raid boss
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.
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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.