maickbr1991, para ativar o pvp color vá em GameServer/Config é abra o arquivo 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 =False <-- True
# Pvp Amount & Name color level 1.
PvpAmount1 = 200
ColorForAmount1 = ff4ddf
# Pvp Amount & Name color level 2.
PvpAmount2 = 498
ColorForAmount2 = 54ff1f
# Pvp Amount & Name color level 3.
PvpAmount3 = 1000
ColorForAmount3 = 00fa06
# Pvp Amount & Name color level 4.
PvpAmount4 = 1700
ColorForAmount4 = 000000
# Pvp Amount & Name color level 5.
PvpAmount5 = 3000
ColorForAmount5 = fff947
|