Page 1 of 1
Raid Boss Exp adjust?
Posted: Fri Oct 06, 2006 1:59 am
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.
Posted: Fri Oct 06, 2006 3:13 am
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

Posted: Fri Oct 06, 2006 3:37 am
by jcbrello
Awesome thanks
here goes another 3 days of my life adjusting Tables :p
Posted: Fri Oct 06, 2006 7:32 am
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

but in the end it pays off.
Posted: Mon Oct 09, 2006 10:46 pm
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.