Jump to content

Question

Posted

Hello MxC

Im curently working with:

Interlude T0/C6 - java

 

Im kinda stuck with silly issue on ExShowScreenMessage packet:

	@Override
	protected void 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)
	}

using:

sendPacket(new ExShowScreenMessage(1, -1, 3, false, 1, 0, 0, false, 20000, false, messageText);

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?

prob.jpg

7 answers to this question

Recommended Posts

  • 0
Posted

Found solutions, Thread can be closed.

thx member - L2J Nexus on this forum that helped me to found client side width :)

  • 0
Posted

Because this place on the window is render and can't be targetable. It static and start always from center and ending in the end of window. If you print 1 char you anyway will render long line. I wrote for you recommendatiion how implement better on aCis forum.

  • 0
Posted
1 hour ago, Solomun said:

Does this packet's class have any other constructors?

no its the main contructor of the on screen message that i posted in 1st post

 

10 minutes ago, Rootware said:

Because this place on the window is render and can't be targetable. It static and start always from center and ending in the end of window. If you print 1 char you anyway will render long line. I wrote for you recommendatiion how implement better on aCis forum.

okay i got it how its work now, thx for explain, so as i understand now i need to find how to change that packet start point on the window? if ill set it to the side then this empty line from middle screen will be gone?

  • 0
Posted
1 hour ago, HmD said:

no its the main contructor of the on screen message that i posted in 1st post

 

okay i got it how its work now, thx for explain, so as i understand now i need to find how to change that packet start point on the window? if ill set it to the side then this empty line from middle screen will be gone?

 

You need to edit client side if you want resize width of line by content.

  • Like 1
  • 0
Posted
2 minutes ago, Rootware said:

 

You need to edit client side if you want resize width of line by content.

maybe you have an idea where in client? im looking for it few last hours but cant find in the system

Guest
This topic is now closed to further replies.


  • Posts

    • Okay I respect that but why is your other account banned?   I don't think this happened just because you delayed somebodys work even in 2012
    • Do You understand the fact, I won't scam anyone? Can You grasp such idea?  Second of all, if a random restaurant on Google Maps has 599 positive reviews and few negative ones with 4,8* score, do You ask Google to block it's profile and burn the place down? No? Then why the fuck You are crying about my random delays? If someone can't get a CUSTOM DESIGN on time, I refund. I'm not 16  y.o. anymore. I don't make living out of this L2 bullshit. Never did. Since 2012 I've made shit tons of projects. How many delays did I have? 12? 15? Out of hundrets of projects. Calm Your tits please. If I would actually take 4k euro and NOT deliver and NOT refund - admins can ban me. So don't compare me to Simple. And just so You know, Celestine sent me customers, so it's not like I've worked with him on his account all the time. That's another thing You won't understand. I won't waste anymore time on You and any other cunt who never was my customer but is bitching just because he has nothing better to do in his life. You don't like my work? Hove along, I don't give a shit. 
    • So he's like unsimple you would say? Cherry picking who's getting scammed.   Deliver 5 projects, don't deliver/delay the other 2 projects. Of course he won't scam you because he know what's gonna happen after since he's dealing with the admin himself.
    • I've worked with Ave a lot lately on designs and other projects. He has always delivered as quickly as possible sometimes within a week, maybe two. Personally, I’m patient, so I’ve never had an issue with the wait. I’m not trying to defend him blindly, but I genuinely don’t believe he would mess someone over for €60 €100. Sometimes he's inactive, likely due to real life responsibilities, but I don't judge everyone has their own situations. I understand that some people are impatient and want their orders completed quickly, but considering the quality of his work, I have no problem waiting. Of course, people react differently to delays, and that’s fair. But in my experience, I can't call him a scammer he's always delivered what I ordered.
  • Topics

×
×
  • Create New...