Results 1 to 8 of 8

Thread: Hello all and good afternoon

  1. #1
    Join Date
    Oct 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Hello all and good afternoon

    again hello, my problem is trying to make a banking prcedure for the karamja obby cave, i have tried bmps, (too slow and dont realy work)
    the banker is almost the same color as the surroundings(and he moves around a lot) any ideas welcomed,(this has been driving me nuts for two days now)
    any help apreciated Thanx much GEERHEDD




    The problem is not opening the bank, it is recognizing the Tzaar-ket-zuh (banker) he is almost the same colors as the cave.

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

    Default

    OpenBankQuiet;
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  3. #3
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    lol dan that would not work at all cus the bank is a person
    you could MoveMouse to the suspected color and then use isuptext('tzrhedgsdfa') or whatever his name is

  4. #4
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use FindObjMulti.
    Huehuehuehuehue

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

    Default

    SCAR Code:
    procedure this;
    oops i didnt loook at the bottom where he said it was the guy...umm findsymbol(x,y,'bank')
    FindColorTolerance(x,y,3452312342,coords)
    if(IsupText('gsfgsfgafvaf)then
    Mouse(x,y,2,2,true)
    If Not Isuptext('
    fgafva')then
    repeat
    This;
    Until FindIsuptext('
    fsdfvasdvad');
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


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

    Default

    standards lol his name is like tzharr-ket

  7. #7
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    from wizzups ess miner(little bit edited)
    SCAR Code:
    If FindColorSpiralTolerance(iX, iY, <find a color which is only found on him>, MSX1, MSY1, MSX2, MSY2, 4)
        Or FindColorSpiralTolerance(iX, iY, <find a color which is only found on him>, MSX1, MSY1, MSX2, MSY2, 4) Then
        Begin
          MMouse(iX, iY, 0, 0);
          Wait(100);
          If IsupTextMulti('Talk','bury','alk-to') Then
          Begin
            Mouse(iX, iY, 0, 0, False);
            ChooseOption(iX, iY, 'ank');
          end;
    you need to fill in your own colors, and tweak it a little bit, but it should work(might have made a mistake somewhere so debug it yourself lol)
    Infractions, reputation, reflection, the dark side of scripting, they are.

  8. #8
    Join Date
    Oct 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    thanks all

    thanks all, i got it working (about 60 percent of the time) still having problems with autocolorthis, (the colors are so darn close to the surroundings, he keeps
    going to the crates nearby i appreciate all the help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. afternoon gentlemen
    By explosious in forum Who Are You ? Who ? Who ?
    Replies: 4
    Last Post: 03-04-2009, 04:25 AM
  2. Good Afternoon
    By Rubenos in forum Who Are You ? Who ? Who ?
    Replies: 6
    Last Post: 04-26-2008, 06:58 PM
  3. Good afternoon to all!
    By Icarus in forum News and General
    Replies: 0
    Last Post: 09-16-2006, 05:56 PM

Posting Permissions

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