Alright so we all know where the insta spawn critters are (deep run tram anyone), But there is even more of a trick. If you are in party with a guild member and they are in the same area with you (close enough for exp gain if you killed something) and you kill a critter you will get 2 kills for the one critter. This works in raid as well. so lets do some math you form a 10 man raid with your guildies and all goto the deep run tram. Now if you all kill a critter every second you will yield 100 critters per second. 600 critters per minute, 6000 in 10 min etc. So yeah the achievement is easy if you actualley get a group to help. My guild got it from 1k critters killed to 50k in about an hour.
SO now you got your group and you all wanna kill rats.
Make a macro
/cleartarget
/tar deep (or mob name)
/cast (instant attack goes here)(tip for hunters use auto attack saves on down time)
Now you have a macro and are going Loki this is stupid easy, but wait i got one more trick
Download Auto Hot key, once downloaded set up the following script:
#MaxThreadsPerHotkey 3
^z:: ; Win+Z hotkey
#MaxThreadsPerHotkey 1
if KeepWinZRunning
{
KeepWinZRunning := false
return
}
; Otherwise:
KeepWinZRunning := true
Loop
{
Send {3} ; sets the button press for your macro to 3
Sleep 2680 ; i have this set for my hunters attack speed change to something else if you prefer (for the toggle feature donot got below 1000)
if not KeepWinZRunning
break
}
KeepWinZRunning :=false
Return
WHat the script does is basically press your hotkey for ya when you press control+z, to toggle it off hit control+z again.
Now if your ranged you just go in find yourself a nice spot with a few insta spawn rats start the auto key and poof acheivement getting made easy.