Help with create a scar script !

Discussion in 'Code Snippets and Tutorials' started by gaelle, Feb 28, 2007.

  1. gaelle

    gaelle Level IV

    Joined:
    Dec 24, 2006
    Messages:
    796
    Likes Received:
    5
    Location:
    France
    Hey =) I'd like to create a scar script for NQII !
    So i put the code :
    clickmouse(156,115,true);
    But how can i find the coordonate please ?
     
  2. zippy

    zippy Level IV

    Joined:
    Nov 9, 2006
    Messages:
    879
    Likes Received:
    0
    move your mouse and the coordinate is at the top of the scar window
     
  3. gaelle

    gaelle Level IV

    Joined:
    Dec 24, 2006
    Messages:
    796
    Likes Received:
    5
    Location:
    France
    Oh thanks a lot ^^
     
  4. FastBullet

    FastBullet Level IV

    Joined:
    Feb 7, 2007
    Messages:
    2,137
    Likes Received:
    45
    IF you finish it can i beta-test it? :lol: :lol: :lol:
     
  5. Anonymous

    Anonymous Guest

    use this:
    Code (Text):
    1. {//==============================\\
    2. //        Co-ord Grabber          \\
    3. ||         By: Oddworth           ||
    4. \\===============================// }
    5. program New;
    6. var
    7.   x, y: Integer;
    8.  
    9. procedure oddworth;
    10. begin
    11. cleardebug;
    12.  GetMousePos(x,y);
    13.     Writeln(inttostr(x)+' '+inttostr(y));
    14.  
    15.     end;
    16. begin
    17. repeat
    18. if(isfkeydown(12))then
    19. oddworth;
    20. until(false)
    21. end.
    press F12 to get the co-ord :)

    injoy!
     
  6. looneytoon

    looneytoon Level III

    Joined:
    Jan 16, 2007
    Messages:
    568
    Likes Received:
    0
    doesnt NQII take a few hours to complete? I was about to make a NQI script but I saw the best score was 9 hours....so I decided not to do that, it would take forever to make that script, and forever to test it, if it messed up you'd have to start all over...
     
  7. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    You're totaly rigth, the only way to do such a script is to give him all the coors (x,y) to clic and if you computer close, you're owned. Maybe we could make a powerful AI that look around and search his path, you know all maps are already known. Anyways, that still a huge script lmao.

    Howerver I imagined a useful script for NQII, I don't give more details, cause its not finished yet :D.