taultunleashed logoAutoFisher : FFXI Submissions
newtopic  postreply
 [ 6 posts ] 
blue large dot

AutoFisher : FFXI Submissions

Posted: June 17th, 2005, 4:24 am
 
tault_azuma
tault_azuma's Reps:
User avatar
Yeah I know there are a lot of fishing bots out there, but I thought that I might add to the list incase this wasn't already added. Also this is fairly simple and anyone should be able to use it.

Download and install autoit v3 (just do a google search. It is free software)
Open notepad
Copy the code below into it starting with the word Sleep and ending with Endfunc and paste it into notepad
Go to file, save as
Instead of the default saving it as a txt file, change it to all files by clicking the little arrow beside the box that says save as file type
Name the file ffaf.au3
Go to start, programs, Playonline, Finalfantasy XI, and then to final fantasy config tool
Click on the screen size tab
Change the Overlay Graphics Resolution to 1280x1024 and the Background Resolution to 512x512 (other backgrounds may work but the overlay has to be as specified!) Click ok and then yes to save the changes.
DO NOT RUN THE SCRIPT YET!
Start FFXI and get into the game all the way because we have to make some changes from within the game.
Open your menu and go to, config, then font colors. There will be a default button. Click it. The script relies on specified colors in order to know if you caught something or not so these must be the default colors!
Open you menu and go to chat filters. Turn all of them on. The reason for this is that since the script looks at the text window, you dont want anything in there that you dont have to have...
Open your menu and go to config, then to misc 2. Change the fullsize button over to compact. Then click the movement button at the bottom
Find the one that says "menu/target cursor up" and set it for the letter A
Open your menu and go to macros...and enter the following

For Control 0 AND Alt 1 enter:

/echo (there is a space between echo and the period. This is simply to let you know that the script is working. You will see a yellow period on your text screen when the macro is started)
/wait 12
/fish


For Alt 2 and Control 2 enter:

/equip ammo "____" (put your bait in the "". Such as /equip ammo "Insect Ball" or /equip ammo "Little Worm". Capatial letters must be capital in the code so check your inventory if you aren't sure)


Move to a spot you wish to fish and equip your gear (if you have it)
Face the water just like you were about to fish
Log out of the game correctly! Dont rush it. Let it log you all the way out....
Run the script you created by right clicking on it and going to "Run Script"
Go back into FFXI as fast as you can
Once your character appears DO NOT TOUCH ANYTHING! I have found that it works better if you dont touch any controls from the time you login till the time you want to stop
Here is the code you need to make the script. DO NOT CHANGE ANYTHING! I have spend hours tweaking this to get it to work and it does. If you have problems, let us know!

Sleep(100000);give time to open FFXI
$fisha = 2;
$event = 0;
$bite = 0;
$failsafe=0;
$nobait = 0;
WinWaitActive("FFXiApp");

While $fisha > 1
AutoItSetOption("SendKeyDelay", 40);
Send ("!1"); fishing macro
$event = 0;
$failsafe = 0;
$nobait = 0;

Do
Sleep(250);

If PixelGetColor(22,994) = 16777215 AND PixelGetColor(108,996) = 16777215 AND PixelGetColor(228,997) = 16777215 Then
AutoItSetOption("SendKeyDelay", 40);
Sleep(Random(3000,3200));
Send("{ENTER}");
Sleep(5400);
EndIf

If PixelGetColor(43,997) = 16777215 AND PixelGetColor(83,998) = 16777215 AND PixelGetColor(175,999) = 16777215 Then
Sleep(Random(5100,5400));You lost your catch. Finish and speed things up a little.
$event = 1;
EndIf

If PixelGetColor(37,1000) = 16777215 AND PixelGetColor(77,1000) = 16777215 AND PixelGetColor(180,998) = 16777215 Then
Sleep(Random(5100,5400));You didn't catch anything. Finish and speed things up a little.
$event = 1;
EndIf

If PixelGetColor(47,1000) = 16777215 AND PixelGetColor(142,999) = 16777215 AND PixelGetColor(330,997) = 16777215 Then
$nobait = 1;You ran out of bait so let's get ready to change it.
EndIf

If PixelGetColor(43,995) = 16777215 AND PixelGetColor(71,997) = 16777215 AND PixelGetColor(84,995) = 16777215 Then
autosort()
Sleep(Random(2100,2200));
$event = 1;You caught something so now autosort, sleep a bit, and finish the event.
EndIf


$failsafe = $failsafe+1;
If $failsafe = 175 Then
$event = 1;
EndIf

Until $event = 1

sleep(2000);

If $nobait = 1 Then
Send("!2");change bait
EndIf

WEnd

Func autosort()
Sleep(9000);
AutoItSetOption("SendKeyDelay", 0235);
Send ("!i");
Sleep(0250);
Send ("{NUMPADADD}");
Sleep (0250);
Send ("{ENTER}");
sleep(0350);
Send ( "a" );
sleep(0350);
Send ("{ENTER}");
sleep(0250);
Send ("{ESCAPE}");
sleep(0250);
Send ("{ESCAPE}");
Sleep (0250);
EndFunc


Posted: February 5th, 2009, 4:22 pm
 
ineedzthagil

Total Posts: 1
Joined: February 5th, 2009, 4:12 pm
ineedzthagil's Reps: 0
User avatar
I followed your steps and it doesn't seem to work at all for me, I downloaded the program then I went to a folder and right clicked then new "autoit v3 script" then I pasted the coding followed the directions and when I logged on the game at a fishing spot not touching the the keybored waited 5 min and nothing happened. Anything I can do?


You do not have the required permissions to view the files attached to this post.


Posted: February 5th, 2009, 9:05 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Can members say yay or nay to this so we may give tu bucks and/or premium. If you nay the submission remember to include as to why.


Posted: February 6th, 2009, 6:18 am
 
mistermoustache

Total Posts: 4
Joined: January 31st, 2009, 11:56 am
mistermoustache's Reps: 0
User avatar
This post is from 2005... I doubt it still works.


Posted: October 15th, 2009, 12:55 am
 
mc1987

Total Posts: 20
Joined: November 11th, 2008, 1:45 pm
mc1987's Reps: 1
User avatar
nay


Posted: October 17th, 2009, 7:34 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
locked


Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 58 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of FFXI Submissions RSS Feed 
Sitemap of FFXI Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?