Results 1 to 7 of 7

Thread: Help With Duel Arena Challange Text!!!

  1. #1
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help With Duel Arena Challange Text!!!

    Hello, i really need some help with finding duel arena challange text, you know the one when somone challanges you, in red text it sais ... wishes to challange you (friendly). So i need some help with finding that text and then clicking it.

    Thanks.
    -U L T R A.
    Woot woot.

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    use a simple FindColor then Mouse(X, Y, 40, 3, True);

    like so

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  3. #3
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It still doesnt work i tried this...
    Procedure AcceptChallange;
    Begin
    Repeat
    If(FindColor(x, y, 12926, 19, 451, 21, 453))Then
    Mouse(x, y, 40, 2, True);
    Wait(500+random(500));
    Until(FindColor(x, y, 12926, 19, 451, 21, 453));
    End;
    Woot woot.

  4. #4
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    I might have an idea.

    EDIT: try using DTM or bitmap, dont really know if that will solve the problem but just a suggestion.
    Back from the dead.....

  5. #5
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try with FindcolorTolerance!

    It Look for similiar colors

    If you want i can take a look at it, In that case Pm me it

  6. #6
    Join Date
    Jul 2007
    Location
    St. Louis, Missouri, USA.
    Posts
    575
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use FindColorTolerance with the right color of the text. A tolerance of 5-10 should be good. Your Mouse(x,y, 40, 2, true) is probably too random also, just do something like 5, 5 instead of 40, 2.
    -You can call me Mick-



  7. #7
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright i will try doing that, thanks guys.
    Woot woot.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sandstorm's Duel Arena Trainer!
    By Sandstorm in forum RS3 Outdated / Broken Scripts
    Replies: 92
    Last Post: 08-30-2009, 01:57 PM
  2. a duel arena combat trainer
    By stein3 in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 11-30-2008, 04:42 PM
  3. Duel Arena Functions, Testers Please!
    By Sandstorm in forum Research & Development Lounge
    Replies: 3
    Last Post: 11-30-2008, 04:27 AM
  4. *working* Duel Arena Alcher!!!
    By matviy in forum First Scripts
    Replies: 8
    Last Post: 11-03-2007, 04:46 PM
  5. randoms in duel arena =(
    By P1nky in forum RS has been updated.
    Replies: 24
    Last Post: 10-31-2007, 08:17 AM

Posting Permissions

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