Hello all ,
1)i have try to find post with P4 problem for Xufish but i can't find it ,someone can tell me , why the bot dont go to left(with rod) when i caught a fish? thx
2)i use fisher_windurstcarp with relog , like that
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
' Include variables declaration
XUScriptHost.ImportScript("xufish\fisher_variables.vbs")
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
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 20000
end function
function onMonsterCheck
' Do nothing
end function
function onNoBait
ForcePause
end function
function doBite
Dim w
w = getFishWeight(serviceObject)
' 920 = gold carp
' 620 = tricolored carp
' 460 = moat carp
doBite = ((w = 920) or (w = 460))
end function
' Include and start main script
XUScriptHost.ImportScript("xufish\fisher.vbs")
onBite = "doBite"
runFisher
but when bot relog , he select my first charactere , but is not the fisher

i have added this line , but dont work
function onScriptTimeInterval
' Relog
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_DOWN)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 20000
end function
someone can tell me if is good?
3) Sabiki rig is good for fish moat carp , or always insect ball?
ps: sorry for my english i am french.
thx