Spawn Speed

07/25/2009 22:38 sachamo512#1
is there a way to get the mob spawn speed faster than like 1 per second? Cuz I changed the speed in my vac script to 0, but then i see some people who get like 2 or 3 every second. How can I do this?
07/25/2009 23:13 stormswa123#2
not sure if this is what you mean or not of if your actually talking about spawning the monsters yourself. If this is not what you mean please ignore this but this is the vac I was using before dude gave me one Im currently using

[Only registered and activated users can see links. Click Here To Register...]

:)

if your talking about spawning monsters yourself I have zero clue how to do that im still noob hacker.
07/25/2009 23:48 sachamo512#3
that's not what I was looking for. If you look at your vac code, you'll see towards the bottom a line that says "Spawn time delay" and "Number mobs spawn". I changed # of mobs to like 99999999999 and time delay to 0.

The idea is that some bosses (like the ones in Castor/Norak 2) spawn mobs. If you non-agro everything and vac the boss of somewhere, you can just have the boss spawn mobs infinitely which you can get xp from. I use this for afk training, but i end up killing the boss because i can't get him to spawn mobs fast enough, so my script targets him and kills him...
07/26/2009 00:32 stormswa123#4
Quote:
Originally Posted by sachamo512 View Post
that's not what I was looking for. If you look at your vac code, you'll see towards the bottom a line that says "Spawn time delay" and "Number mobs spawn". I changed # of mobs to like 99999999999 and time delay to 0.

The idea is that some bosses (like the ones in Castor/Norak 2) spawn mobs. If you non-agro everything and vac the boss of somewhere, you can just have the boss spawn mobs infinitely which you can get xp from. I use this for afk training, but i end up killing the boss because i can't get him to spawn mobs fast enough, so my script targets him and kills him...
ahhh k I get it, I knew that they spawned like that (magmites/Laiden) just didnt know why. thanks for info.


mov edx,10 // number spawn
mov [eax+8c],edx

mov edx,64 // time delay spawn
mov [eax+90],edx
07/26/2009 00:46 sachamo512#5
ya, that's the spot. Mine is like this:

Quote:
mov edx,999999999 // number spawn
mov [eax+8c],edx

mov edx,0 // time delay spawn
mov [eax+90],edx
07/26/2009 01:40 stormswa123#6
Quote:
Originally Posted by sachamo512 View Post
ya, that's the spot. Mine is like this:

think that would dc me, my computer sucks.
07/26/2009 03:03 sachamo512#7
works fine for me, just wish it would be faster, which is my entire question, lol