This is the first time I have posted to the forums but I was wondering is there a way to program into the fishing bot to use Lures. If so may i ask how?![]()
This is the first time I have posted to the forums but I was wondering is there a way to program into the fishing bot to use Lures. If so may i ask how?![]()
These ads disappear when you log in.
i dont know if there is a way but im sure if there was the ple who make the fishing bots would have put the code/script in the coding of the bot
Below is code I have come up with for an Automated Lure Apply using the code from here http://www.mmowned.com/forums/bots-p...shing-bot.html
You will need to replace all of the func cast_pole() with what you see here.
In the Code above you can change the #5 in $LureApply = $LureCount * 5 to whatever multiple of casts for it to do a reapply of lure working on getting it to ask for that when you start the Bot, plus a way to turn it on and off.Code:; ############################################################################## func apply_lure() Send("c") sleep(1000) Send("8") MouseClick("left", 90, 350) sleep(5500) Send("c") EndFunc ; ############################################################################## func cast_pole() $LureApply = $LureCount * 5 If $CastAmt = $LureApply Then apply_lure() $RandomNum = Random(1000, 3000, 1) $start_time = TimerInit() Send($HotKey) Sleep($RandomNum) $CastAmt = $CastAmt + 1 $LureCount = $LureCount + 1 Else $RandomNum = Random(1000, 3000, 1) $start_time = TimerInit() Send($HotKey) Sleep($RandomNum) $CastAmt = $CastAmt + 1 EndIf endfunc ; ##############################################################################![]()
You will also need to add a Dim statement dim $LureCount = 0 as you see below:
At the time of testing my settings wereCode:dim $start_time dim $color_to_use dim $catch_counter = 0 dim $LureCount = 0 dim $CastAmt = 0 dim $BobberAmt = 0 dim $SplashAmt = 0
Desktop Resolution: 1280x1024
Game Resolution: 1024x768
Game: Windowed non-maximized
Lures HotKey: 8
Hope you all enjoy once i have another update I will add it
Last edited by Sydok; 07-10-2006 at 12:43 AM. Reason: Update to Automated Lure Apply
cool, i hope your serious and not just bs'ing ppl (sorry im ske...sce...skeptickle or w/e alot)
Matt if I may ask why was this moved from the bots section not meaning any disrespect just wondering
Last edited by Sydok; 07-10-2006 at 02:16 AM.
Have you tried it out yet Relz let me know if i should even keep working on it.Originally Posted by relz
i posted that before you had the script on the on the post.... you edited it after i posted i believe sorry for sounding like an arse