Results 1 to 12 of 12

Thread: Ok help

  1. #1
    Join Date
    Dec 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Ok help

    Its a simple thing im working, on and i just need to know how to click the menu that pops up

    heres my script


    Code:
    var
    x,y: Integer;
    
    const
    MonsterColor = 5253388;
    
    begin
    ActivateClient;
    if(FindColor(x,y,5253388,1,1,749,487)) then
     begin
      MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
      Wait(100+random(10));
      ClickMouse(x,y,false);
      Wait(2000);
     end;
    like i said, its simple, its for a p server

    i dunno what to do to click atack monster wen it right clicks it...


    thx.


    EDIT: btw, i need right click, cuz they are lvl 113, k thx.

  2. #2
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you should use ChooseOption('ttac'); cos scar can't read the first letter


  3. #3
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by sandos1234 View Post
    you should use ChooseOption('ttac'); cos scar can't read the first letter
    It can read the first letter.

  4. #4
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can it? since when? or am i getting confused with the nicks? but it always worked when i did that :P


  5. #5
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it can, but its slower, because the first letter is capitalized (i think thats the reason)
    “Ignorance, the root and the stem of every evil.”

  6. #6
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by blumblebee View Post
    it can, but its slower, because the first letter is capitalized (i think thats the reason)
    No..?

  7. #7
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bullzeye95 View Post
    No..?
    Then what is the reason..

  8. #8
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by bullzeye95 View Post
    It can read the first letter.
    It can. But it is often less accurate... And using less characters is always faster.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  9. #9
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    It can. But it is often less accurate... And using less characters is always faster.
    Less accurate, how so? It would seem to me that a capital letter is the same as a lowercase one.

  10. #10
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    don't argue with the master of scripting! lol im only jking but yeah that's why i don't use caps


  11. #11
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use "mouse(x, y, randomx, randomy)" instead of clickmouse???
    Suposidly clickmouse = banable?

  12. #12
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    use "mouse(x, y, randomx, randomy)" instead of clickmouse???
    Suposidly clickmouse = banable?
    He said it's for a private server.

    Sandos, I > wizzup!

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
  •