|
|
|
Page 1 of 2 |
[ 27 posts ] |
1, 2 Next
|
 add function to fishing bot? : FFXI General Discussions
|
|
Posted: August 9th, 2006, 12:30 pm
|
|
|
|
pepper84
pepper84's Reps:
|
hello guys my bf wanne fish moat carps for a lu shangs... but 10000 moat carps is very much, so we decided to make like 5 mules and if one dont catch something we switch to another mule. question: is it possible to logout the first mule and log on to second mule (etc.) and go on with fishing with a fishing bot? can a fishing bot do this? if yes it would be cool so we could do afk fishing...
i think the current fishing bot cant do this right? can anyone plz help me to get this done? i am not good at scripting >< or i can try to make it myself just write down some steps? anyway every help is welcome... cause i would love to get this rod for my bf...
(sorry double post), but can anyone help me with what i can change in the fishing bot script to get this function(logout logon to another mule and go on with fishing) or does anyone make a script for this in the fishing bot? it would be great.... i hope i get an answer...
|
|
|
|
|
Posted: August 10th, 2006, 11:21 am
|
|
|
|
pepper84
pepper84's Reps:
|
nobody can do me a favour and answer or help me? ; ; i think its not that hard to script or yes?
|
|
|
|
|
Posted: August 10th, 2006, 1:58 pm
|
|
|
|
seser
Total Posts: 24
Joined: October 15th, 2004, 12:04 am
seser's Reps: 1
|
here is one question i have... Why switch to a different mule?
You can easily get moat carps off in port sandy using any rod and a little worm skill level 0. I got a lu rod on my own without scripting in about 3 days played, selling one took another 5 days as well so it wasnt quick gil. If that was what you would use it for While xfish can catch fish, managing your account to switch to a different mule would be days of code on its own. And quite honestly not worth it
One word of warning about AFK fishing, SE can and will suspend or ban your account, If you use xfish you shouldnt afk fish at all, just pull up a tv and watch a movie while it runs and make sure that SE gm's dont start asking you questions for being on for 10 hours fishing. Or do it on another account.
|
|
|
|
|
Posted: August 10th, 2006, 10:53 pm
|
|
|
|
pepper84
pepper84's Reps:
|
i have another account for it.... i would never do it on my main...
|
|
|
|
|
Posted: August 11th, 2006, 3:24 am
|
|
|
|
pepper84
pepper84's Reps:
|
but i think its worth it to have a fishing bot for this function, cause i can fish a lot more moat carps than with only 1 player..
for example i fished for 2 hours today (just wanted to see how much fish i can get) i got like 8 stacks moat carps... if i could change to my other 8 mules i could make till 864 carps/day.
so in some days i could have the lu shangs rod ( 8 million ) for my bf,(but change myself every 2hours the mules its too arduously before all when i am sleeping. (i just do afk fishing on another account not on my main)
dont understand me wrong guys i just wanne make my bf happy, cause i love him... thats why i hope somebody can help me with scripting this or other help, all is welcome...
|
|
|
|
|
Posted: August 11th, 2006, 9:54 pm
|
|
|
|
seser
Total Posts: 24
Joined: October 15th, 2004, 12:04 am
seser's Reps: 1
|
|
|
|
|
Posted: August 12th, 2006, 12:54 am
|
|
Posted: August 13th, 2006, 2:45 am
|
|
|
|
pepper84
pepper84's Reps:
|
so what do you think is it possible? and can somebody help me out plz?..
|
|
|
|
|
Posted: August 13th, 2006, 12:47 pm
|
|
|
|
pyrolol
Total Posts: 795
Joined: January 11th, 2006, 2:28 pm
pyrolol's Reps: 1
|
yes, it is possible. i dont use xunleashed much, but all you really need to do is /logout, wait 30 seconds, press enter (i think), then navigate to the right character, and hit enter a couple more times.
|
|
|
|
|
Posted: August 13th, 2006, 10:08 pm
|
|
|
|
pepper84
pepper84's Reps:
|
yeah i know that but my problem is i dont know how i can script this to the fishing bot function.... that is my problem..
|
|
|
|
|
Posted: August 14th, 2006, 9:28 am
|
|
|
|
pepper84
pepper84's Reps:
|
i mean the fishing bot have the function "relog fisher" it logout every 60 min... so i think its not that hard to script this little thing more...
i mean /logout --> /wait 30 seconds (or 2-3 seconds more) --> select character (every 2 hour 1 character downward, i have 8 mules) --> enter--> enter--> start bot... ..
how can i script this? can“t really nobody help me with this?...
its really frustrating me... ; ;
|
|
|
|
|
Posted: August 14th, 2006, 12:02 pm
|
|
|
|
pyrolol
Total Posts: 795
Joined: January 11th, 2006, 2:28 pm
pyrolol's Reps: 1
|
ok....i haven't taken the time to look through everything and do a good job of this, so this code is more of a botch job because I couldn't be bothered to write it properly, but it might just work xD. Note that I have never used this script, nor have I tested this in any way.
this is all in fisher_logout.vbs
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): ' Include variables declaration XUScriptHost.ImportScript("xufish\fisher_variables.vbs")
' Badly written modification by Pyrolol: dim ccount, iii as integer ' End^^
ccount = 0 scriptTimeInterval = 50
' Declare events function onChangeZone ' Beep if not scriptPaused then ForcePause Win32API.XUBeep 750,1000 end if end function
function onStateChange ' Do nothing end function
function onScriptTimeInterval ' Relog, rewritten by Pyrolol, with no regard for the layout of the rest of the program :-P. writelogline("Changing character") waitForUser doKeyboardCommand("/logout") sleep 50000 for iii = 1 to ccount presskey(VirtualKey.VK_DOWN) ' guessing here. next ccount = ccount + 1 presskey(VirtualKey.VK_RETURN) sleep 1000 presskey(VirtualKey.VK_RETURN) end function
function onMonsterCheck ' Do nothing end function
function onNoBait ForcePause end function
' Include and start main script XUScriptHost.ImportScript("xufish\fisher.vbs") runFisher
I can't emphasise enough how badly this is written...it is not reliable at all, but might just work.
|
|
|
|
|
Posted: August 16th, 2006, 6:16 am
|
|
|
|
pepper84
pepper84's Reps:
|
and what i have to do with this? is this the function i asked for? thanks anyway
|
|
|
|
|
Posted: August 16th, 2006, 7:54 am
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
yes it is the function you want. if you dont know entirely how to put it in the script learn to code then do this
_________________
Click to buy a premium account
|
|
|
|
|
Posted: August 20th, 2006, 8:04 am
|
|
|
|
pepper84
pepper84's Reps:
|
hmm its easyier to say than to do.. >< but i give my best...
i try it out thank you...
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 61 guests |
|
|
|