I never got around to running the ntsd, and I'm sorry. I am absolutely amazed that in the 3 days since I first posted my troubles you have managed to have 2 or 3 releases! Incredible!
Anyway, the only issue I've found with the new release is the fish.mac. It doesn't use /sendkey down shift before trying to pickup a stack of bait in the CheckBait sub.
A quick fix:
Code: Select all
Sub CheckBait
/if "$equip(ammo,name)"=="Fishing Bait" /return 0
/sendkey down shift
/finditem "Fishing Bait"
/sendkey up shift
/if "$cursor()"=="NULL" /return 1
/click left auto
/return 0
skrum





