Im kinda stuck with silly issue on ExShowScreenMessage packet:
@Overrideprotectedvoid writeImpl(){
writeC(0xfe);
writeH(0x38);
writeD(_type);// 0 - system messages, 1 - your defined text
writeD(_sysMessageId);// system message id (_type must be 0 otherwise no effect)
writeD(_position);// message position
writeD(_hide ?1:0);// hide
writeD(_size);// font size 0 - normal, 1 - small
writeD(_unk2);// ?
writeD(_unk3);// ?
writeD(_effect ?1:0);// upper effect (0 - disabled, 1 enabled) - _position must be 2 (center) otherwise no effect
writeD(_time);// time
writeD(_fade ?1:0);// fade effect (0 - disabled, 1 enabled)
writeS(_text);// your text (_type must be 1, otherwise no effect)}
on the image i maked red colow size of the ExShowScreenMessage packet, i need to decrease it to the blue marker size, i dont get it why its even so big.
this marked size doesnt allow to press that location with mouse and thats how its interupting my movements, i need to fix that, any help please?
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Hello !
I have a problem when connecting to the pack with the Salvation client, it blocks my IP, I see that the account is created in the database but it remains logged in.
Any idea what it could be? ALso with H5 CLient !
Thank you !
Question
HmD
Hello MxC
Im curently working with:
Interlude T0/C6 - java
Im kinda stuck with silly issue on ExShowScreenMessage packet:
using:
on the image i maked red colow size of the ExShowScreenMessage packet, i need to decrease it to the blue marker size, i dont get it why its even so big.
this marked size doesnt allow to press that location with mouse and thats how its interupting my movements, i need to fix that, any help please?
7 answers to this question
Recommended Posts