Results 1 to 1 of 1

Thread: Simba stopped clicking

  1. #1
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Simba stopped clicking

    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.
    Last edited by includer100; 03-27-2013 at 10:30 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •