Results 1 to 7 of 7

Thread: boolean help

  1. #1
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default boolean help

    look at this procedure it wont work its something to do with the flase bit any help please its for my prayerleveler

    SCAR Code:
    Procedure OpenAndWithdraw;
    Var
    BBone,x,y:integer;
    Begin
    OpenBank3;
    FixBank;
    If (Bones) Then exit;
    BBone:= DTMFromString('78DA632C62626078C28002B6AF590DA619A17' +
           'CC67CA09AE70C688011554D0550CD3B026A6A806A1E1150530254' +
           '739F809A74A09AA7F8D500007D240A3B')
    if FindDTM(BBone,x, y,1, 1, 200, 200 ,False) Then
    ChooseOption('All')
    CloseBank;
    Status('Got Big Bones Out')
    AntiBanActions;
    End;

  2. #2
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    I think you used FindDtm wrong. Remove the False at the end of it.
    Hup Holland Hup!

  3. #3
    Join Date
    Apr 2007
    Posts
    186
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure OpenAndWithdraw;
    Var
    BBone,x,y:integer;
    Begin
    OpenBank3;
    FixBank;
    If (Bones) Then exit;
    BBone:= DTMFromString('78DA632C62626078C28002B6AF590DA619A17' +
           'CC67CA09AE70C688011554D0550CD3B026A6A806A1E1150530254' +
           '739F809A74A09AA7F8D500007D240A3B')
    if FindDtm(BBone,x,y,MSX1,MSY1,MSX2,MSY2) Then
    ChooseOption('All')
    CloseBank;
    Status('Got Big Bones Out')
    AntiBanActions;
    End;

  4. #4
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Add a mouse(x, y, 3, 3, False) to it inSane
    Hup Holland Hup!

  5. #5
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    o thanks ^.^

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    yea the false was messing it up

  7. #7
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    o ty

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
  •