Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

why 6609 use magic 8001 Scattering skills, others player can't see the damage?Can't synchronize the monster's blood?No other skills, so the server source code can confirm that there is no problem.

Feeling that conquering every version of the client has a little problem? Is it caused by cracking?

Posted

It’s done on the client side. They handle it that way.

You can send the damage when the monster is hit by attack type 28
monster.SendScreen(attackPacket(1022));
It will work.

Posted
47 minutes ago, Jason said:

It’s done on the client side. They handle it that way.

You can send the damage when the monster is hit by attack type 28
monster.SendScreen(attackPacket(1022));
It will work.

Client problem, and then through the server disguised as a common attack of each monster to complete? But if there are many monsters, will it cause problems?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...