For
full setup, use the above mentioned macro. I have min keybound to 3 and interact keybound to k.
Create a new textfile on your comp, name it "ty-ushername-4-this-awesome-script.wbs"
Copy paste following onto it:
PHP:
set wshshell = createobject("wscript.shell")
wscript.sleep 100
WshShell.AppActivate "World of Warcraft"
wscript.sleep 100
set wshshell = createobject("wscript.shell")
for i=1 to 1900
wscript.sleep 100
wshshell.sendkeys "k"
wscript.sleep 500
wshshell.sendkeys "3"
wscript.sleep 500
wshshell.sendkeys "3"
wscript.sleep 500
wshshell.sendkeys "3"
next
This will turn in the quest 1900 times. You can adjust the delays, but lowering it to much, might screw it up.
You need to target the NPC before running the script!!
Part 2
Buying the waters.
PHP:
/script local a={"Refreshing Spring Water",20} for i=1,GetMerchantNumItems() do if GetMerchantItemInfo(i)==a[1] then BuyMerchantItem(i,a[2]) end end
Spammable! Buys a stack each run. You can put it in a for next loop, if you dont like pressing tah keyz.