Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 0
Posted

δεν κατάλαβα τι ζητάς,επίσης:

  On 8/26/2012 at 5:51 PM, Clumsy said:

osa exw brei einai gia pvp sketo i pvp title kai pk name

τι εννοείς;

 

πες μας ακριβώς τι ζητάς.

 

  • 0
Posted
  On 8/26/2012 at 6:14 PM, Fanky said:

δεν κατάλαβα τι ζητάς,επίσης:τι εννοείς;

 

πες μας ακριβώς τι ζητάς.

 

exw brei 1 pou einai pvp title color kai pk name color i to anapodw i pvp name color xoris title name////zitaw ena pou na exei title kai name color pou na alazoun me ta x pvp
  • 0
Posted
  On 8/26/2012 at 6:27 PM, Clumsy said:

exw brei 1 pou einai pvp title color kai pk name color i to anapodw i pvp name color xoris title name////zitaw ena pou na exei title kai name color pou na alazoun me ta x pvp

ε το ίδιο πράγμα είναι σχεδόν,μόνο εκεί που σου έχει getAppearance.setColorName(fadfs) βάλε και ένα απο κάτω με Title(ή Tittle) δεν θυμάμαι ακριβώς :P
  • 0
Posted
  On 8/26/2012 at 6:39 PM, Clumsy said:

tha diksei tr to kanw ;)

αν σου βγάλει κάποιο error,κάνε το paste εδώ(εάν και δεν νομίζω,είναι αρκετά απλό :P)
  • 0
Posted

exw kanei allagei olla eki pou leei gia pk se pvp kai tr otan o char exei 0 pvp alazei to title mono t -_-

 

  • 0
Posted
  On 8/26/2012 at 7:21 PM, Clumsy said:

exw kanei allagei olla eki pou leei gia pk se pvp kai tr otan o char exei 0 pvp alazei to title mono t -_-

 

είναι σίγουρα char?(μήπως είναι π.χ gm και αλλάζει από μόνο του;εάν όχι κάνε paste εδώ τον κώδικα που έκανες)
  • 0
Posted

public static boolean   PVP_TITLE_AND_COLOR_SYSTEM_ENABLED;
public static boolean   PVP_COLOR_SYSTEM_ENABLED;
public static int      PVP_AmounT1;
public static int      PK_AmounT1;
public static int      TITLE_COLOR_FOR_PVP_AmounT1;
public static int      NAME_COLOR_FOR_PK_AmounT1;
public static int      PVP_AmounT2;
public static int      PK_AmounT2;
public static int      TITLE_COLOR_FOR_PVP_AmounT2;
public static int      NAME_COLOR_FOR_PK_AmounT2;
public static int      PVP_AmounT3;
public static int      PK_AmounT3;
public static int      TITLE_COLOR_FOR_PVP_AmounT3;
public static int      NAME_COLOR_FOR_PK_AmounT3;
public static int      PVP_AmounT4;
public static int      PK_AmounT4;
public static int      TITLE_COLOR_FOR_PVP_AmounT4;
public static int      NAME_COLOR_FOR_PK_AmounT4;
public static int      PVP_AmounT5;
public static int      PK_AmounT5;
public static int      TITLE_COLOR_FOR_PVP_AmounT5;
public static int      NAME_COLOR_FOR_PK_AmounT5;
public static int      PVP_AmounT6;
public static int      PK_AmounT6;
public static int      TITLE_COLOR_FOR_PVP_AmounT6;
public static int      NAME_COLOR_FOR_PK_AmounT6;
public static int      PVP_AmounT7;
public static int      PK_AmounT7;
public static int      TITLE_COLOR_FOR_PVP_AmounT7;
public static int      NAME_COLOR_FOR_PK_AmounT7;
public static int      PVP_AmounT8;
public static int      PK_AmounT8;
public static int      TITLE_COLOR_FOR_PVP_AmounT8;
public static int      NAME_COLOR_FOR_PK_AmounT8;
public static int      PVP_AmounT9;
public static int      PK_AmounT9;
public static int      TITLE_COLOR_FOR_PVP_AmounT9;
public static int      NAME_COLOR_FOR_PK_AmounT9;
public static int      PVP_AmounT10;
public static int      PK_AmounT10;
public static int      TITLE_COLOR_FOR_PVP_AmounT10;
public static int      NAME_COLOR_FOR_PK_AmounT10;
public static int      PVP_AmounT11;
public static int      PK_AmounT11;

 

 

