Really imba job!Keep it up!
Really imba job!Keep it up!
Reuploaded 3.1.4, Changed the client names in the polenames.xml
Doubt this will be of any use to anyone but here is a VERY simple keystroke macro I made for myself (well not really but i edited an afk bot to work for my needs). This is basically only for classes who can water walk, or perhaps anyone who owns a shitload of Elixir of Water-walking.
What this does is send the keystroke "4" every 3 or 4 minutes (randomly picks one). You put your Path of Frost in #4 on your action bar. The World of Warcraft windows does not have to be active for it to send the keystroke, so you can surf the net or do whatever and it will continue to cast Path of Frost every 3 or 4 minutes (it will randomly choose one each time).
The 3-4 minute random cast is not really needed if you don't use lures, as I only added it because I had a problem where I had Path of frost try to refresh at the exact same moment the bot was reluring, which in turn ****ed up the macro (path of frost would fail). So I figured might as well make sure it's ALWAYS up and refreshed.
Like I said it's probably not useful to many unless you are a DK and like me were paranoid of people seeing you shore fishing for hours on end.
EDIT: should add if you can't tell (lol) hot key to toggle on/off is the pause/break key
Code:HotKeySet("{PAUSE}", "Start") HotKeySet("!{PAUSE}","Quit") TogglePause() func Start() HotKeySet("{PAUSE}") HotKeySet("{PAUSE}", "TogglePause") ToolTip('Path of Frost ON.',0,0) While 1 ControlSend("World of Warcraft", "", "", "{4}") Sleep(Random(180000,240000)) WEnd EndFunc Func TogglePause() ToolTip('Path of Frost OFF.',0,0) HotKeySet("{PAUSE}") HotKeySet("{PAUSE}", "Start") While 1 sleep(100) WEnd EndFunc func Quit() Exit EndFunc
Last edited by bubbajackson; 03-08-2009 at 01:58 PM.
This is a truly awesome program, very well made, and have worked like a charm for meI would just wish for one single feature:
The ability to make it loot items that require you to click the pop-up for items that Bind when Pickup, ei some fish and items, that will bind when "fished" now, the program just tries to loot, and re-casts pole, causing you to lose the item. :/
The bot already does that m8!
You have to activate the injection on loot and disable auto-loot. If you do that the bot will loot everything!
If you really don“t want to use injection you can use an addon that picks up those items. The name of tha addon is a couple of pages behind. Is something like no BOP warning or something like that.
disregard this post
Last edited by Romulis2000; 03-09-2009 at 12:15 PM.
how do you start this thing, im having a problem getting it to even begin, like where is the start button, i've followed the instructions, but cant seem to find the start button, thanks in advance
I might be having the same problem as you. The bot only loots the fish maybe 20% of the time. Other times it just opens up the loot window, ignores the fish, and goes back to casting.
[2009-03-09 오후 8:48:12] Taking a break..
[2009-03-09 오후 8:48:06] Unable to find pole. Check your spelling and remember it's case-sensitive.
Fishing Pole GUID:0xFFFFFFFFFFFFFFFF
[2009-03-09 오후 8:47:57] You are using the koKR client
[2009-03-09 오후 8:47:57] Initializing
???? why not fishing?
im use pole that "장인이 만든 칼루아크 낚싯대"
Last edited by newbada; 03-09-2009 at 06:54 AM.
Your math is wrong there, your calculating Bankslots x Vendorprice PER STACK x 20 (stack size)
So your basically multiplying the amount you actually get by 20.
right formula would be:
294 x 0.60 = Cash (a mere 176g 40s in this case)
Just for the people who got horribly enthusiastic by his post, as itll be depressing to see you actually get waaaay less for all the hassle :P
LOL i was just coming here to edit ths,,i was extremely tired last night when i was calulating this ...ya im dumb shhh dont pass it on
Works perfectly fine on 09/03/09, just took me some time to activate it.
I'm too lazy to read the 89 pages so I'll ask anyway.
How does this work ?
I'm just curious about blizzard's ways of detecting it.
I know they often use logs of repeated actions as proof (like bans depending on the amount of Inactive tags you get in BG)
What about fishing bots ?
I'm using rootkit to hide the process, I don't fish more than 2 hours straight and max 5 hours a day. Can I consider my account pretty "safe" ?
I know I'm taking risks etc.. I'm just trying to minimize them.
5 hours is nothing. I run this while I sleep. 8-9 Hrs a night and I've never been caught. Prob cause no one ever sees me as I use a hack to fish in places no one else can get to legitimately, lol. So I say you are pretty safe.
I have Vista and I'm getting a "setup error" when I try to install .Net Framework 3.5
![]()
Vista can be a ****ing bitch sometimesyou can try this
- Open a new Command Prompt, type cmd in the search field in the start menu. Right click it and then run as administrator
- Run this nifty little line, net user administrator /active:yes
- Switch to the newley activated administrator account and try to install from there
Also worked for me to get Glider working on my vista boot
hope it helps
Last edited by Nesox; 03-10-2009 at 11:18 AM.