Post Reply Home » Forums » Final Fantasy XI » FFXI Submissions

Japanese Fishing bot : FFXI Submissions

Posted: June 18th, 2004
Total Posts:10213 Joined:2004
"cash or unleashed account"

Don't know if you guys are interested in Japanese bots but here is one I found. (also did some simple translation for you)


1. Download and install "Routine Worker" from http://www.routineworker.jp/rw1j/download.html
2. Startup the utility and copy/paste the code below
3. Save and execute (also press OK on the dialogue that pops up)
4. Startup FFXI and change to these settings
a) Change windowtype setting to 4 (the one with black/grey background)
b) Set Active Resizing to OFF
c) Make a Macro to fish for the "Ctrl-1" key (NOT Alt-1) like the following example:
/quip range "Composite Fisn. Rod"
/equip ammo "Insect Ball"
/clock <---- You need to put this in
/fish
d) Setup all items ABOVE "rusty ***" and other items below in your bazaar (for unresonable prices, never to be sold)
5. Move to a location where you canfish and press F12 to start fishing.
6. Press F12 again to stop fishing when you are done

Code: Select all

script version 1
message "Start/Stop with the F12 key"
trigger f12
image iNoFish 128 16
image iFishing 128 16
image iLatest 128 16
int sec 0
coordinate bottomup
beep 1000
beep 2000
press esc
release esc
sleep 500
press esc
release esc
sleep 500
press ctrl
sleep 1000
press 1
sleep 1000
release 1
release ctrl
sleep 3000
press enter
release enter
sleep 5000
capture iNoFish 16 20
sleep 17000
start_fishing:
press ctrl
sleep 1000
press 1
sleep 1000
release 1
release ctrl
sleep 3000
capture iFishing 16 20
sec = 0
loop:
capture iLatest 16 20
if iLatest == iFishing then
sleep 1000
sec += 1
if sec < 45 then
goto loop
endif
goto start_fishing
endif
sleep 3000
if iLatest != iNoFish then
press enter
release enter
sleep 5000
endif
sleep 5000
press ctrl
sleep 1000
press i
sleep 1000
release i
sleep 1000
press f
sleep 1000
release f
release ctrl
sleep 1000
press enter
release enter
sleep 500
press up
sleep 100
release up
sleep 500
press enter
release enter
sleep 500
' Thowing away rusty items
press right
release right
sleep 200
press right
release right
sleep 200
press right
release right
sleep 200
press right
release right
sleep 200
press enter
release enter
sleep 200
press down
sleep 200
release down
sleep 200
press enter
release enter
sleep 200
press up
sleep 200
release up
sleep 200
press enter
release enter
sleep 200
' Done throwing away rusty items
press esc
release esc
sleep 1000
press esc
release esc
' increase the sleep time below if you need more time before casting your rod again
sleep 500
goto start_fishing
exit:
beep 2000
beep 1000
Posted: June 18th, 2004
Total Posts:10213 Joined:2004
Damn, can't edit old posts.
Anyway, I've found some other japanese tools also that are floating around if you know where to look...
No NM bot so far tho, only timers, but I will keep on looking.
Posted: July 7th, 2004
Total Posts:10213 Joined:2004
Here is another JP fishing bot.
This one uses Perl and bitmap recognition.
The comments and manual is in japanese and this is not a recent script,
newer ones also have movement/zoning included.

http://petitemiffy.hp.infoseek.co.jp/FF ... 3.03w1.zip

Wish I could get/see any response of what you guys think,
if you are interested in this at all...
Posted: July 7th, 2004
Total Posts:10213 Joined:2004
hmmm..... i think we need something else other than fishing bots... we got tons... ; ;
Posted: July 8th, 2004
Total Posts:10213 Joined:2004
no no, go on. i dont like all the others on this site. gonna give the first one you posted a try sometime in next couple days. not sure why you didnt get even one response...wierd.
Posted: July 8th, 2004
Total Posts:10213 Joined:2004
I just found another tool that can autoreply to party chat and tells.
(Just found it now and can't test it before I return from work)
It is still in beta stage so may contain some bugs, it needs perl libraries to run (API calls etc?)
and seems to be made specially for the fishbot I posted earlier.
It functions like this: it compares string parts with data in an Access MDB file, and sends a reply depending on the match,
it can also send the tells you get to a specified e-mail which if you reply sends the message you replied with back as tell.

Again, this app is japanese and not yet distributed with source so I can't translate/remake it yet.

http://up.isp.2ch.net/up/f81925e991cd.zip

Btw, the perl fishbot I posted earlier can be used for NM campin, fame questing, AH botting etc.
All done with perl scrpts and bitmap recognition.
I have a AH botting script available if any of you guys want to have a look at it and host it (the source file)
Posted: July 8th, 2004
Total Posts:10213 Joined:2004
i would like to see the script! elemex you gotta be kidding me...this guy is awesome, he's not gonna get a free membership?
Posted: July 8th, 2004
Total Posts:10213 Joined:2004
o ya...question about your first posted script: i am currently leveling fishing at the lake in jugner so i dont want to throw away rusty. should i just delete between
' Thowing away rusty items
and
' Done throwing away rusty items
Posted: July 12th, 2004
Total Posts:10213 Joined:2004
sorry for the delay, away on a boring business trip :(

I'll post the AH script when I come back in a few days.
And yes, you just delete the rows between:
'Throwing away rusty items
and
'Done Throwing away rusty items'
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 17 guests
Post Reply