Page 2 of 2 FirstFirst 12
Results 26 to 27 of 27

Thread: Magic Tab Hover AKA 'Saradomin Strike' Bug

  1. #26
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Fatigue View Post
    Currently, this bug keeps happening. I tried to comment out line 942 in text.simba, and the mouse just stays there. Uncommenting it causes this bug to occur.

    I think it has something to do with this:
    Simba Code:
    if Action <> Nothing then
      begin
        MMouse(Max(B.X1 - 50, 0), Max(B.Y1 - 50, 0), 40, B.Y2 - B.Y1);
        Wait(200 + Random(100));
      end;
    YES! You're a genius! I know how to recreate it now, and I know what's causing it. It's the extra ChooseOptionMultiEx call in ChooseOptionMultiEx (causes a recurring call of ChooseOptionMultiEx; really stupid on my part). This only happens when the magic tab is open. As to why it moves around that point, but unsure yet, but this will definitely be fixed tonight.

    E: FIXED!
    Last edited by Coh3n; 01-19-2012 at 04:06 AM.

  2. #27
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    YES! You're a genius! I know how to recreate it now, and I know what's causing it. It's the extra ChooseOptionMultiEx call in ChooseOptionMultiEx (causes a recurring call of ChooseOptionMultiEx; really stupid on my part). This only happens when the magic tab is open. As to why it moves around that point, but unsure yet, but this will definitely be fixed tonight.

    E: FIXED!
    Gawwwwdddd damn, never would have thought of that... hopefully this fixes everything!

    Rep+ for both, but big thanks to Fatigue.
    Hi

Page 2 of 2 FirstFirst 12

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
  •