A simple Grazier afk buff script (AC Tool)

04/11/2008 17:24 vyper72#1
Been floating around here for a while now, found a few good things a few deadends as well. Anyway, thought i might as well give a little something back.

Like the title says its an afk buff script designed Grazier. Its designed specifically to take advantage of sacrifice for FP regen and using your inanna to heal the damage done. Basically you could leave this running for days and never need a single pot.
Its not anything grand, however im sure someone might find it usefull.

Setting Up
  • Replace you FP Pots in Auto Potion with Sacrifice
  • Place upto 8 Buffs into a Macro and add purge afterwards
  • Setup Hotkey slots as listed below

Hotkey Slots
  • F7 hotkey slot is for the buffs and purge macro
  • F8 hotkey slot is for Quick Summon
  • F9 hotkey slot for Animus Heal
  • F10 hotkey slot for Summon Inanna

The buff loop is set to repeat 100 times, you may wish to lower that a little if your inanna is kinda low level. however that should heal the summon every 3-5 minutes roughly
I also added a small function to move the mouse randomly every full loop, for some reason ive found the client to DC less often if the mouse is kept moving. However removing that part wont effect the rest of the script.

----------------Code Below---------------------

SetActiveWindow RF Online
delay 5 sec

CONSTANTS
ranY = 0
ranX = 0
END

WHILE 1 = 1
//mouse move code
Compute ranY = Ceil(random(0) * (600))
Compute ranX = Ceil(random(0) * (600))
mousepos $ranY, $ranX
delay .3 sec
//end mouse move code

//summon inanna
keydown {F10} .5 sec
delay 1 sec

//buff macro loop
LOOP 100
Keydown {F7} .5 sec
delay 2.3 sec
END

//recall inanna
keydown {F10} .5 sec
delay .5 sec
//Cast quick summon to remove summoning cooldown
Keydown {F8} 1 sec
delay 1 sec
//heal inanna
Keydown {F9} 1 sec
delay 1 sec
END
04/19/2008 13:14 xXinsaneKXx#2
WoW I'lll try to do it
04/20/2008 01:30 vyper72#3
Okay for some reason the display code function is bugged and wouldnt display the $ranY, $ranX. vars in the code

Ive saved it as plain text now.
05/09/2008 02:45 kevindriza#4
what program is this? how can i have that prograM?
05/02/2009 00:53 elsabroso10#5
and the program??????
wath is?
05/02/2009 21:28 kamndavor#6
program is called AC tool dam it cant u read
06/02/2015 03:13 blacknutchi#7
dont works for me+
10/01/2015 17:09 1234aa#8
pure summoners can't have Purge