[Request] AutoIT Script for Tome Unlocks(Look Inside)
After using the AutoIT Script to get the Targeting Tome, I was trying to find another script or two for the following Unlocks.
Flirt -- Talk to 100 citizens while unarmored.
Tease -- Talk to 1000 citizens while unarmored.
Vamp -- Talk to 10000 citizens while unarmored.
The Showoff -- Perform 100 abilities while unarmored.
The Showman -- Perform 1000 abilities while unarmored.
The Exhibitionist -- Perform 10000 abilities while unarmored.
If anyone can make something for each of these, it would be great. Thanks.
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
I'll be posting something for the cast x number of spells unarmored titles in the next few days. It will only work for a class with an ability that can be spammed repeatedly out of combat, such as [Only registered and activated users can see links. ] or any similar spell with little to no cd.
Just an update, for people who have used the script on these forums for the Emperor title that using the marco in slot 9. if you are a class, like myself, a Shaman, with a spell that can be used OOC and with no CD then just place that spell into the slot 9 of your Action Bar 1. This will spam it non-stop with the only thing stopping it, is being the Action Points it requires.
So, this solves the X amount of spells unarmored, but still looking for a script to talk to an NPC, close, re-talk, etc.
Also, MaXiMiUS, I'm going to agree with you, these scripts probably take little to no time at all to create, however, people like myself whom are not good with making scripts have problems understanding how to create them in the first place.
WinWaitActive("Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.")
HotKeySet("{DEL}", "Start")
HotKeySet("!{DEL}","Quit")
TogglePause()
func Start()
HotKeySet("{DEL}")
HotKeySet("{DEL}", "TogglePause")
ToolTip('CP On!',0,0)
While 1 = 1
WinActivate("Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.")
Send("{1}")
Sleep(1600)
WEnd
EndFunc
Func TogglePause()
ToolTip('CP Off!',0,0)
HotKeySet("{DEL}")
HotKeySet("{DEL}", "Start")
While 1
sleep(100)
WEnd
EndFunc
func Quit()
Exit
EndFunc
or download it [Only registered and activated users can see links. ]
Edit: put the ability you want to cast in the 1 hotkey.
for talking to citizen you have to do a little more than use a script
zoom your camera all the way in so you can't see your character
stand right in front of a citizen and center them on your screen
now use the following script:
Code:
WinWaitActive("Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.")
HotKeySet("{DEL}", "Start")
HotKeySet("!{DEL}","Quit")
TogglePause()
func Start()
HotKeySet("{DEL}")
HotKeySet("{DEL}", "TogglePause")
ToolTip('CP On!',0,0)
While 1 = 1
WinActivate("Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.")
MouseClick("right", 638, 412, 1, 0)
Sleep(500)
WEnd
EndFunc
Func TogglePause()
ToolTip('CP Off!',0,0)
HotKeySet("{DEL}")
HotKeySet("{DEL}", "Start")
While 1
sleep(100)
WEnd
EndFunc
func Quit()
Exit
EndFunc
or download it [Only registered and activated users can see links. ]
Last edited by poltrigiest; 10-28-2008 at 06:04 PM.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Join Date: Dec 2008
Posts: 3
Reputation: 1
The wierdest thing. I have the simplest autoit script known to man, and it does not work INGAME - for some reason WAR isn't registering the key inputs. Script is simply: