I have been running a script for over 10 hours, and it contained the following failsafe for when it accidentally drops my rune axe.
begin;
if p07_FindObj(x, y, 'une', 6642243, 5) then
begin;
ClickMouse2(mouse_left);
end;
end;
It was working fine all yesterday, but today it won't pick up the axe. It hover over it and the clicking animation appears but it doesn't actually click! Any ideas as to why? I haven't changed anything in the code. I know there has been an SRL update and I re-downloaded the login, globals and smaratparamater files, is there anything else that could be causing this?
EDIT: The reason I have this in my script, is because P07_DropAllExcept([1]); sometimes drops the whole bag, including the axe in slot one. It also sometimes misses items out. Is there anyway to fix this problem? This would remove the need for picking up the axe.


Reply With Quote