Jump to content
  • 0

How Send This Packet ?


netoluan

Question

7 answers to this question

Recommended Posts

  • 0

Opcode | Packet definition | Possible messages

 

In IL,

 

 

FE 04 00 02 00 00
Would show you that 'START' message.

 

EDIT: missed a byte inside the packet transcript.

Edited by _dev_
Link to comment
Share on other sites

  • 0

Opcode | Packet definition | Possible messages

 

In IL,

FE 04 02 00 00
Would show you that 'START' message.

 

hey, thanks for help me, was this packet  :) 

and about your SNV, what client is the project ? thanks for help again 

 

 

now, some can i help me with countdown? like movie?

 

jPkcFuI.gif

Edited by netoluan
Link to comment
Share on other sites

  • 0

hey, thanks for help me, was this packet  :) 

and about your SNV, what client is the project ? thanks for help again 

 

 

now, some can i help me with countdown? like movie?

 

jPkcFuI.gif

Countdown is dead simple, just send packet with message '5', then schedule a task (after 1 sec = 1000 ms) to [send message '4' and schedule another for '3'], which will in turn schedule for 2, … until you finally send the packet with 'START'.

 

What exactly prevents you from implementing this direct approach?

 

P.S. Obviously, you can keep the state inside the task and just keep rescheduling it until you send START.

Edited by _dev_
Link to comment
Share on other sites

  • 0

Special textures for non-custom messages:

"Finish", "Start", "Game over", "1", "2", "3", "4", "5"
Otherwise, use Message = 0 and your own message (just like via L2OFF eventmatch control panel):

(on IL & earlier)

FE 04 00 00 61 00 62 00 63 00 00 00
Will send a message 'abc'.

 

Everything can easily be found via the links I have posted earlier.

Edited by _dev_
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...