PVP_TITLE_AND_COLOR_SYSTEM_ENABLED      = Boolean.parseBoolean(L2JModSettings.getProperty("EnablePvPColorSystem", "false"));
						PVP_COLOR_SYSTEM_ENABLED                 = Boolean.parseBoolean(L2JModSettings.getProperty("EnablePkColorSystem", "false"));
						                                          
						PVP_AmounT1                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount1", "50"));
						PVP_AmounT1                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount1", "50"));
						TITLE_COLOR_FOR_PVP_AmounT1             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount1", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT1              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount1", "00FF00"));
						PVP_AmounT2                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount2", "100"));
						PK_AmounT2                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount2", "100"));
						TITLE_COLOR_FOR_PVP_AmounT2             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount2", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT2              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount2", "00FF00"));
						PVP_AmounT3                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount3", "150"));
						PK_AmounT3                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount3", "150"));
						TITLE_COLOR_FOR_PVP_AmounT3             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount3", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT3              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount3", "00FF00"));
						PVP_AmounT4                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount4", "200"));
						PK_AmounT4                              = Integer.parseInt(L2JModSettings.getProperty("PkAmountt4", "200"));
						TITLE_COLOR_FOR_PVP_AmounT4             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount4", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT4              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount4", "00FF00"));
						PVP_AmounT5                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount5", "250"));
						PK_AmounT5                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount5", "250"));
						TITLE_COLOR_FOR_PVP_AmounT5             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount5", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT5              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount5", "00FF00"));
						PVP_AmounT6                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount6", "300"));
						PK_AmounT6                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount6", "300"));
						TITLE_COLOR_FOR_PVP_AmounT6             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount6", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT6              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount6", "00FF00"));
						PVP_AmounT7                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount7", "350"));
						PK_AmounT7                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount7", "350"));
						TITLE_COLOR_FOR_PVP_AmounT7             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount7", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT7              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount7", "00FF00"));
						PVP_AmounT8                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount8", "400"));
						PK_AmounT8                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount8", "400"));
						TITLE_COLOR_FOR_PVP_AmounT8             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount8", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT8              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount8", "00FF00"));       
						PVP_AmounT9                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount9", "450"));
						PK_AmounT9                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount9", "450"));
						TITLE_COLOR_FOR_PVP_AmounT9             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount9", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT9              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount9", "00FF00"));
						PVP_AmounT10                             = Integer.parseInt(L2JModSettings.getProperty("PvpAmount10", "500"));
						PK_AmounT10                              = Integer.parseInt(L2JModSettings.getProperty("PkAmount10", "500"));
						TITLE_COLOR_FOR_PVP_AmounT10             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForAmount10", "00FF00"));
						NAME_COLOR_FOR_PK_AmounT10             = Integer.decode("0x" + L2JModSettings.getProperty("ColorForAmount10", "00FF00"));      

 

     

public void updatePvPTitleColor(int pvpKillAmount)
   {
      if (Config.PVP_TITLE_AND_COLOR_SYSTEM_ENABLED)
         {
            if ((pvpKillAmount >= (Config.PVP_AmounT1)) && (pvpKillAmount < (Config.PVP_AmounT2)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT1);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT2)) && (pvpKillAmount < (Config.PVP_AmounT3)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT2);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT3)) && (pvpKillAmount < (Config.PVP_AmounT4)))
           {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT3);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT4)) && (pvpKillAmount < (Config.PVP_AmounT5)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT4);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT5)) && (pvpKillAmount < (Config.PVP_AmounT6)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT5);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT6)) && (pvpKillAmount < (Config.PVP_AmounT7)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT6);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT7)) && (pvpKillAmount < (Config.PVP_AmounT8)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT7);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT8)) && (pvpKillAmount < (Config.PVP_AmounT9)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT8);
            }
            if ((pvpKillAmount >= (Config.PVP_AmounT9)) && (pvpKillAmount < (Config.PVP_AmounT10)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT9);
            }
            else if (pvpKillAmount >= (Config.PVP_AmounT10))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_AmounT10);
            }
      }
   }
       
   public void updatepvpNameColor(int pvpKillAmount)
  {
      if (Config.PVP_COLOR_SYSTEM_ENABLED)
      {
            if ((pvpKillAmount >= (Config.PK_AmounT1)) && (pvpKillAmount < (Config.PK_AmounT1)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT1);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT2)) && (pvpKillAmount < (Config.PK_AmounT2)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT2);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT3)) && (pvpKillAmount < (Config.PK_AmounT3)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT3);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT4)) && (pvpKillAmount < (Config.PK_AmounT4)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT4);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT5)) && (pvpKillAmount < (Config.PK_AmounT5)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT5);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT6)) && (pvpKillAmount < (Config.PK_AmounT6)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT6);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT7)) && (pvpKillAmount < (Config.PK_AmounT7)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT7);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT8)) && (pvpKillAmount < (Config.PK_AmounT8)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT8);
            }
            if ((pvpKillAmount >= (Config.PK_AmounT9)) && (pvpKillAmount < (Config.PK_AmounT9)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT9);
            }
            else if (pvpKillAmount >= (Config.PK_AmounT10))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_AmounT10);
            }

  • 0
