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?

Posted

Yeah it’s a client-side thing. I’ve tested it on several servers, and it didn’t cause any problems. But of course, it’s not really a normal way to do it
it just worked.

Posted
4 hours ago, Jason said:

Yeah it’s a client-side thing. I’ve tested it on several servers, and it didn’t cause any problems. But of course, it’s not really a normal way to do it
it just worked.

I know it's really limited, and I've done it in other versions of the server.

 

Also, I found that the flight action of the 6609 version is also true, and the character will fly standing when flying.

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