Page 1 of 1

XUFish freezes on bite

Posted: June 22nd, 2005, 10:33 pm
by moomoomoo
Hi,
I've been experiencing this problem ever since i changed to xufish 3.7, and swapping back to 3.7b hasnt helped either. When I start the script ingame, everything runs fine until i hook onto something that i am targetting. At this point, the script seems to freeze up and not respond. There isn't even a weight report shown.

I have tried changing the script i use and as mentioned earlier, switching back to 3.7b but the problem still persists. Compact keyboard and affinity have been set accordingly of course =).

Attached are the XUFish logfile and the script that i am using. Any help would be greatly appreciated ^^

Could someone also look through the SSG script I've put there and see if it will catch coral frags, grimms and nebs please ^^;

Thank You

Posted: June 22nd, 2005, 11:03 pm
by asl18fs
Try XUFish 3.7.2 that I just uploaded. If it doesn't work post a new xufish_log.txt and ditch onBiteAdv and use onBite for now until I figure out this one.

Re: XUFish freezes on bite

Posted: June 22nd, 2005, 11:16 pm
by moomoomoo
Thank you for your quick reply asl ^^
I will try 3.7.2 and post my results

Re: XUFish freezes on bite

Posted: June 23rd, 2005, 5:56 am
by moomoomoo
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?

Code: Select all

function doBite
  Dim w
  w = getFishWeight(serviceObject)
  doBite = (testFish(w, 880) or testFish(w, 900))
end function


Thank you for your response asl :wink:

Posted: June 23rd, 2005, 8:36 am
by asl18fs
Do you have some variable or function in your script file called "onFishBite"? It seems the function for fighting fish is never even called!

You could try moving the onFishBite function from fisher_functions.vbs to fisher.vbs.

Re: XUFish freezes on bite

Posted: June 23rd, 2005, 6:28 pm
by moomoomoo
:oops: It isn't in fisher.vbs. Never occured to me that i should check for that.
I'll try again now ^^;;

Re: XUFish freezes on bite

Posted: June 25th, 2005, 5:41 pm
by moomoomoo
Thank you for all your help asl, its working now ^^