|
Your radius? The script on this site makes all monsters that see you agro to you. You want to make the monsters that CANT see you agro to you?! I honestly dont think thats possible because the monsters agro is only calculated upon you entering ITS sight range... If you do want to try and figure this out (lol) try these lines :
mov [ecx+08],0000004B //DwSight
mov [ecx+68],000003E8 //DwSightInAggro
mov [ecx+04],0000004B //DwExploreRange ???
Idk, gl hf lol.
|