Help mobs flying

06/23/2009 12:43 yougotaids#1
guys how do I stop mobs from flying around like a crazy nuts.. I need them to stick like a glue to me..
06/23/2009 20:35 sachamo512#2
you can try to slow down their speed, decrease their reaction time, or simply decrease cell range?
06/23/2009 21:14 monster10888#3
you want them to be close to you - tur down speed
disadvantage - mobs follow you slower
06/23/2009 21:49 ex6tenCe#4
or make both. lol.
06/23/2009 23:10 -8gX#5
Decrease cell range if you want them pretty much inside you.
06/23/2009 23:29 Gentleman Jack#6
Quote:
Originally Posted by ex6tenCe View Post
adding monster spawnpoints to map ??
WTF ? i explained u the whole thing ...
06/24/2009 05:01 yougotaids#7
ok but how do i lower the cell range....
06/24/2009 05:48 shinitenshi#8
Go into vac hack find:
Code:
//mov [eax+18],00000064//DwStandDelay eax+18
//mov [eax+1C],00000064//DwMoveDelay eax+1C
Which is 100 in hex and remove "//" and see if you like if not replace that with

Code:
mov [eax+18],000001F4//DwStandDelay eax+18
mov [eax+1C],000001F4//DwMoveDelay eax+1C
That's 500 in hex, if you still don't like the results i suggest making it around 300 that's my favorite distance with no crashes. It all depends on your computer.

Member the closer they are from more likely you will crash, play around with it also the number of monsters you want chasing your also affects it so change...

Code:
mov edx,30 // # follow monster
change the "30" to what ever you want!

More info read the tutorial:
[Only registered and activated users can see links. Click Here To Register...]

Hit thanks if it answered your question.
06/24/2009 05:57 yougotaids#9
I tried this and its not working I give up

Quote:
Thanks to CrystalMaiden for shorter cell range. Text in the blue
Click this thanks if this part has helped you.
Warning may cause crash, read all before changing the code. (Note, since part of old code may not work on new one once it is released.
"
Here is what you can do to reduce the mobs distance.
In your Vac code find this:
Code:

//mov [eax+18],00000064//DwStandDelay eax+18
//mov [eax+1C],00000064//DwMoveDelay eax+1C

Change it to:
Code:

mov [eax+18],000001F4//DwStandDelay eax+18
mov [eax+1C],000001F4//DwMoveDelay eax+1C
maybe it worked but i cant tell the difference because the fact that the mobs was laagin like crazy.
06/24/2009 06:05 shinitenshi#10
whats your effect? they flying to far away, explain so we can help you.

Give this a try:
Code:
mov [eax+18],0000012C//DwStandDelay eax+18
mov [eax+1C],0000012C//DwMoveDelay eax+1C
if the mobs make you like like crazy means your pc cant handle it and lower the size of the mob

mob size to 20 if still lag 10
Code:
 mov edx,20 // # follow monster
06/24/2009 16:54 kikichan#11
The more mob you vac the more lag you get. Also the closer the mob are to you the more lag also.

It depend on your pc/internet/no spyware etc.
06/25/2009 00:13 yougotaids#12
I only vac about 30 mobs and I set up everything right I even tried to reduce the cellrange but mobs just kept n flying and they lag.. my pc spec is 1.83 ghz 3.00 ram
06/25/2009 19:12 shinitenshi#13
Quote:
Originally Posted by yougotaids View Post
I only vac about 30 mobs and I set up everything right I even tried to reduce the cellrange but mobs just kept n flying and they lag.. my pc spec is 1.83 ghz 3.00 ram
That should be fine but what kind of video card do you have? I think video has a lot to do with it ^^ Well your doing something wrong so theres nothing more anyone can do.

:mofo::mofo::mofo: