Raid Boss Exp adjust?

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
jcbrello
Posts: 59
Joined: Fri Sep 15, 2006 9:27 pm

Raid Boss Exp adjust?

Post by jcbrello »

heya guys,

I have to say before I ask my next question, you guys are awesome.

its rare to get quick to the point responces nowadays :)

the one question that I have been looking for is:

Is there a Raid boss Exp setting to lower the amount of experence gained?

or do I have to adjust each one, 1 at a time?

Im tired of killing a raid boss at lvl 20 with 8 people and everyone leveling up 7 levels.

where is the Raid boss Experence table located?

Thanks again everyone.
Hexa
L2j Veteran
L2j Veteran
Posts: 1217
Joined: Mon Nov 14, 2005 1:25 am

Post by Hexa »

look in NPC table.... you will find the raidbosses listed there (easy to spot with a type of 'L2RaidBoss')

you can change XP given by editing the appropriate column in there :)
jcbrello
Posts: 59
Joined: Fri Sep 15, 2006 9:27 pm

Post by jcbrello »

Awesome thanks :)

here goes another 3 days of my life adjusting Tables :p
msknight
Advanced User
Advanced User
Posts: 308
Joined: Wed May 10, 2006 11:40 am
Location: U.K.

Post by msknight »

You can use SQL to make sweeping adjustments.

I haven't parsed this, but you're probably looking at something like ...

update npc set hp = (hp * 2) where type = "L2RaidBoss";

... or something similar.

Try looking up the mysql manuals. "mysql update" will probably do the trick in google. The SQL statements are prety powerful if you take the time to learn them.

In the begining, the three days you spend adjusting the tables ends up three days getting the SQL right :P but in the end it pays off.
My friend is a paranoid schizophrenic ... she'll take over the world, as long as nobody minds.
jcbrello
Posts: 59
Joined: Fri Sep 15, 2006 9:27 pm

Post by jcbrello »

Great.


Im just getting into gear here, I took the server over from a freind who lost intrest.

I built a server, he helped me get it started, now im running with it.

Im in the hardware end of the PC for many many years.

I have a vast knowledge of the choosing, Building and setting up end but the programing language part is pretty new.

I been doing it a few weeks now and Im finally putting it all together in my head, only thing thats getting to me now is, Im getting the end result I want but Im taking the long hard way to get there.


so All the info here is priceless.

you guys are impressive.
Post Reply