kennylovecode Posted April 4 Posted April 4 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? Quote
Jason Posted April 4 Posted April 4 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. Quote
kennylovecode Posted April 5 Author Posted April 5 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? Quote
Jason Posted April 5 Posted April 5 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. Quote
kennylovecode Posted April 5 Author Posted April 5 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. Quote
kennylovecode Posted April 8 Author Posted April 8 15 hours ago, Jason said: Yeah, I think that’s just the animation. Yes, I found that every version of the client will have some problems. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.