Updated Version: 2.1 (Fully Auto with Configurable Combos!)
(Patched to fix a potential save problem when loading/saving)
All discussion related to this script should be taking place in this forum: http://www.isxgames.com/forums/showthread.php?t=3140
I have whipped together a simple Fishing Assist Bot in hopes that other programmers and users would jump on and bring ideas to it so that it could grow into something we would all greatly appreciate.
For First-Time Install:
- Download Tortoise SVN from the internet at http://tortoisesvn.net/downloads. Then, install it and reboot your computer. Reboot, and all of that jazz.
- Download the attached ZIP file (on this thread) and extract the contents to your /innerspace/Scripts folder. (After extraction, you should have a folder at /innerspace/Scripts/VGFish with all of your files and directories within it.)
- The new directory that was extracted (/innerspace/Scripts/VGFish) should have an "SVN" icon in it (if you have properly installed Tortoise SVN). Now, right click on that directory and choose "SVN Update" to update all of your files. You should update this directory at least once every couple weeks to stay up-to-date with your files. New Zip files will not be released in the future -- ALL updates will be done via SVN!
- Now, once you're in-game and ISXVG is loaded, simply type run VGFish in the console or /run VGFish in the chat window to start the script.
- Read the remainder of THIS thread for usage information.
- Read the entire 'VGFish' DISCUSSION thread, found here: http://www.isxgames.com/forums/showthread.php?t=3140 (You can ask questions and/or make comments and suggestions there)
- Verify that Tortoise SVN is loaded on your computer. If not, read #1 above under "First time Install" for more information.
- The directory /innerspace/Scripts/VGFish should have an "SVN" icon in it (if you have properly installed Tortoise SVN). Now, right click on that directory and choose "SVN Update" to update all of your files. You should update this directory at least once every couple weeks to stay up-to-date with your files. New Zip files will not be released in the future -- ALL updates will be done via SVN!
- Now, once you're in-game and ISXVG is loaded, simply type run VGFish in the console or /run VGFish in the chat window to start the script.
------------
Fixed troll line and increased looting distance to 30m
;---------------------------------------------------
; FISHING.iss Version 2.1 Created: 12/18/08 by Zandros123
;
;VERSIONS:
; 2.1 -- Patched to catch movement, adjusted some timers, and get back on boat if drowning (05/11/09)
; 2.0 -- Converted to SVN, added BackseatScripter's ComboSets, and updated facing routine (02/13/09)
; 1.9a - Small patch to fix a save issue (01/19/09)
; 1.9 -- Special requests and new movement detection routines (12/30/08)
; 1.8 -- Reorganized and cleaned up the code (12/25/08)
; 1.7 -- Implemented MMOAddicts routines and made some adjustments (12/25/08)
; 1.6 -- Updated log output (12/24/08)
; 1.5 -- Logs and About tabs added (12/24/08)
; 1.4 -- UI modified for simplicity for now (12/23/08)
; 1.3 -- UI by MMOAddict (12/21/08)
; 1.2 -- New calculations for detecting Fish direction (12/21/08)
; 1.1 -- Added some Fish Combos (12/19/08)
; 1.0 -- Initial (12/18/08)
;
;DESCRIPTION:
; Simple Fishing Assist Bot Script: Semi-Auto
;
;CURRENT FEATURES:
; 1) Easy interface to program fish combos
; 2) Find a Fish and face it
; 3) Cast within 5m of Fish (fish do move so it can be greater)
; 4) Recast if name is Unknown or Fish, or Delay timer runs out
; 5) Troll Line working smoothly
; 6) Assist on reeling in the snagged fish
; 7) Loot the darn fish
; 8) Autoload Bait and Equip Fishing Pole
;
;FUTURE VERSIONS:
; 1) Detect teleporting, drowning, inventory full, and Combat
; 2) Self learning new combos on new fishes (Sweet, it can be done!)
; 3) Any special requests users would like to see
;
;PROBLEMS:
; 1) The code works great but sometimes I noticed
; that the direction the Fish facing is not the
; same direction the Fish is moving to. This was
; corrected by the concept of precalculated distance.
; Its not perfect but it works most of the time.
;
; 2) If fish is too far away to loot, it sits and wait.
;
;SPECIAL THANKS:
; Kudos to MMOAddict for sharing great ideas and for
; his hard effort looking over the script and building
; an awsome UI and BackseatScripter for adding his
; code and figuring out the 4 ComboSets.
;---------------------------------------------------
Attachments
-
65.5 KB Views: 377
Last edited: