What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Artillery not waiting for target to focus

bomblader

New Member
Joined
Nov 3, 2013
Messages
8
Reaction score
0
Arti just moves the target over the tank and fires directly.... doesn't wait for focus...
Any way to fix this?
 
Yeah I can tweak this to become more accurate, it's set to .3 accuracy at the moment which is give or take 2/3rd of the way zoomed in on Russian SPGs which I took as a benchmark. What's the accuracy of the gun you're using on your SPG?
 
Yeah I can tweak this to become more accurate, it's set to .3 accuracy at the moment which is give or take 2/3rd of the way zoomed in on Russian SPGs which I took as a benchmark. What's the accuracy of the gun you're using on your SPG?

The accuracy is 0.82
 
Weight = 5000 - (10 * s.Distance) - (10 * (100 - s.HealthPercentage)) - (s.Tier * 50) + (s.CanHit ? 1000 : 5)

Weight = 6000 - (15 * s.Distance) - (15 * (100 - s.HealthPercentage)) - (s.Tier * 50) + (s.CanHit ? 1000 : 5)
 
Back
Top