11-07-2009, 04:59 PM
|
#2 (permalink)
|
|
Amigo SE
Registrado em: Dec 2008
Localização: Nilópolis - RJ
Posts: 539
Agradecido 911 Vezes em 255 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Nome Real: Hugo Alcovias Gomes Santos Pereira
|
GameServer/Config/l2dot.properties
# ---------------------------------------
# Change Name's Color Via PvP's
# ---------------------------------------
# Each Amount will change the name color to the values defined here.
# Example: PvpAmmount1 = 500, when a character's PvP counter reaches 500, their name color will change
# according to the ColorForAmount value.
# Note: Colors Must Use RGB format
EnablePvPColorSystem = True
# Pvp Amount & Name color level 1.
PvpAmount1 = 200
ColorForAmount1 = ff3fff
# Pvp Amount & Name color level 2.
PvpAmount2 = 700
ColorForAmount2 = aa00f0
# Pvp Amount & Name color level 3.
PvpAmount3 = 1500
ColorForAmount3 = 2ed4ff
# Pvp Amount & Name color level 4.
PvpAmount4 = 2500
ColorForAmount4 = 1e00d1
# Pvp Amount & Name color level 5.
PvpAmount5 = 4000
ColorForAmount5 = 00FF00
Oque está de vermelho é para ativar e desativa (False = Desativado)
Oque estáde Azul é quantidade de pvp para chegar a cor marcada.
Oque está de verde é a cor que o nome vai ficar.
|
|
|