raid boss

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
kostantinos
Posts: 120
Joined: Fri May 11, 2007 6:10 am

raid boss

Post 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
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: raid boss

Post 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.
kostantinos
Posts: 120
Joined: Fri May 11, 2007 6:10 am

Re: raid boss

Post by kostantinos »

lvl no because we have boss paralize. i have already update to the last rev and we will see.
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post 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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post 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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
kostantinos
Posts: 120
Joined: Fri May 11, 2007 6:10 am

Re: raid boss

Post 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?
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post by rock and roll »

Please a develop take this ticket :)
http://www.l2jserver.com/trac/ticket/4405
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post 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 :)
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: raid boss

Post by _DS_ »

For me no problems with raid xp. Players not complain too.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post 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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: raid boss

Post 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.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Post Reply