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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
Joκκєrino
Why this code doesn't work ? ( it works in eclipse , without error , but no effect in game ) .
if (newChar.isWearingMagicArmor())
{
newChar.setTitle(Config.ADD_CHAR_TITLE_M);
newChar.getAppearance().setNameColor(244, 14, 203);
newChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n !");
}
else
{
newChar.setTitle(Config.ADD_CHAR_TITLE_F);
newChar.getAppearance().setNameColor(26, 135, 205);
newChar.sendMessage("Congratulations , you are born to be a Invincible Knight of Holy . \n !");
}
I've added it in CharacterCreation.java
5 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.