| 
   | 
   | 
  
 
    | 
    | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
   | 
  
	
		
   
   
      | Support::Windows Servers Support forum for Windows EQEMu users. | 
    
    
   
   
   
   
   
   
   
   
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				07-20-2015, 10:06 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2010 
					Location: Colorado 
					
					
						Posts: 412
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Another bot problem "sigh"
			 
			 
			
		
		
		
		So bots atleast on the UF client and the RoF,RoF2 client's can't keep up with the  clients. They rubber band pretty badly, and even with sow you can just run ahead and turn around and just see them rubbing banding like crazy. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				07-20-2015, 11:01 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Administrator 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2013 
					Location: United States 
					
					
						Posts: 1,604
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I think you're underestimating the difficulty of making bots accurately trail clients, especially with the newest movement speed changes. This isn't a new problem, and likely something that cannot be easily resolved. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				07-20-2015, 11:03 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2010 
					Location: Colorado 
					
					
						Posts: 412
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		No I realize bots are a pain, I figured id just post it here wasn't sure if anybody was aware of it. =) 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				07-20-2015, 11:06 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Administrator 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2013 
					Location: United States 
					
					
						Posts: 1,604
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Yeah, not an issue, bots are definitely a pain in the ass. They're a huge improvement over what they were though. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				07-21-2015, 12:58 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Sep 2008 
					Location: So. California 
					
					
						Posts: 219
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		This is a new issue for sure (newish anyways) as my build from Feb 2015 bots follow fine.  
 
Curious, mercs follow fine on current build. Anyways, not sure if the rubber banding is from posupdates not processing correctly but I spent most of the night playing with this. Its beyond my limited abilities. 
 
In Bot::AI_Process I changed speed from "int speed = follow->GetRunspeed();" to "int speed = follow->GetRunspeed() * 3 / 2;" after converting speed to ints in bot::CalculateNewPosition2, and they stay a bit closer but you still lose em on a constant run across a zone due to rubber banding. I changed it to * 3 but thats just silly fast, almost better off making a call to "CalculateNewPosition" instead of "CalculateNewPosition2", which causes the bots to just warp onto you as you move, but that suxs too. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				02-26-2016, 01:50 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2012 
					
					
					
						Posts: 205
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		After trying out bots for the first time in years it seems that they always rubber band when catching up to you and then appear at their normal positions. This wasnt the case in the past so im not sure what happened. Anyone know how to fix this? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				02-26-2016, 03:12 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2012 
					Location: North Carolina 
					
					
						Posts: 2,815
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I've had some contact with people that have reported this..with pets as well. 
 
 
In your case, are we talking z-axis bouncing or actual x-y regression? 
 
There does appear to be some issue with packet updates..but, it's probably not packet loss nor actual movement calculation based. 
		
	
		
		
		
		
		
		
			
				__________________ 
				Uleat of Bertoxxulous 
 
Compilin' Dirty
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				02-27-2016, 05:07 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2012 
					
					
					
						Posts: 205
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I'm talking about x=y axis. The bots follow, but when the player stops, the bots appear to run past where they should stop and then appear back at their intended stop points. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-16-2016, 01:46 AM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Legendary Member 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2002 
					Location: Seattle, WA 
					
					
						Posts: 506
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  Furniture
					 
				 
				I'm talking about x=y axis. The bots follow, but when the player stops, the bots appear to run past where they should stop and then appear back at their intended stop points. 
			
		 | 
	 
	 
 This symptom is probably described here, right?
 https://www.youtube.com/watch?v=UvEpZxS2AUc
I don't think it's bot exclusive.
 
I notice there's an update loop KLS added and made process loop only happen half as much (likely to save packet spam), may be related. But just wanted to know it's been observed.  
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				02-27-2016, 05:23 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2012 
					Location: North Carolina 
					
					
						Posts: 2,815
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I'll take a look at the pathing code when I get a chance. 
 
I know that there are specific checks for the last segment of a path and what we do there may be causing that issue (or not...) 
		
	
		
		
		
		
		
		
			
				__________________ 
				Uleat of Bertoxxulous 
 
Compilin' Dirty
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-15-2016, 02:17 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2012 
					
					
					
						Posts: 205
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I just want to add that on my build of the server which is only a few weeks old, this is also the issue with pets and all fleeing npcs. Not necessarily rubber banding like that but just general warping and not being at correct position. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-16-2016, 03:11 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2012 
					
					
					
						Posts: 205
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Yes, that video shows the issue. I've heard from a player on my server that all recent servers have this issue so i'm glad its not just me. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				03-16-2016, 03:53 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Hill Giant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2012 
					
					
					
						Posts: 205
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		undoing that commit seems to do the trick, i havent been able to test with bots yet though but as far as I can see NPCs arent warping to me when I use #aggrozone. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
	
		
	
	
	
		
		
		
			
			 
			
				03-16-2016, 03:56 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Legendary Member 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2002 
					Location: Seattle, WA 
					
					
						Posts: 506
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  Furniture
					 
				 
				
			
		 | 
	 
	 
 Yeah, that's the code I theorized was reason, thanks for finding it.    
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is Off 
		 
		
	  | 
 
 
	 | 
	
		
	 | 
 
 
All times are GMT -4. The time now is 06:06 AM. 
 
		 
	 
 
 
     | 
     | 
    
   
      | 
     | 
      | 
    
   
     | 
      | 
     | 
    
   
       | 
      | 
       | 
     
    
    
  | 
   |