TEOGR_hItMaKeR Posted April 9, 2017 Posted April 9, 2017 Γεια σας παιδιά μήπως υπάρχει κάποιος κώδικας για clan leader color που να δουλεύει ; Δοκίμασα ένα του Baggou αλλά δυστυχώς δεν δούλευε για acis 367 ! ευχαριστώ ! Quote
0 Reborn12 Posted April 9, 2017 Posted April 9, 2017 (edited) UserInfo.java CharInfo.java des pou einai to name color k rikse tin grami edw Edited April 9, 2017 by Reborn12 Quote
0 TEOGR_hItMaKeR Posted April 9, 2017 Author Posted April 9, 2017 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 Quote
0 SweeTs Posted April 9, 2017 Posted April 9, 2017 You need a check there, like if clan != null && is clan leader ? parse the color you want : original check. Quote
0 Reborn12 Posted April 9, 2017 Posted April 9, 2017 (edited) 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 April 9, 2017 by Reborn12 Quote
0 TEOGR_hItMaKeR Posted April 9, 2017 Author Posted April 9, 2017 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; κάτω τι να βάλω ; Quote
0 xxdem Posted April 9, 2017 Posted April 9, 2017 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); Quote
0 TEOGR_hItMaKeR Posted April 9, 2017 Author Posted April 9, 2017 (edited) Integer.parseInt(Config.LEADER_NAME_COLOR, 16); δεν κατάλαβα αυτό που πρέπει να το βάλω ; Edited April 9, 2017 by TEOGR_hItMaKeR Quote
Question
TEOGR_hItMaKeR
Γεια σας παιδιά μήπως υπάρχει κάποιος κώδικας για clan leader color που να δουλεύει ;
Δοκίμασα ένα του Baggou αλλά δυστυχώς δεν δούλευε για acis 367 !
ευχαριστώ !
7 answers to this question
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.