That worked great!! Ty!
Quote:
I think the ScanStringFilter thing is brokena gain, a bot of mine doesn't find a npc name anymore, same happend before i changed the stuff that you posted DerMoench14
[I]$lTemp = GetScannedAddress('ScanStringFilter1', -2)
SetValue('StringFilter1Start', '0x' & Hex($lTemp, 8))
SetValue('StringFilter1Return', '0x' & Hex($lTemp + 5, 8)
_('ScanStringFilter1:')
AddPattern('51568B7508578BF9833E00')[/I]
$lTemp = GetScannedAddress('ScanStringFilter1', -0x23)
SetValue('StringFilter1Start', '0x' & Hex($lTemp, 8))
SetValue('StringFilter1Return', '0x' & Hex($lTemp + 5, 8)
_('ScanStringFilter1:')
AddPattern('8B368B4F2C6A006A008B06')
Quote:
Need a new pattern, offset, for Scan Zoom Still... Does anyone have one?
("ScanZoomStill:")
Also - a new render pattern if it exist... still seem to have some processor usage issues here.
$mZoomStill = GetScannedAddress("ScanZoomStill", 0x24)
$mZoomMoving = GetScannedAddress("ScanZoomMoving", 0x21)
_('ScanZoomStill:')
AddPattern('89470CEBD1')
_('ScanZoomMoving:')
AddPattern('EB358B4304')
;~ Description: Changes the maximum distance you can zoom out.
Func ChangeMaxZoom($aZoom = 900)
MemoryWrite($mZoomStill, $aZoom, "float")
MemoryWrite($mZoomMoving, $aZoom, "float")
EndFunc ;==>ChangeMaxZoom
Still works for me:Quote:
Another thing that doesn't work anymore is the ScanSkillTimer pattern.
$mSkillTimer = MemoryRead(GetScannedAddress('ScanSkillTimer', -3))
_('ScanSkillTimer:')
AddPattern('85C974158BD62BD183FA64')