Page 1 of 1

Augment glows + Title colors

Posted: Thu Aug 01, 2013 5:15 am
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

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 6:40 am
by xban1x
They get white because you don't store them in database.

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 7:18 am
by tr3x
Is there anyway to store the title colors in the database? .__.

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 7:25 am
by xban1x
Add extra parameter to characters table. And make sure it's used at restore() in L2PcInstance...

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 8:08 am
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?

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 8:35 am
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.

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 2:21 pm
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 .__.?

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 2:37 pm
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.

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 2:58 pm
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

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 3:47 pm
by jurchiks
Like I said, maybe you simply got shitty augments.

Re: Augment glows + Title colors

Posted: Fri Aug 02, 2013 6:12 pm
by tr3x
Well thanks a lot for your help :D! i'll try what you said later when i get back home