What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Guild level 1-25 + Exalted in 1 hour

For Horde, do the Fishing Tournament, I have mine fully AFKable with an auto clicker, only problem is I dont know of any addons like Loot Filter that are working for 5.0.4 so I have to stop it every 5 seconds when its bag gets full (Yes I have 20 slot bags, thats how fast it is) and automatically click clean with Loot Filter because its not deleting it as it goes.
 
Yeah, If only the bot was working! lol. Think this is the only way, I'm using that Turn In addon that was recommended, and just keep right clicking the guy is all.

Get an auto clicker to right click and put it on the NPC and the turn in addon will do its own work.
 
Yeah, If only the bot was working! lol. Think this is the only way, I'm using that Turn In addon that was recommended, and just keep right clicking the guy is all.

I found out that using the Trik.com clicker and "left click interract" it works 100% auto
 
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.


where should u put the textfile then?
 
So... I complete it and no exp no reputation, fixed maybe?

looks like. I turned that quest 3 times manually in and there were no rep or guild-xp rewards.

Btw. played my alliance lvl 15 Worgen warri.
 
actually tried with a lvl 1 and it works, so I guess it only works for lowies
 
Yeah for the Alliance guy you have to be around level 1, it won't work for high levels on him, just make new chaaracter, run him there and bingo.
 
Hello,


is there a macro for the alliance quest?

The macro language have to be german, on german client?

Greetings
 
where is the turn in for the horde? or is this just alliance?
 
This only works for level 1's i have grinded about 6 guilds from 1-25 so far.
 
I don't think so, you are just completing a quest over and over again, and the game client allows you to do that, there's no workaround or hack or anything like that, it's just you doing the quest a LOT :P.
 
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.

I have been trying to get this to work for about 30 minutes and I cannot seem to wrap my head around it, Is there a certain program you have to use or a certain way you have to open the .wbs file? Please help!
 
the correct extension is .vbs, not .wbs. it will work immediately after you rename the file.
 
is there q Quest for Horde Chars without Fishing Skills?
 
Back
Top