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?
Use whatever template you want—but don’t be mad if people call you out for trying to make money while using something that isn’t yours in your product.
Especially if the creator asked you nicely to take it down before making the issue public.
I removed the Lokagamers template (even though the client who bought it would’ve let me use it for the demo).
Right now, I’m using my own default template for the CMS.
And who the hell are you to tell me what template I can or can’t use, you no-avatar clown?
If I wanted to, I could rip any template from L2oops — no problem.
And clients use their own templates for the main page!
The client panel runs on my custom template — and if they want, they’re free to customize it however they like.
Donkey?
All I see is a Scammer a designer and a Dog with glasses.
I guess now I'll be the donkey, huh?
Create your own template and apply your CMS on it. No need to go all in defensive mode.
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