DominiQue Posted April 8, 2010 Posted April 8, 2010 Config.java : + public static int PVP_NAME_COLOR; public static boolean ALT_GAME_SUBCLASS_ALL_CLASSES; -------------------------------------------------------------- + PVP_NAME_COLOR; = Integer.decode("0x" + L2JmodsSettings.getProperty("PvPColor", "00000")); CLAN_LEADER_COLOR_ENABLED = Boolean.parseBoolean(customSettings.getProperty("ClanLeaderColorEnabled", "false")); L2Character : -player.getAppearance.setNameColor(Config.PVP_START_FLAG); +player.getAppearance.setNameColor(Config.PVP_NAME_COLOR); -------------------------------------------------------------- L2jmods.properties : PvPColor = 00000 @Ro, o sa creasca ala si o sa-ti codeze 2pumni ady :)) Quote
CrazyDeagle Posted April 8, 2010 Posted April 8, 2010 Yeh is a nice idea :P thanks for your sharing ^^ Quote
l2redkiller Posted April 9, 2010 Posted April 9, 2010 Config.java : + public static int PVP_NAME_COLOR; public static boolean ALT_GAME_SUBCLASS_ALL_CLASSES; -------------------------------------------------------------- + PVP_NAME_COLOR; = Integer.decode("0x" + L2JmodsSettings.getProperty("PvPColor", "00000")); CLAN_LEADER_COLOR_ENABLED = Boolean.parseBoolean(customSettings.getProperty("ClanLeaderColorEnabled", "false")); L2Character : -player.getAppearance.setNameColor(Config.PVP_START_FLAG); +player.getAppearance().setNameColor(Config.PVP_NAME_COLOR); -------------------------------------------------------------- L2jmods.properties : PvPColor = 00000 the red things need in epilogue and it dont work for l2j Quote
removed_001 Posted September 2, 2010 Posted September 2, 2010 no work on l2j gracia final last rev Quote
PiKKa Posted September 2, 2010 Author Posted September 2, 2010 no work on l2j gracia final last rev its for interlude Quote
Hellish Posted September 3, 2010 Posted September 3, 2010 Imho it's stupid idea, all know pink color and what does it mean. Let's take a server with that custom pvp colors, player want pvp and see for example black color - and what he think? wtf bug? gm? If I will see shit like that - Alt+F4. Quote
PiKKa Posted September 3, 2010 Author Posted September 3, 2010 Imho it's stupid idea, all know pink color and what does it mean. Let's take a server with that custom pvp colors, player want pvp and see for example black color - and what he think? wtf bug? gm? If I will see shit like that - Alt+F4. what bullshit you eat ? , don't like dont post Quote
eKo Posted September 3, 2010 Posted September 3, 2010 Imho it's stupid idea, all know pink color and what does it mean. Let's take a server with that custom pvp colors, player want pvp and see for example black color - and what he think? wtf bug? gm? If I will see shit like that - Alt+F4. true i have to agree what bullshit you eat ? , don't like dont post dont go emo. Quote
roy.rm Posted October 29, 2010 Posted October 29, 2010 When We are in PVP mode under feet appear a circle blue or arange, it's possible chenge color at the circles ? Thx alot. Quote
xAddytzu Posted October 29, 2010 Posted October 29, 2010 When We are in PVP mode under feet appear a circle blue or arange, it's possible chenge color at the circles ? Thx alot. Red and Blue, or client mod Quote
roy.rm Posted October 29, 2010 Posted October 29, 2010 Red and Blue, or client mod Thx for your answer. I was hoping it could do ^^ Quote
HaddWik Posted November 2, 2010 Posted November 2, 2010 Well actualy this code does not work. :( I have tested it and I did not get the wanted result. Quote
Matim Posted November 3, 2010 Posted November 3, 2010 Well actualy this code does not work. :( I have tested it and I did not get the wanted result. Im not really sure, but maybe its determined by client side, same as PK red color. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.