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

Thread: Scripting my own Iron Miner 07

  1. #26
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    I double checked everything and it works fine for me, try a larger object, it may be a flaw with the speed of the include on smaller objects, I will attempt to rememdy on next update,

    use ClickMouse2(mouse_left); not that older way
    Well now it moves the mouse to the top left of the screen, but then stops. Hopefully I setup ClickMouse2 right...

    Simba Code:
    Function MineIron:Boolean;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      if P07_FindObjCustom(x, y, ['Mine', 'Rocks', 'Min', 'Rock', 'Mine Rocks'], [1449522, 2108746], 100) then
      Begin
          WriteLn('Found Iron Rock');
          GetMousePos(x, y);

          Case Random (2) Of
            0:  ClickMouse2(False);
            1: Begin
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['Mine', 'Min', 'Rock', 'Rocks', 'Mine Rocks']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;

  2. #27
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Well now it moves the mouse to the top left of the screen, but then stops. Hopefully I setup ClickMouse2 right...

    Simba Code:
    Function MineIron:Boolean;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      if P07_FindObjCustom(x, y, ['Mine', 'Rocks', 'Min', 'Rock', 'Mine Rocks'], [1449522, 2108746], 100) then
      Begin
          WriteLn('Found Iron Rock');
          GetMousePos(x, y);

          Case Random (2) Of
            0:  ClickMouse2(False);
            1: Begin
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['Mine', 'Min', 'Rock', 'Rocks', 'Mine Rocks']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;
    I said up the tolerance by +2 not 100 lol. Use ACA again. Did u see yohojo's video on how to use ACA?

    and it's MMouse (x,y, rx, ry) followed by clickmouse2(false)


    I seriously advise u to read/see these tutorials before posting here again.

    First vid: http://villavu.com/forum/showthread.php?t=67691
    Second vid: http://villavu.com/forum/showthread.php?t=69179

    Usage of ACA tutorial : http://villavu.com/forum/showthread.php?t=71074

    Knowing basic of simba: http://villavu.com/forum/showthread.php?t=58935 (Highly recommended)

    This will put you on the right track to become a great scripter

    Creds to DannyRS for this wonderful sig!

  3. #28
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    I said up the tolerance by +2 not 100 lol. Use ACA again. Did u see yohojo's video on how to use ACA?

    and it's MMouse (x,y, rx, ry) followed by clickmouse2(false)


    I seriously advise u to read/see these tutorials before posting here again.

    First vid: http://villavu.com/forum/showthread.php?t=67691
    Second vid: http://villavu.com/forum/showthread.php?t=69179

    Usage of ACA tutorial : http://villavu.com/forum/showthread.php?t=71074

    Knowing basic of simba: http://villavu.com/forum/showthread.php?t=58935 (Highly recommended)

    This will put you on the right track to become a great scripter
    I kinda got mad on the tolerance and just put some high number to see if it'd do anything. Hopefully I got the MMouse correct. Now it doesn't do anything at all, but still finds the object.
    I made a whole new colour with ACA, and I learn best from examples. The Documentation doesn't have any examples of MMouse. I get confused on where to put it ETC.. and examples usually teach me where to put it, and what to put in for the parameters.

    But i'll re-read Coh3n's tutorial

    Heres the full script:

    Simba Code:
    program IronMinerV2;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    {$i sps/sps.simba}



    Const
     NumbOfPlayers= 1;     //How many players are you using
     StartPlayer=   0;     //Player to start auoting with! (0 means first char)
     Version=       '1.00'; //Version


    {*******************************************************************************
    procedure DeclarePlayers;
    By: SRL
    Description: SRL's Player Setup
    *******************************************************************************}

    procedure DeclarePlayers;
    var i:integer;
    begin
      NumberOfPlayers(NumbOfPlayers);
      CurrentPlayer := StartPlayer;
      for i := 0 to NumbOfPlayers-1 do
        Players[i].BoxRewards  := ['mote', 'ostume', 'XP', 'Gem', 'ithril', 'oal', 'une', 'oins'];

      with Players[0] do
      begin
        Name        := '';     //Player username.
        Pass        := '';     //Player password.
        Nick        := ''; //Player nickname - 3-4 letters of Player username.
        Active      := True;
      end;

    end;
    {*******************************************************************************
    Procedure Antiban;
    By: YoHoJo/SRL
    Description: Multiple antiban procedures from SRL
    *******************************************************************************}

    Procedure Antiban;
    Begin
      Case Random(192) Of
        0: P07_HoverSkill('Mining',RandomRange(2500,3500));
        1: Begin PickUpMouse; SleepAndMoveMouse(3000 + Random(500)); End;
        2: ExamineInv;
        3: RandomAngle(1);
        4: Begin GameTab(Tab_Stats); Wait(3000 + Random(500)); GameTab(Tab_Inv); End;
        5: P07_HoverSkill('random',RandomRange(2500,3500));
      End;
    End;
    function RockColor: Integer;
    var
      arP: TPointArray;
      arC: TIntegerArray;
      tmpCTS, i, arL: Integer;
      X, Y, Z: Extended;
    begin
      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.10, 0.99);

      FindColorsSpiralTolerance(MSCX, MSCY, arP, 1384248, MSX1, MSY1, MSX2, MSY2, 9);
      if (Length(arP) = 0) then
      begin
        Writeln('Failed to find the color, no result.');
        ColorToleranceSpeed(tmpCTS);
        SetColorSpeed2Modifiers(0.2, 0.2);
        Exit;
      end;

      arC := GetColors(arP);
      ClearSameIntegers(arC);
      arL := High(arC);

      for i := 0 to arL do
      begin
        ColorToXYZ(arC[i], X, Y, Z);

        if (X >= 0.59) and (X <= 5.12) and (Y >= 0.51) and (Y <= 4.37) and (Z >= 0.28) and (Z <= 2.42) then
        begin
          Result := arC[i];
          Writeln('AutoColor = ' + IntToStr(arC[i]));
          Break;
        end;
      end;

      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if (i = arL + 1) then
        Writeln('AutoColor failed in finding the color.');
    end;
    Function MineIron:Boolean;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      if P07_FindObjCustom(x, y, ['Mine', 'Rocks', 'Min', 'Rock', 'Mine Rocks'], [RockColor], 10) then
      Begin
          WriteLn('Found Iron Rock');
          GetMousePos(x, y);

          Case Random (2) Of
            0:   Begin
                  MMouse(x, y, 0, 0);
                  ClickMouse2(False);
              end;
            1: Begin
                MMouse(x, y, 0, 0);
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['Mine', 'Min', 'Rock', 'Rocks', 'Mine Rocks']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;




    begin
      SetupSRL;
      MineIron;
    end.

  4. #29
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    I said up the tolerance by +2 not 100 lol. Use ACA again. Did u see yohojo's video on how to use ACA?

    and it's MMouse (x,y, rx, ry) followed by clickmouse2(false)


    I seriously advise u to read/see these tutorials before posting here again.

    First vid: http://villavu.com/forum/showthread.php?t=67691
    Second vid: http://villavu.com/forum/showthread.php?t=69179

    Usage of ACA tutorial : http://villavu.com/forum/showthread.php?t=71074

    Knowing basic of simba: http://villavu.com/forum/showthread.php?t=58935 (Highly recommended)

    This will put you on the right track to become a great scripter
    Still having problems

  5. #30
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Still having problems
    Post em?

    Creds to DannyRS for this wonderful sig!

  6. #31
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Post em?
    I'm still having the same problem as before< the mouse doesn't move but it finds the object.

  7. #32
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    I'm still having the same problem as before< the mouse doesn't move but it finds the object.
    U used MMouse I hope?

    if FindObj then
    begin
    MMouse
    Clickmouse2
    end;

    ClickMouse2 doesn't move the mouse

    Creds to DannyRS for this wonderful sig!

  8. #33
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    U used MMouse I hope?

    if FindObj then
    begin
    MMouse
    Clickmouse2
    end;

    ClickMouse2 doesn't move the mouse
    I did:
    Simba Code:
    Function MineIron:Boolean;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      if P07_FindObjCustom(x, y, ['Mine', 'Rocks', 'Min', 'Rock', 'Mine Rocks'], [RockColor], 10) then
      Begin
          WriteLn('Found Iron Rock');

          Case Random (2) Of
            0:   Begin
                  MMouse(x, y, 0, 0);
                  ClickMouse2(False);
              end;
            1: Begin
                MMouse(x, y, 0, 0);
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['Mine', 'Min', 'Rock', 'Rocks', 'Mine Rocks']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;

    Maybe its my case...? But it still doesn't Write "Found Iron Rock"

  9. #34
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Try the normal
    P07_FindObj(color, tol, count : integer; uptext : TStringArray; action : integer): Boolean;
    Instead of custom.

    or
    if findcolortolerance() then
    begin
    if P07_IsUptext() (or smthing ) then
    begin
    MMouse etc...
    end;
    end;

    Creds to DannyRS for this wonderful sig!

  10. #35
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  11. #36
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Try the normal
    P07_FindObj(color, tol, count : integer; uptext : TStringArray; action : integer): Boolean;
    Instead of custom.

    or
    if findcolortolerance() then
    begin
    if P07_IsUptext() (or smthing ) then
    begin
    MMouse etc...
    end;
    end;
    I've tried changing the function to a procedure, changed the FindObjCustom to just normal, removed the case, commented out the MMouse and everything just to see if it would write Found Iron Rock, still nothing. Its like the then is making it stop...

    Simba Code:
    Procedure MineIron;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      //PlusOneOre:= P07_InvCount +1;
      //if P07_FindObjCustom(x, y, ['Mine', 'Min'], [RockColor], 10) then
      If P07_FindObj(x, y, 'ine', RockColor, 10) then
      //Begin
          WriteLn('Found Iron Rock');
           // MMouse(x, y, 0, 0);
            //ClickMouse2(False);
            //End;


    End;

    Quote Originally Posted by The Mayor View Post
    You are a great helper Sjoekeloe
    Indeed he is
    Last edited by Twinki; 02-25-2013 at 09:36 AM.

  12. #37
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    I've tried changing the function to a procedure, changed the FindObjCustom to just normal, removed the case, commented out the MMouse and everything just to see if it would write Found Iron Rock, still nothing. Its like the then is making it stop...

    Simba Code:
    Procedure MineIron;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      //PlusOneOre:= P07_InvCount +1;
      //if P07_FindObjCustom(x, y, ['Mine', 'Min'], [RockColor], 10) then
      If P07_FindObj(x, y, 'ine', RockColor, 10) then
      //Begin
          WriteLn('Found Iron Rock');
           // MMouse(x, y, 0, 0);
            //ClickMouse2(False);
            //End;


    End;



    Indeed he is
    Ok I find it really weird that the FindObj fails? It's working for people atm I see

    Are u using in SMART or browser?

    if using browser:
    Not calling u dumb here, but people tend to forget this. Did u activate the client with the green crosshair
    Cause I don't see why it's not working.

    EDIT: just make sure: u download the Upchars.zip and installed it properly?

    Quote Originally Posted by The Mayor View Post
    You are a great helper Sjoekeloe
    I hope you're not sarcastic lol

    Creds to DannyRS for this wonderful sig!

  13. #38
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Ok I find it really weird that the FindObj fails? It's working for people atm I see

    Are u using in SMART or browser?

    if using browser:
    Not calling u dumb here, but people tend to forget this. Did u activate the client with the green crosshair
    Cause I don't see why it's not working.



    I hope you're not sarcastic lol
    Yes I did activate the client :P and using a browser, but the weird thing is, is that if i activate the client to Simba, the mouse will move for like 2 seconds... I'm not sure if FindObj is failing, since I have the ACA function in there, it'd say 'Failed to find the color, no result.', but it doesn't. It does when I activate the client to simba though.

    EDIT: It doesn't even write 'Found Iron Rock' if I removed everything else under the FindObj but the WriteLn...
    Last edited by Twinki; 02-25-2013 at 09:46 AM.

  14. #39
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Yes I did activate the client :P and using a browser, but the weird thing is, is that if i activate the client to Simba, the mouse will move for like 2 seconds... I'm not sure if FindObj is failing, since I have the ACA function in there, it'd say 'Failed to find the color, no result.', but it doesn't. It does when I activate the client to simba though.

    EDIT: It doesn't even write 'Found Iron Rock' if I removed everything else under the FindObj but the WriteLn...
    Was just reading Danny's thread (for the include)

    I see that u need to call
    SetupP07Include; (do it after SetupSRL)

    Sorry, didn't know this since I don't play 07

    Hope it works now

    EDIT:
    just make sure u followed every step. http://villavu.com/forum/showthread.php?t=96863
    People forgets stuff (well I always do)

    Creds to DannyRS for this wonderful sig!

  15. #40
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Was just reading Danny's thread (for the include)

    I see that u need to call
    SetupP07Include; (do it after SetupSRL)

    Sorry, didn't know this since I don't play 07

    Hope it works now

    EDIT:
    just make sure u followed every step. http://villavu.com/forum/showthread.php?t=96863
    People forgets stuff (well I always do)
    Okay, NOW it does move the mouse to each object that looks like the rock (Goes over the dead tree's that look like the rock too), but still doesn't write 'Found Iron Rock' nor does it click. I get this error too:
    The following DTMs were not freed: [2, 3]

  16. #41
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Okay, NOW it does move the mouse to each object that looks like the rock (Goes over the dead tree's that look like the rock too), but still doesn't write 'Found Iron Rock' nor does it click. I get this error too:
    The following DTMs were not freed: [2, 3]
    Well that's a problem with your color that the tree also has.
    Does it hover at the rock at one point?
    Meaning does it find the rockcolor and check for the uptext?


    That's not an error, it's something in the SRL include, a mystery
    just ignore that

    EDIT: u downloaded and placed the fonts at the right directory right?

    Creds to DannyRS for this wonderful sig!

  17. #42
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Well that's a problem with your color that the tree also has.
    Does it hover at the rock at one point?
    Meaning does it find the rockcolor and check for the uptext?


    That's not an error, it's something in the SRL include, a mystery
    just ignore that

    EDIT: u downloaded and placed the fonts at the right directory right?
    Now it hovers over the rocks, and only the rocks but it still doesn't write 'Found Iron rock' nor does it click. :c

  18. #43
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Now it hovers over the rocks, and only the rocks but it still doesn't write 'Found Iron rock' nor does it click. :c
    u downloaded and placed the fonts at the right directory right?
    I think u didn't do this?

    Creds to DannyRS for this wonderful sig!

  19. #44
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    u downloaded and placed the fonts at the right directory right?
    I think u didn't do this?
    \Simba\Fonts\P07UpChars Right? If so then yes.

  20. #45
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    \Simba\Fonts\P07UpChars Right? If so then yes.
    Yeah ok, I'm clueless now lol.
    Everything should be working. I don't see what else could be wrong.
    Play around with your uptext strings?

    Is your brightness on highest?

    Creds to DannyRS for this wonderful sig!

  21. #46
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Yeah ok, I'm clueless now lol.
    Everything should be working. I don't see what else could be wrong.
    Play around with your uptext strings?
    Thats what i'm thinking it is, the code once again :
    Simba Code:
    rocedure MineIron;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      //if P07_FindObjCustom(x, y, ['Mine','Rocks'], [RockColor], 1) then
      If P07_FindObj(x, y, 'ine', RockColor, 1) then
      Begin
          WriteLn('Found Iron Rock');
          GetMousePos(x, y);

          Case Random (2) Of
            0:   Begin
                  MMouse(x, y, 0, 0);
                  ClickMouse2(False);
              end;
            1: Begin
                MMouse(x, y, 0, 0);
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['ine']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;

    Now i'm not getting that DTM error though, but it's still not doing anything after then...
    and yes, brightness is on highest.

  22. #47
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Thats what i'm thinking it is, the code once again :
    Simba Code:
    rocedure MineIron;
    Var
      x, y, PlusOneOre, OreCounter: Integer;
    Begin
      PlusOneOre:= P07_InvCount +1;
      //if P07_FindObjCustom(x, y, ['Mine','Rocks'], [RockColor], 1) then
      If P07_FindObj(x, y, 'ine', RockColor, 1) then
      Begin
          WriteLn('Found Iron Rock');
          GetMousePos(x, y);

          Case Random (2) Of
            0:   Begin
                  MMouse(x, y, 0, 0);
                  ClickMouse2(False);
              end;
            1: Begin
                MMouse(x, y, 0, 0);
                ClickMouse2(True);
                Wait(RandomRange(400, 1000));
                P07_ChooseOptionMulti(['ine']);
                End;
            End;

          Repeat
          MarkTime(OreCounter);
          Antiban;
          Wait(1000);
          If P07_InvCount=PlusOneOre Then
          WriteLn('Collected one Ore');
        Until (P07_InvCount=PlusOneOre) Or (TimeFromMark(OreCounter) > 7000)
      End;

    End;

    Now i'm not getting that DTM error though, but it's still not doing anything after then...
    Did u use the tolerance from ACA?
    ClickMouse2(True) = left click btw, and false is right click.
    GetmousePos(x,y) is not really needed here. U can remove that.
    Other than that, coding looks good to me.
    I don't see what else can be wrong.

    Brightness at highest?

    Creds to DannyRS for this wonderful sig!

  23. #48
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Did u use the tolerance from ACA?
    ClickMouse2(True) = left click btw, and false is right click.
    GetmousePos(x,y) is not really needed here. U can remove that.
    Other than that, coding looks good to me.
    I don't see what else can be wrong.

    Brightness at highest?
    EDIT: GOT IT! IT WAS 'SetupSRL;' in the main loop !!!!!!!! It now right clicks and everything

    THANK YOU DANNY AND Sjoekeloe!!!!!!
    Last edited by Twinki; 02-25-2013 at 11:19 AM.

  24. #49
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Twinki, can I make a suggestion?

    If you can dig out the old paintsmart and run it in smart then you can have it paint what it finds In the future that might make it easier to debug ^^

  25. #50
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    EDIT: GOT IT! IT WAS 'SetupSRL;' in the main loop !!!!!!!! It now right clicks and everything

    THANK YOU DANNY AND Sjoekeloe!!!!!!
    Alright, glad you got it lol. Make some killer scripts

    Creds to DannyRS for this wonderful sig!

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
  •