suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

Player Attacking Monster BUG with New Kit Version #2413

Closed anthonyselias closed 3 months ago

anthonyselias commented 5 months ago

I had made a previous post, but I closed it and made a new one to avoid confusion since it had two separate issues in them.

Previously, I had this problem, and it was fixed on #2402

But, with the new kit update, I am having the same issue. I tried changing both monsters and player attack distance and it did not make a difference.

The last fix had to do with RigidEntityMovement2D and since the last fix, it had another set of updates that may have affected it

insthync commented 5 months ago

The RigidEntityMovement2D which was posted here a few days ago is newer than the one from the asset store.

So you should use the one which posted here.

anthonyselias commented 5 months ago

ok, I did that,

image

so currently I'm using

the newest kit version, newest a* addon + the rigidentitymovement2d, using default character prefabs, and monster settings are the same as the last time it worked, I've tried changing the distance with no luck unfortunately :/

https://github.com/suriyun-production/mmorpg-kit-docs/assets/134556081/efa8f343-6d5f-4e83-bd64-9b73c9b89436

It happens like 1 out of 4 times

anthonyselias commented 5 months ago

image

Someone else has the same exact issue since updating to the new kit version. And, similarly, when you attack the monster right as the monster is about to wander, this happens

insthync commented 5 months ago

And so?, is that a helpful info?, how can it helping me to fix it?

anthonyselias commented 5 months ago

Perhaps there's a problem with the logics of when the player gets in combat with a monster that is beginning to wander

insthync commented 5 months ago

What is it?

anthonyselias commented 5 months ago

I'm not sure. That's why I'm posting, perhaps the professional can assist?

insthync commented 5 months ago

How it help me to fix it?

anthonyselias commented 5 months ago

How would I know?

All I know is it worked before the update, and it doesn't after.

So, you must have modified something that interfered with it.

Are you joking with me?

insthync commented 5 months ago

I don't get why you keep posting non-sense thing such as what other said, how is that helping me? Just a simple question, if it not then just stop.

Is that a joke?, are you laughing with that?

anthonyselias commented 5 months ago

Letting you know that there are other people experiencing the same issue is non sense? What kind of support is that?

I'm giving you as much information as I can to help you resolve the issue.

Idk what you are trying to say exactly. I'm just reporting a bug.

If I could fix it, I would have already. So I'm depending on your support.

insthync commented 5 months ago

How do other people's experience is makes sense to fix the bugs?

The support is simple, If you have problems, then you tell me your problems, how to make it happen (for reproducing), and should attach an error logs, then you don't have to do anything, just wait for me to fix it. Or asking you.

Go back and read what you tell me before you tell me about what other people saying Did I ask for anything? No, I didn't, and I am going to try it and fix it by myself.

Then you tell me that other having the same issues, how I knowing that other having the same issues will help me to fix the bugs?, you don't have to tell me that other having the same issues because it is not helpful.

After that you try to guess what is happen but you don't know what it is, is that help me to fix it? still no, right?

Just wait me to try it and fix it y myself is better than telling me those information.

anthonyselias commented 5 months ago

Telling you that others have the same problem is not a reason to get offended. I wasn't trying to offend you, or be offensive. Like I said I was trying to give you as much information to aid you as much as I can.

If I was the only one having the issue, there may have been a possibility of me having a problem that I created. By letting you know others are having the same issue, in assuring you that it isn't something that I messed up on my end.

I wouldn't want you to try to fix something that doesn't need to be fixed.

I'm sorry if you thought I was being rude or offensive, this isn't the case at all.

I'll be waiting for the fix, thank you.

shubhank008 commented 5 months ago

image

Someone else has the same exact issue since updating to the new kit version. And, similarly, when you attack the monster right as the monster is about to wander, this happens

Just to clarify since someone notified me that my message was being used in wrong sense, I do not have this or any such bug. My message was clearly for discussing in-general on how to improve attack chance on monsters by speeding up animations i.e. it was a general gameplay mechanic discussion, not bug discussion or report.

Screenshot 2024-02-11 at 3 09 45 AM

Just 2 message down, Neomis even provided the improvement feedback I was looking for.

So yes, I donot have any such bug per say.

shubhank008 commented 5 months ago

ok, I did that,

image

so currently I'm using

the newest kit version, newest a* addon + the rigidentitymovement2d, using default character prefabs, and monster settings are the same as the last time it worked, I've tried changing the distance with no luck unfortunately :/

newrecord.mp4 It happens like 1 out of 4 times

Also, did you confirm this problem in a fresh kit demo ? To make sure none of the addons/custom code interfering ? Did you check if its perhaps a case of Miss Chance ? Any client or server error logs ? Perhaps try to add a Debug statement yourself when attacking to check if the target is still actually the monster ?

What are exact steps to reproduce this problem ?

That's the kind of things Suriyun meant if you tried yourself and to provide more details.

anthonyselias commented 5 months ago

To reproduce it, just import a new 2D project, set A* path finding, and just run the default prefabs. Attack the orc archers with melee and you will see that 2 out of 10 times it will walk to the monster, attack it once; then stop. The monster will continue attacking you assuming you didn't miss the first attack. The only way to hit it would be to move to a different time re engage in combat.

There aren't any errors in the debug.

I tried to let suri know my observations, it seems to happen when you attack the monster that is about to wander.

anthonyselias commented 3 months ago

/