Jump to content
  • 0

{HELP}Me to 1to m java code


~Ge0rge~

Question

      if (activeChar.isNoble())

      {

          activeChar.getAppearance().setNameColor(FFFF);

        }

        }

 

Ine to 1to m java code to vazw sto enterworld ala me bgazei error( exei kokino ipogramismeno sigkekrimena to FFFF)

ti problem exei?

     

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

      if (activeChar.isNoble())

      {

          activeChar.getAppearance().setNameColor(FFFF);

        }

        }

 

Ine to 1to m java code to vazw sto enterworld ala me bgazei error( exei kokino ipogramismeno sigkekrimena to FFFF)

ti problem exei?

     

vale 0x prin to FFF.

Poulouses k pack tromara sou me polla "fixes"

Link to comment
Share on other sites

  • 0

.setNameColor(FFFF); Ayto einai lathos. To FFFF den stekei san xroma giati toy lipei ena apo ta 3 xromata.

To kathe zeygari FF antistixei se ena xroma (Red Green Blue) apo ta 3 basika.

Oi times poy pernei to kathe zeygari einai apo 00 poy symenei katholoy ayto to xroma ews FF poy symenei

olo to xroma. Opote prepei na symplirwseis to code me 6 psifia h framata kai times apo 0 ews F symfona me

yhn apoxrosh poy theleis na dwseis esy stoys nobles.

 

Link to comment
Share on other sites

  • 0

apo etsi pou to exeis kanto etsi

 

- activeChar.getAppearance().setNameColor(FFFF);

 


 

etsi kai meta perase kai ayto

+ activeChar.getAppearance().setNameColor(Config.NOBLESS_COLOR_NAME);

 


 

gameserver\java\config.java

+    public static int NOBLESS_COLOR_NAME;
+                NOBLESS_COLOR_NAME                      = Integer.decode("0x" + L2JModSettings.getProperty("NoblessColorName", "000000"));

 


 

Config\l2jmod

+# Set Nobless Color
+NoblessColorName = 000000

Link to comment
Share on other sites

  • 0

- activeChar.getAppearance().setNameColor(FFFF);

Ayto den prokeite na doylepsei.

To FFFF den einai ok. Prepei na apoteleite apo 6 noymera h grammata kai oxi 4

gia na doylepsei !

 

egw gi ayto tou eipa na perasei to java code  pou tou edosa  file..

Link to comment
Share on other sites

  • 0

ama blepeis file mou tou code pou edosa sto  filo mas apo exw  einai + kai ayto pou einai to  -  einai gia delete... ama den to katales na sto e3igiso pali... exw polu xrono... :)

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...