Seems like a great bot! Have you given it up yet? Or is it still possible to get it working?
Seems like a great bot! Have you given it up yet? Or is it still possible to get it working?
didn't someone make something indetical to this with the use of Bottomfeeder + AutoMouseClicker?
WOO
I can't create a new thread, that's why I'll post it here.
Here's my script for ISXWoW that automatically accepts any offer of BottomScanner:
function main()
{
echo BottomFeeder Start!
while 1
{
if ${Me(exists)} && ${WoWScript[BtmScan.Prompt:IsVisible()]}
{
WoWScript BtmScan.PerformPurchase()
}
WaitFrame
}
}
And the second one that keeps you from going AFK:
function main()
{
echo AntiAFK Start!
while 1
{
ISXWoW:ResetIdle
wait ${Math.Rand[2000]}
}
}
How to use it.
First, you need to have an active Inner Space with ISXWoW, without it these scripts are useless.
Open notepad, copy-paste first script into it and save it to (your Inner Space folder)\Scripts\BottomFeeder.iss. Then save second script to (your Inner Space folder)\Scripts\AntiAFK.iss.
Then you need to configure BottomScanner as said in Calek's guide (I can’t even insert a link LOL). He says you need to turn off all evalutors, I think it's wrong, I suggest to leave Vendor evalutor ON.
After that, run WoW with Inner Space attached, login, run BottomScanner (either by opening auction or by typing /btmscan load; if you don't, you'll get spammed by UI errors), open console and type
run bottomfeeder
run antiafk
If everything is alright, you'll see start confirmation from both scripts. BTW, you can use antiafk script for something else, it keeps you from going afk even if you don't move. Then, come to neutral AH and start making GOLD ^^
To close scripts, type
endscript bottomfeeder
endscript antiafk
You won't see any messages if everything's ok.
P.S. I keep OpenBot open with my scripts because it makes a sound alarm when you receive a whisper or emote. It also keeps a log of whispers.