Hello everyone, we are one of the top gaming currency stores. We work exclusively with top projects.
If you are interested in anything like Adena, Coins, Equip, write to us
Discord - pchelacoin
Telegram - https://t.me/ipchelacoin
BOHPTS, KETRAWARS, EURO-PVP, L2REBORN, E-GLOBAL, LA2DREAM
TOP PRICE !!!!!!!
Question
tech1
I have a problem with image.
Use this code in instance npc.
int imgId = 99999999;
try {
File pass = new File("data/images/example.png");
PledgeCrest packet = new PledgeCrest(imgId, DDSConverter.convertToDDS(pass).array());
activeChar.sendPacket(packet);
}
catch (Exception e)
{
}
and this --> tb.append("<img src=\"Crest.crest_" + Config.SERVER_ID + "_" + imgId + "\" width=128 height=128>");
When i go to see npc the image is black why?
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now