Hi all, I'm new here and looking for some assistance on an AutoIt tool for researching AI targeting behaviours. I've been troubleshooting with @[Only registered and activated users can see links. Click Here To Register...] but thought I would ask the collective brain hive for assistance.
In essence, my current problem is with the GetTarget() function. In GWA2, it calls
where that memory doesn't seem to exist. GetCurrentTargetID() which calls MemoryRead($mAgentBase - 1280) where $mAgentBase = MemoryRead(GetScannedAddress('ScanAgentBase', 13)) works perfectly, but I have a need to GetTargets from other agents.
Any thoughts on what the problem could be or any possible solutions?
This is all working towards getting the GetAgentDanger() function working to test AI targeting on different armor levels and insignia combinations on heros, so any help with that function would also solve the issue :).
Thanks!
In essence, my current problem is with the GetTarget() function. In GWA2, it calls
Code:
MemoryRead(GetValue('TargetLogBase'))
Any thoughts on what the problem could be or any possible solutions?
This is all working towards getting the GetAgentDanger() function working to test AI targeting on different armor levels and insignia combinations on heros, so any help with that function would also solve the issue :).
Thanks!