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
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