Jump to content
  • 0

Clan Leader Color Name (Να Δουλεύει)


TEOGR_hItMaKeR

Question

Γεια σας παιδιά μήπως υπάρχει κάποιος κώδικας για clan leader color που να δουλεύει ; 

Δοκίμασα ένα του Baggou αλλά δυστυχώς δεν δούλευε για acis 367 ! 

ευχαριστώ !

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Userinfo.java

writeD(_activeChar.getAppearance().getNameColor());

charinfo.java

writeD(_activeChar.getAppearance().getNameColor());

 

 

UserInfo.java CharInfo.java des pou einai to name color k rikse tin grami edw
Link to comment
Share on other sites

  • 0

writeD(_activeChar.isClanLeader() ? Config.LEADER_NAME_COLOR : _activeChar.getAppearance().getNameColor());

Antalakse tin grami s me auto kai sta 2 files kai kane to decode config na pernei to color..apo config

Edited by Reborn12
Link to comment
Share on other sites

  • 0

 

 

You need a check there, like if clan != null && is clan leader ? parse the color you want : original check
 

 

Yeap :p thanks to reborn12

 

 

writeD(_activeChar.isClanLeader() ? Config.LEADER_NAME_COLOR : _activeChar.getAppearance().getNameColor());

Antalakse tin grami s me auto kai sta 2 files kai kane to decode config na pernei to color..apo config 


 
 
βγάζει error to writeD τώρα για κάποιο λόγο και στο quickfix μου έχει change method writeD int to writeD object ή cast argument 1 to int 
 
στο config έβαλα αυτό επάνω 
 
public static boolean LEADER_NAME_COLOR;

κάτω τι να βάλω ; 

Link to comment
Share on other sites

  • 0

writeD(_activeChar.isClanLeader() ? Config.LEADER_NAME_COLOR : _activeChar.getAppearance().getNameColor());

Antalakse tin grami s me auto kai sta 2 files kai kane to decode config na pernei to color..apo config

 

Integer.parseInt(Config.LEADER_NAME_COLOR, 16);

Link to comment
Share on other sites

  • 0
Integer.parseInt(Config.LEADER_NAME_COLOR, 16);

 

δεν κατάλαβα αυτό που πρέπει να το βάλω ; 

Edited by TEOGR_hItMaKeR
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...