Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Slow Moving NPCs


GrimReaperReborn
 Share

Recommended Posts

After I attack an NPC in Eclipse Advanced v3.0.21 with a ranged spell (or any attack for that matter), the NPC starts walking to me (as it should). However, the NPC seems to move then stop and then move again until it is within melee range of me. Is anyone else getting this delay/pause? Is there something I can change in the source to fix it?
Link to comment
Share on other sites

It does this by design, NPC movement is handled by Sub UpdateMapLogic on the Server, there are a few ways you can fix this off the top of my head.

1\. Increase the frequency that Sub GameLoop calls UpdateMapLogic

2\. Slow down the NPC movement speed client side, so that it matches the GetTickCount server side, so the NPC essentially begins moving to the next tile as soon as the server calls the next UpdateMapLogic routine.
Link to comment
Share on other sites

> Lol I like having it open source. Any recommendations?
>
>  
>
> And to clarify, the NPC is still walking towards me, it just pauses at every tile before making the next move. The pause is fairly quick but enough that it is blatantly obvious.

Recommendations? If I remember there is newer version of EA called Prospekt Source or what. Try google.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...