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 : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchiha-market.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-servicess | https://campsite.bio/utchihaamkt
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchiha-market.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-servicess | 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.