Augment glows + Title colors

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
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Augment glows + Title colors

Post by tr3x »

» Find Revision
L2J Revision Number: 5937
L2JDP Revision Number:9641

I'm new to setting up a lineage 2 server, but without needing to ask for help i've managed to do EVERYTHING i needed (Custom NPCs, custom teleports, amongst other things) but there are 2 things that i can't figure out/find information about it...

FIRST

I've been augmenting with HIGH and TOP grade lifestones for like 1 hour and i didn't get ANY glow change on the weapons .___.

What am i missing?

i have these settings on the Character.properties

Code: Select all

# These control the chance to get a glow effect in the augmentation process.# Notes:#   No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.# Default: 0, 40, 70, 100AugmentationNGGlowChance = 0 #AugmentationMidGlowChance = 40 #AugmentationHighGlowChance = 70 #AugmentationTopGlowChance = 100 # This will enable retail like weapon augmentation, but then you cant change# weapon glow, base stat chance, because it wouldnt be retail like again.RetailLikeAugmentation = False # This will have effect ONLY when RetailLikeAugmentation is True. The sum of 4 numbers must be 100!# You can change probability (in %) of augment color chances - in order yellow, blue, purple, red# Purple and Red always give skill. Default is 55%,35%,7%,3% for all lifestone grades (ie 7+3=10%# for skill, not counting blue ones, that are very rare and not useful anyway).RetailLikeAugmentationNoGradeChance = 55,35,7,3 #RetailLikeAugmentationMidGradeChance = 55,35,7,3 #RetailLikeAugmentationHighGradeChance = 55,35,7,3 #RetailLikeAugmentationTopGradeChance = 55,35,7,3
Should i change anything else?

If you need any other information to help me, let me know .___.

SECOND

All the CHARACTER titles are WHITE.... It doesn't matter if i change thru database or in-game item they get WHITE when i log in again... is it just me? or it's made to be that way?

Thanks in advance for any time you lost just reading my long text .__. and for any help you can give me
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

Re: Augment glows + Title colors

Post by xban1x »

They get white because you don't store them in database.
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Re: Augment glows + Title colors

Post by tr3x »

Is there anyway to store the title colors in the database? .__.
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

Re: Augment glows + Title colors

Post by xban1x »

Add extra parameter to characters table. And make sure it's used at restore() in L2PcInstance...
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Re: Augment glows + Title colors

Post by tr3x »

I guess i'll have to finally download eclipse... I've been avoiding it for long time but it seems i have to so i can have access to the final files/configurations of my server... =( nightly is ok but it has its limitations i guess... Any idea if i can use eclipse with the dp/server files i have at the moment? or i have to download the files with eclipse and do everything all over again? (sorry if the question is out of place, im just really noob at this... started 3 days ago .__.)

Also, any idea about the augmentation glow?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Augment glows + Title colors

Post by jurchiks »

If you're using the latest nightlies then you can checkout the same revisions from the SVN, copy over your nightly configs and datapack and then just work with synchronization.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Re: Augment glows + Title colors

Post by tr3x »

jurchiks wrote:If you're using the latest nightlies then you can checkout the same revisions from the SVN, copy over your nightly configs and datapack and then just work with synchronization.
Thanks a lot bro :D you've helped me a lot without knowing it :D

Again, and sorry if im being annoying, any idea about the augment glow .__.?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Augment glows + Title colors

Post by jurchiks »

I'm not sure but I think the glow is there only if you get a skill in the augment, or smth like that. You can get a crappy augment with top-grade life stone, you know? No glow from that. Unless I'm gravely mistaken.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Re: Augment glows + Title colors

Post by tr3x »

i think this configures the chance, am i right?

Code: Select all

# These control the chance to get a glow effect in the augmentation process.# Notes:#   No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.# Default: 0, 40, 70, 100AugmentationNGGlowChance = 0 #AugmentationMidGlowChance = 40 #AugmentationHighGlowChance = 70 #AugmentationTopGlowChance = 100
But still no glow after 300 stones .___.

I think im screwed then xD
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Augment glows + Title colors

Post by jurchiks »

Like I said, maybe you simply got shitty augments.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
tr3x
Posts: 6
Joined: Mon Jul 29, 2013 11:46 pm

Re: Augment glows + Title colors

Post by tr3x »

Well thanks a lot for your help :D! i'll try what you said later when i get back home
Post Reply