I've just managed to test 3.7.2 and there are mixed results. The good thing is that the script no longer freezes upon hooking a target fish. The bad thing is that the script doesn't fight the fish and also does not recognise monsters anymore.
The results you see in the log are as such because i was manually fighting the fish. The script does automatically reel in the fish when stamind is 0 however. This did not happen before the patch ^^
Lastly, if i change my script to onBite would this look correct?
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
function doBite
Dim w
w = getFishWeight(serviceObject)
doBite = (testFish(w, 880) or testFish(w, 900))
end function
Thank you for your response asl