Posted
  On 8/26/2012 at 7:46 PM, Clumsy said:

public static boolean   PVP_TITLE_AND_COLOR_SYSTEM_ENABLED;
public static boolean   PVP_COLOR_SYSTEM_ENABLED;
public static int      PVP_A-beep-T1;
public static int      PK_A-beep-T1;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T1;
public static int      NAME_COLOR_FOR_PK_A-beep-T1;
public static int      PVP_A-beep-T2;
public static int      PK_A-beep-T2;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T2;
public static int      NAME_COLOR_FOR_PK_A-beep-T2;
public static int      PVP_A-beep-T3;
public static int      PK_A-beep-T3;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T3;
public static int      NAME_COLOR_FOR_PK_A-beep-T3;
public static int      PVP_A-beep-T4;
public static int      PK_A-beep-T4;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T4;
public static int      NAME_COLOR_FOR_PK_A-beep-T4;
public static int      PVP_A-beep-T5;
public static int      PK_A-beep-T5;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T5;
public static int      NAME_COLOR_FOR_PK_A-beep-T5;
public static int      PVP_A-beep-T6;
public static int      PK_A-beep-T6;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T6;
public static int      NAME_COLOR_FOR_PK_A-beep-T6;
public static int      PVP_A-beep-T7;
public static int      PK_A-beep-T7;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T7;
public static int      NAME_COLOR_FOR_PK_A-beep-T7;
public static int      PVP_A-beep-T8;
public static int      PK_A-beep-T8;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T8;
public static int      NAME_COLOR_FOR_PK_A-beep-T8;
public static int      PVP_A-beep-T9;
public static int      PK_A-beep-T9;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T9;
public static int      NAME_COLOR_FOR_PK_A-beep-T9;
public static int      PVP_A-beep-T10;
public static int      PK_A-beep-T10;
public static int      TITLE_COLOR_FOR_PVP_A-beep-T10;
public static int      NAME_COLOR_FOR_PK_A-beep-T10;
public static int      PVP_A-beep-T11;
public static int      PK_A-beep-T11;

 

 

PVP_TITLE_AND_COLOR_SYSTEM_ENABLED      = Boolean.parseBoolean(L2JModSettings.getProperty("EnablePvPColorSystem", "false"));
						PVP_COLOR_SYSTEM_ENABLED                 = Boolean.parseBoolean(L2JModSettings.getProperty("EnablePkColorSystem", "false"));
						                                          
						PVP_A-beep-T1                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t1", "50"));
						PVP_A-beep-T1                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t1", "50"));
						TITLE_COLOR_FOR_PVP_A-beep-T1             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t1", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T1              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t1", "00FF00"));
						PVP_A-beep-T2                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t2", "100"));
						PK_A-beep-T2                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t2", "100"));
						TITLE_COLOR_FOR_PVP_A-beep-T2             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t2", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T2              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t2", "00FF00"));
						PVP_A-beep-T3                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t3", "150"));
						PK_A-beep-T3                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t3", "150"));
						TITLE_COLOR_FOR_PVP_A-beep-T3             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t3", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T3              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t3", "00FF00"));
						PVP_A-beep-T4                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t4", "200"));
						PK_A-beep-T4                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-tt4", "200"));
						TITLE_COLOR_FOR_PVP_A-beep-T4             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t4", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T4              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t4", "00FF00"));
						PVP_A-beep-T5                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t5", "250"));
						PK_A-beep-T5                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t5", "250"));
						TITLE_COLOR_FOR_PVP_A-beep-T5             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t5", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T5              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t5", "00FF00"));
						PVP_A-beep-T6                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t6", "300"));
						PK_A-beep-T6                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t6", "300"));
						TITLE_COLOR_FOR_PVP_A-beep-T6             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t6", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T6              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t6", "00FF00"));
						PVP_A-beep-T7                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t7", "350"));
						PK_A-beep-T7                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t7", "350"));
						TITLE_COLOR_FOR_PVP_A-beep-T7             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t7", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T7              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t7", "00FF00"));
						PVP_A-beep-T8                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t8", "400"));
						PK_A-beep-T8                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t8", "400"));
						TITLE_COLOR_FOR_PVP_A-beep-T8             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t8", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T8              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t8", "00FF00"));       
						PVP_A-beep-T9                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t9", "450"));
						PK_A-beep-T9                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t9", "450"));
						TITLE_COLOR_FOR_PVP_A-beep-T9             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t9", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T9              = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t9", "00FF00"));
						PVP_A-beep-T10                             = Integer.parseInt(L2JModSettings.getProperty("PvpA-beep-t10", "500"));
						PK_A-beep-T10                              = Integer.parseInt(L2JModSettings.getProperty("PkA-beep-t10", "500"));
						TITLE_COLOR_FOR_PVP_A-beep-T10             = Integer.decode("0x" + L2JModSettings.getProperty("TitleForA-beep-t10", "00FF00"));
						NAME_COLOR_FOR_PK_A-beep-T10             = Integer.decode("0x" + L2JModSettings.getProperty("ColorForA-beep-t10", "00FF00"));      

 

     

