Fishbot for classic some advice needed menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    hergendy's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fishbot for classic some advice needed

    Hello there,

    Me and my friend are trying to create a simple little bot to fish for ourselves only, and we have some ideas on how to do it, but just to be safe, I wanted to ask if there are any known safe methods to navigate with such a bot.
    For finding the bobber I thought on creating a quick object detector, and give it a few pictures to train on (maybe 200) and see the results afterwards. For this idea, I want to know, if it really is a usable thing or if anyone have tried it so far and what are the experiences with it.

    If you have any other suggestions, that you want to share, I'm more than pleased to hear them.
    Thanks for reading this random stranger, have a nice day

    Fishbot for classic some advice needed
  2. #2
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm currently finishing up my fishing bot that uses object detection to find the bobber. So far it works pretty consistently, I've used around 200-300 labelled images for training.

  3. #3
    abromide's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2017
    Posts
    36
    Thanks G/R
    1/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What Baengbum is suggesting is probably the safest way to fish, though it isn't as accurate as using memory addresses. When retail Classic comes out, memory addresses won't be an option. My best suggestion for efficiency and safety is using a combo of cursor bmp reading using the Win32 library, and also using image recognition to locate where the bobber has landed. It's much safer to have an approximate location to which the cursor should move as opposed to moving the cursor straight across the x,y axis quickly and repetitively. Repetitive and exact cursor patterns are a surefire way to get flagged by Blizzard nowadays, so minimizing that as much as possible is extremely important.

  4. #4
    Light-Boost's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    18
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's all is overcomplicated. Use this source as core part for your bot: GitHub - UltimateFishbot/UltimateFishbot: A simple World of Warcraft fishbot written in VB.net
    It uses GetCursorInfo() call plus your PC sound detection. I fixed it to use WoW sound only.

  5. #5
    clozer's Avatar Member
    Reputation
    10
    Join Date
    Mar 2016
    Posts
    61
    Thanks G/R
    16/9
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Find the bobber by its tooltip, so you move the bobber like 25 pixels check if the tooltip popped up, if not move again 25 pixels etc..

    Then you wait until you hear a sound and right click. Very easy, simple and save.

  6. #6
    demonvip1987's Avatar Member
    Reputation
    2
    Join Date
    May 2017
    Posts
    22
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ultimate Fish bot says people have been banned. Are any of these object tracker bots available or could either of you DM me and we can work something out?

  7. #7
    abromide's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2017
    Posts
    36
    Thanks G/R
    1/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very cool! I was exploring that a while ago but had a problem. If there is somebody fishing next to you and their bobber falls below the surface, the same sound at the same noise level would be played, resulting in false positives. How did you get around this?

  8. #8
    WhiskeyTangoFoxtrot2019's Avatar Banned CoreCoins Purchaser
    Reputation
    7
    Join Date
    Sep 2008
    Posts
    106
    Thanks G/R
    8/5
    Trade Feedback
    2 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...................
    Last edited by WhiskeyTangoFoxtrot2019; 05-23-2020 at 06:36 PM.

  9. #9
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spikei View Post
    When google around Bots – Ashes site seems to have a fishing bot for WoW and also alot of other things, for several games
    a simple fish bot for 50$ lol

  10. #10
    WhiskeyTangoFoxtrot2019's Avatar Banned CoreCoins Purchaser
    Reputation
    7
    Join Date
    Sep 2008
    Posts
    106
    Thanks G/R
    8/5
    Trade Feedback
    2 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...................
    Last edited by WhiskeyTangoFoxtrot2019; 05-23-2020 at 06:36 PM.

  11. #11
    pep4l's Avatar Member
    Reputation
    6
    Join Date
    Jun 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks kinda fishy that your username is almost ident to the creater of said bot spikei/spiken
    if not i paypal you 10$ for a copy

  12. #12
    WhiskeyTangoFoxtrot2019's Avatar Banned CoreCoins Purchaser
    Reputation
    7
    Join Date
    Sep 2008
    Posts
    106
    Thanks G/R
    8/5
    Trade Feedback
    2 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...................
    Last edited by WhiskeyTangoFoxtrot2019; 05-23-2020 at 06:36 PM.

  13. #13
    Name0's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    73
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need someone to make one for classic now i don't think i trust using the old one i had for private servers

  14. #14
    evgepic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, The Classic started, so I wrote a fishing blooper object definition script on TensorFlow. I used about 100 images, it's enough. And now the main target of my research is key actions method. I can use python libs, but idk that's safe. Could someone explain to me how wow handle this another soft behavior? And what kind of solutions I can use for key events?

  15. #15
    fisherman12's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got good fishing spots in classic without pools ? anyone who will give me good location I'll share with him my FishBot C# source code that works 100% of the time(detects the splash+clicks on it+recast)

Page 1 of 2 12 LastLast

Similar Threads

  1. Need some advice for account merging
    By shinynugget in forum World of Warcraft General
    Replies: 1
    Last Post: 11-21-2012, 08:10 PM
  2. Need some advice for games.
    By finalball in forum Gaming Chat
    Replies: 14
    Last Post: 06-11-2011, 06:05 PM
  3. [Questions] Noob scammer, some advice needed
    By Banquo in forum WoW Scams Help
    Replies: 7
    Last Post: 02-11-2009, 07:12 PM
  4. I need some advice for my scam
    By jungeye in forum WoW Scams Help
    Replies: 3
    Last Post: 11-10-2008, 04:39 PM
  5. Need some advice in regards to item creation for WoWEmu
    By Gothian in forum World of Warcraft General
    Replies: 1
    Last Post: 08-27-2006, 06:52 AM
All times are GMT -5. The time now is 06:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search