Well I've been working on this for some time now and I'm quite proud of the work I've done! I haven't released any scripts in quite a while so there are probably some bugs / mistakes that I've made in the script, but hopefully they will get ironed out with people testing.
This script will Fish with any Fishing equipment Anywhere! It has been tested to work well in the following locations...
It still works good in other places but I've only had time to test it in those to locations, along with some other obscure places.
Please post progress reports, bugs, and any features you'd like to see in updated versions of this. I'm continuing to work on this even as you read this message so I'll be working to keep this up to date and constantly improving but it will go faster with the help of the SRL Community.
SCAR Code:
{==============================================================================)
[Special Power Fisher v0.3]
(==============================================================================)
Well this is my first script in quite a while so I tried to make it as close
to bugless as possible, but alas... there are some.
Bugs: [1] - Some issues when finding fishing equipment on ground.
[2] - Doesn't recognize whirlpool 100% of the time. (Approx. 98%)
[3] - Problems recognizing a character Harpooning.
Features: [1] - Full Random Protection (BigFish is still in progress).
[2] - Decent Anti-ban. (Auto-responder in Progress).
[3] - Multiplayer.
[4] - Can Fish Anything, Anywhere! Tested at...
* Draynor
* Karamaja
[5] - Can intelligently switch between different fishing methods.
I.E. (When Bait Fishing the character runs out of bait, it
will switch to Net fishing if there is a net.)
[6] - Efficient scripting techniques.
Future Updates: [1] - Full Autoresponder.
[2] - Better "lost" equipment Finding.
[3] - Better Harpooning detection.
[4] - Forms Possibly?
[x] - Suggestions to come...
Thanks: Boreas, Town, Bulleye95, SKy Scripter, and a compilation of
other SRL Members for the pieces of coding and ideas that you've
supplied me with.
(==============================================================================)
[Setup]
(==============================================================================)
[1] - PlayerArray Setup is on lines 115-141 this is the ONLY Editable Section.
[2] - Strings[0] is the type of Fishing they will be doing.
* Net = Net.
* Bait = Fishing Rod.
* Lure = Fly Fishing Rod.
* Harpoon = Harpoon.
* Cage = Cage.
* Auto = Selects best possible Fishing type for their Level.
[3] - Set Runescape on Low Detail, Very Bright.
[4] - Start script Logged In.
[5] - Start Script with all characters in visible range of a Fishing Spot.
[6] - Watch for 3 - 5 minutes in case of color bugs.
(==============================================================================)
[Legal]
(==============================================================================)
Special Ed (MSI Leader) is the original author of this script.
DO NOT plagiarize this script.
DO NOT use any code in this script without citation and proper credits.
DO NOT modify this script in any way other than what is designated "Editable".
DO NOT post this script in any locations without my written consent.
DO NOT Call me any derogative terms for making this legal notice, I felt very
lawyerly at the time I wrote this.
(==============================================================================)
[Contact]
(==============================================================================)
SRL Name: Special Ed (MSI Leader)
Email: [email]retributionCOMM@hotmail.com[/email]
MSN: [email]godmodeman@hotmail.com[/email]
(==============================================================================}
F.A.Q
Q: Where does this script work?
A: Any where you can fish in RS.
Q: Why does it rotate the camera after it clicks on a fishing spot?
A: I developed this script to be as intelligent and efficient as possible and in doing so I found the the best way to recognize if a character is fishing is if the fishing area is directly below the character.
Q: When positioning the camera it just keeps spinning around and around, why?
A: This happens on occasion when rs_GetCompassAngleDegrees doesn't return the correct angle or RS Lags, its just a bit of miscalculation and doesn't cause any real harm.
I hope you can get some long progress reports out of this, and I hope you will post any bugs you find, but for now, Happy Autoing!
- Special Ed