public void updatePvPTitleColor(int pvpKillA-beep-t)
   {
      if (Config.PVP_TITLE_AND_COLOR_SYSTEM_ENABLED)
         {
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T1)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T2)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T1);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T2)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T3)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T2);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T3)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T4)))
           {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T3);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T4)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T5)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T4);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T5)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T6)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T5);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T6)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T7)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T6);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T7)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T8)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T7);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T8)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T9)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T8);
            }
            if ((pvpKillA-beep-t >= (Config.PVP_A-beep-T9)) && (pvpKillA-beep-t < (Config.PVP_A-beep-T10)))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T9);
            }
            else if (pvpKillA-beep-t >= (Config.PVP_A-beep-T10))
            {
               getAppearance().setTitleColor(Config.TITLE_COLOR_FOR_PVP_A-beep-T10);
            }
      }
   }
       
   public void updatepvpNameColor(int pvpKillA-beep-t)
  {
      if (Config.PVP_COLOR_SYSTEM_ENABLED)
      {
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T1)) && (pvpKillA-beep-t < (Config.PK_A-beep-T1)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T1);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T2)) && (pvpKillA-beep-t < (Config.PK_A-beep-T2)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T2);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T3)) && (pvpKillA-beep-t < (Config.PK_A-beep-T3)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T3);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T4)) && (pvpKillA-beep-t < (Config.PK_A-beep-T4)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T4);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T5)) && (pvpKillA-beep-t < (Config.PK_A-beep-T5)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T5);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T6)) && (pvpKillA-beep-t < (Config.PK_A-beep-T6)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T6);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T7)) && (pvpKillA-beep-t < (Config.PK_A-beep-T7)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T7);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T8)) && (pvpKillA-beep-t < (Config.PK_A-beep-T8)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T8);
            }
            if ((pvpKillA-beep-t >= (Config.PK_A-beep-T9)) && (pvpKillA-beep-t < (Config.PK_A-beep-T9)))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T9);
            }
            else if (pvpKillA-beep-t >= (Config.PK_A-beep-T10))
            {
               getAppearance().setNameColor(Config.NAME_COLOR_FOR_PK_A-beep-T10);
            }

 

 

 

-beep- einai to A mou nt  afto exw tr kai aftos einai o gnisios kodikas = http://pastebin.com/QzMYMCB8

  • 0
Posted
  On 8/21/2012 at 12:41 PM, Zake said:

(Κανόνας #10)

Προκειμένου να ανοίξετε ένα καινούριο topic πρέπει να πληρείτε τις παρακάτω προυποθέσεις

[*]Το topic σας να περιέχει στον τίτλο του το κατάλληλο [Tag]:

          -[Request], αν θέλετε να ζητήσετε κάτι συγκεκριμένο, όπως για παράδειγμα ένα GM Shop.

          -[Help], αν θέλετε να βοηθηθείτε σε κάποιο θέμα.

          -[LF] ή [searching For] εάν επιθυμείτε να προσλάβετε κάποιου είδους developer/game master/κτλπ.

          -[Other] αν θέλετε να ζητήσετε κάτι που δεν έχει σχέση με τα παραπάνω, όμως είναι σχετικό με τον τομέα.

Locked.
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock