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?
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
if your talking about spawning monsters yourself I have zero clue how to do that im still noob hacker.
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...
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.