It has been hotfixed, mostly.
Places where it doesn't work:
Northrend
Outlands
Kalimdor
Eastren Kingdoms
Where it does:
Everywhere else
(Like BGs)
It has been hotfixed, mostly.
Places where it doesn't work:
Northrend
Outlands
Kalimdor
Eastren Kingdoms
Where it does:
Everywhere else
(Like BGs)
I'm using this in Org right now
Still works on US Blackrock.
On US Torthreldrin it doesn't work except for in BGs. You get the message "You can't use that here." I tried it by doing the actual daily run, where it worked as intended. But as soon as you land you're f'd.
I lol'd man![]()
Is it bannable?
Is there anyway to make a macro for this with a razer naga macro?
Ive been fiddling for a lil while and cant seem to find out how to place a click action on the macro.
You can do that with a c++ program.
It will launch fireballs every 10 sec.Code:#include#include using namespace std; int main() { Sleep(5000); while (1) { for (int i = 0 ; i < 100 ; i++) { keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0); keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0); mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0); } Sleep(10000); } return 0; }
You have to bind the item to button 1 or change 0x31 using Virtual-Key Codes
Launch it, then alt+tab, you've got 5 sec.
Program
Works well on EU Ysondre.
Not working in stormwind/elwynn on Moon Guard US, but was working on my alt on Spirestone US in durotar a few minutes ago... weird
Ugh. Can't go to Dal or Org without at least 3 people have a spam fight. AND bots walking around Dal, auto-firing.
Not fun anymore since EVERYONE has it...
still works on illidan 1/18/09 in any zone, although can't use it while shape shifted :/