The first pause in the right click part ?
The first pause in the right click part ?
Hey All,
Using this automator business i was able to not only create the afk bot/auto queue, but i was able to create a whisper exporter. Basically by using prat's copy paste functionality i was able to use automator to copy the text to the clip board then export it to a text file via pbpaste (shell command).
You all must be wondering why I would bother doing this, but once you get the whisper text out of warcraft you have many options such as parsing the text for a <GM> string and then having a simple program forward this to your cell phone or force an /afk in warcraft. I haven't quite decided exactly how i would want to handle a gm whisper, perhaps some of you have some ideas?
p.s. I will post screen shots of the process and mod links as soon as i have this a little more developed.
I was able to get it to queue once, but the nag screen seems to be making further queus not possible. Did all you guys purchase this Automator Virtual Input software? If anyone got a free serial...i beg of you to help me out
Thanks.
The nag screen was screwing me up too so i decided to try to make the applescript call closer the nag screen. It wont but somehow calling the app and sending return allows the program to keep runing even tho the nag screen hasnt been closed.
YMMV but it worked for meCode:repeat 2 times tell application "System Events" tell application "World of Warcraft" to activate key code 49 end tell delay (random number from 60 to 180) end repeat tell application "System Events" tell application "Automator Virtual Input" to activate key code 36 end tell
mine dont work =(
As far as the right click not working, here's a crappy explanation (I'm really tired), and an easy fix.
When the VI moves the mouse over the BG Queue, it does not register the mouse as being 'moved' or 'dragged' onto the the NPC and the mouse remains in the pointer state, rendering the VI Right-Click incapable of 'conversing' with the Queue NPC.
To fix this, all you have to do is create two VI actions that move the mouse on the BG Queue NPC:
(My "Boo" automator file looks like...)
1. AppleScript to activate WoW window
2. Pause for 2000 millisecondsCode:tell application "System Events" tell application "World of Warcraft" to activate end tell
3. Move mouse to X,Y coordinates [500,265 for me]
4. Pause for 500 milliseconds
5. Move mouse to X,Y coordinates [500,260 (will activate the 'converse mouse state')]
6. Pause for 200 milliseconds
7. Right click at X,Y coordinates [500,260]
8. Run VI Actions
That should work. Note: I have the registered version of VI, but with the posted fixes for the nag window in this thread, it should still work. Just be sure to use your OWN coordinates, only slightly adjusting the second move mouse action.
Cheers! :wave:
Last edited by insomniaxvi; 10-21-2007 at 07:22 PM.
edit; bler
Last edited by kevriggy; 10-23-2007 at 05:58 AM.
what does the spooky workflow look like? picture please?
Same "Spooky" as one posted.
It rox pretty much but I was wondering: The complete windows community is scared of teh 'warden' but a friend of mine said no warden is in place for Macintosh players...
Is this true?
Update: So I did some research and the answers are quite scattered some people I know said it's Winblows only, others say warden runs on the serverside (sounds like bullcrap to me, but hey... I know jack about this stuff!)
My best guess is to start up launcher and littlesnitch see what kinda stuff hapens, read some logs that kinda stuff... Unless you guys have a defenite answer for me ofc!
Thanks
Last edited by hootch; 10-29-2007 at 03:40 PM.
Sorry for the doublepost... But it is for the greater good
Here's my new and improved version of the anti-afk bot!
this is Boo
And this is Spooky
Applescript:
So why is this an upgrade?
tell application "System Events"
tell application "Automator Virtual Input" to activate
key code 36
end tell
tell application "System Events"
tell application "World of Warcraft" to activate
key code 49
end tell
delay (random number from 80 to 160)
- Auto clicks away the nag screen after trying to get to the battlemaster
- Only does one jump and thus you're in a new AV faster!
- More pauses and extra rightclicks to never miss your battlemaster!
Improvements I'm thinking about for the future:
+ make a sequence to walk to a place quite common to fight to never get the debuff
+ walk back again... (Perhaps use the exalted stormpike trinket, no cd)
+ Getting to know whether we've got a fear of the warden with the automator software...
+ Use the new record feature in automator of Leopard!
Last edited by hootch; 10-30-2007 at 10:08 AM.
if im correct you cant get banned for this "bot" right?