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

Thread: Auto Fighter

  1. #26
    Join Date
    Dec 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im sure the whole rs window is visible but still got dat problem Im usin SCAR divi 3.22

  2. #27
    Join Date
    Dec 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Eating with this script would be wonderful, I might try to implement it myself, thank you very much for this script, good work.
    Last edited by Kipz; 12-20-2010 at 09:43 AM.

  3. #28
    Join Date
    Jan 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Line 100: [Error] (536:8): Unknown identifier 'TPAtoATPAEx' in script D:\Games\RSC private Servers\SCAR outlines and scripts\Auto Fighter v.1.scar


    I cant get it to work =\

  4. #29
    Join Date
    Mar 2011
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello, i wanted to try this script with Simba (since i got it to run in linux) but gives me this error on the RSC_AM include "Type mismatch at line 11".
    Code:
    10     procedure ClickMouse2(x, y, RandX, RandY: Integer; Left: Boolean);
    11     begin
    12     ClickMouse(x+Random(RandX), y+Random(RandY), Left);
    13     end;
    Can be possible to run the script in simba? Any help would be great.

  5. #30
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Quote Originally Posted by latifundio View Post
    Hello, i wanted to try this script with Simba (since i got it to run in linux) but gives me this error on the RSC_AM include "Type mismatch at line 11".
    Code:
    10     procedure ClickMouse2(x, y, RandX, RandY: Integer; Left: Boolean);
    11     begin
    12     ClickMouse(x+Random(RandX), y+Random(RandY), Left);
    13     end;
    Can be possible to run the script in simba? Any help would be great.
    Replace those 4 lines with this:
    Code:
    procedure ClickMouse2(x, y, RandX, RandY: Integer; Left: Boolean);
    begin
      if Left then ClickMouse(x+Random(RandX), y+Random(RandY), MOUSE_LEFT)
      else ClickMouse(x+Random(RandX), y+Random(RandY), MOUSE_RIGHT);
    end;
    Please tell me if you get more errors and I'm glad to help

    Also just to make sure: Please remember this is for runescape classic only.

  6. #31
    Join Date
    Mar 2011
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did what you said and it did fix that error but when I try to run the script again gives me an errors about:
    Unknown identifier 'tr_AllChars' at line 19
    and if I delete that function the "unknown identifier" error keeps coming for other functions or procedures.

    I have been reading that Simba doesn’t work to well on linux so it might be an stability issue, also yes I'm trying too use it on RSC.

    Anyway thanks a lot for helping out!

    Edit: Tried using your power fisher script and it compiled just fine so simba could be working ok... now I'm confused.
    Last edited by latifundio; 03-23-2011 at 11:24 PM.

  7. #32
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Quote Originally Posted by latifundio View Post
    Did what you said and it did fix that error but when I try to run the script again gives me an errors about:
    Unknown identifier 'tr_AllChars' at line 19
    and if I delete that function the "unknown identifier" error keeps coming for other functions or procedures.

    I have been reading that Simba doesn’t work to well on linux so it might be an stability issue, also yes I'm trying too use it on RSC.

    Anyway thanks a lot for helping out!

    Edit: Tried using your power fisher script and it compiled just fine so simba could be working ok... now I'm confused.
    Simba is not scar and that's why there might be multiple things to change. I'll try to get it compile soon.

    Edit: Sorry but it wasn't so simple to convert the RSC_AM include to simba. Unfortunately I can't help
    Last edited by weequ; 03-24-2011 at 07:42 PM.

  8. #33
    Join Date
    Mar 2011
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It was worth the try, now I know that I need to learn how simba works by reading the documentation and see what I can come up with. I will try that at least it do the clicking on the npcs and do the sleeping my self.

    Againg thanks a lot and sorry for all that trouble.

  9. #34
    Join Date
    Mar 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ello first time back in a while. im getting this error:

    Line 100: [Error] (536:8): Unknown identifier 'TPAtoATPAEx' in script C:\Program Files\SCAR 3.22\Scripts\runescape\Auto Fighter v.1.scar
    Failed when compiling

    any one know how to rectify this?

  10. #35
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Quote Originally Posted by MrClifford View Post
    Ello first time back in a while. im getting this error:

    Line 100: [Error] (536:8): Unknown identifier 'TPAtoATPAEx' in script C:\Program Files\SCAR 3.22\Scripts\runescape\Auto Fighter v.1.scar
    Failed when compiling

    any one know how to rectify this?
    You need wizzyplugin. You can get it by downloading SRL. Do you know how to do that?

  11. #36
    Join Date
    Mar 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is that on another subforum yeah at the top?so download that install etc, do i have to put it in any folder in scar?oh scar has come a long way since i last used it in 2004 lol. and one more thing, which folder do i add to leosleeper?thanks in advance n sorry for being a noob

    EDIT: downloaded and installed SRL, and moved the correct folder to plugins, but still having the same error
    Last edited by MrClifford; 03-31-2011 at 09:36 AM.

  12. #37
    Join Date
    Jan 2019
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Any update on this i'm new and looking for a basic fighter for like dark wizards and rune/arrows looter any help would be great

    Thanks

  13. #38
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by wildkilla1988 View Post
    Any update on this i'm new and looking for a basic fighter for like dark wizards and rune/arrows looter any help would be great

    Thanks
    This thread is from 2010 and the last post was made in 2011. It's also for RuneScape Classic, a game that doesn't exist anymore.

    Please read before you gravedig, thanks.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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)

Tags for this Thread

Posting Permissions

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