Messed with configs for hours, but nothing changed until I tried splitting the slots differently and testing with just a few items first. Kind of like checking what actually works before going full scale. Came across https://www.mega888reviews.com/ while taking a break, and reading through their simple, clear tips made me think maybe less complicated approaches often work best.
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