Got my 170th token just a few minutes ago. Every token took about ~13 seconds (170 tokens took about 37 minutes). I've used Crystal of Zin-Malor for this. I've noticed that DoT from trinket somehow scales with your stats (don't know which ones tho), so i used bonus from gear and buffs. And i've made this little addon to automate the process (just copy and paste code into files and put them in "...\Addons\HalaaFarmer\" folder):
HalaaFarmer.toc
Code:
## Interface: 30000
## Title: Halaa Farmer
## Author: SteelDrake
## Version 1.0
## DefaultState: enabled
HalaaFarmer.lua
HalaaFarmer.lua
Code:
local HFFrame = CreateFrame("Frame")
local function EventHandler()
if event == "PLAYER_DEAD" then
RepopMe();
elseif event == "CONFIRM_XP_LOSS" then
AcceptXPLoss()
end
end;
HFFrame:RegisterEvent("PLAYER_DEAD");
HFFrame:RegisterEvent("CONFIRM_XP_LOSS");
HFFrame:SetScript("OnEvent", EventHandler)
Here a few steps how to get tokens very fast:
- Put your Zin-Malor trinket in backpack;
- Take off your gear with durability and put it into your bank but leave neck, cloak, rings and trinkets;
- Buff yourself as much as you can;
- Go to Halaa graveyard;
- Put on Zin-Malor trinket. You can try to swich Zin-Malor trinket from one slot to another until you can get max DoT damage;
- Take off your gear leftovers to prevent stamina/health/resilience/resistance bonus (but don't touch Zin-Malor trinket
); - Wait till trinket kill you, die, addon will automaticaly release your spirit;
- Run towards Spirit Healer (hold your forward button about 1 second) and right-click to open resurrection dialog, addon will automatically accept resurrection;
Repeat last 2 steps till you get your tokens. Happy farming!