Vac hack radius

10/28/2009 22:19 letlive#1
How can I make my vac hack radius larger seems pretty small with the script on this site.
10/29/2009 02:54 Syberboy#2
I think that can only be edited by csv or winhex, or you can try increasing your non agro amount. That might help.
10/29/2009 04:20 -8gX#3
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.
10/29/2009 04:29 monster10888#4
Quote:
Originally Posted by -8gX View Post
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.
that would be so awesome but then the game would be 100% screwed
10/29/2009 04:36 -8gX#5
I know its not possible but false hope never hurt him :)