Results 1 to 9 of 9

Thread: How do i drop stuff?

  1. #1
    Join Date
    Nov 2007
    Location
    SCAR central
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How do i drop stuff?

    When I try to drop things...

    I move my cursor over to what i want to drop... I hold it with right click... I drag it down to where it says drop (this is what the bot does) and i left click and release but it doesnt move down and click and release? it only clicks?

    can someone help me there?

  2. #2
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's a sample:
    SCAR Code:
    {Some stuff up here}
      Mouse(x,y,5,5,false) // Will right-click the object with co-ordinates a,b (Clicks with a randomness of 5 pixels on each axis)
      ChooseOption('Drop') // Will click the option "Drop".
    {More stuff here and so on}
    That should work, if you set the coordinates right.

    -Knives

  3. #3
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    DropToPosition(2,28); // drops inv slot 2 untill 28

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  4. #4
    Join Date
    Oct 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    DropToPosition doesn't work for me :S

  5. #5
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you remember to put "SetupSRL;" in the start of your main-loop ?

    -Knives

  6. #6
    Join Date
    Nov 2007
    Location
    SCAR central
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no

  7. #7
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Then do it...?
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  8. #8
    Join Date
    Nov 2007
    Location
    SCAR central
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wat does it do ? and wat is the main loop? like the start of the script( after var and const)

  9. #9
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what does it do? it include the srl procedures.

    under
    SCAR Code:
    program new; // new = name of program

    you put:
    {.include srl/srl.scar}

    main loop,, in you're script you have procedures and funtions etc.. on the end you have

    SCAR Code:
    begin
      SetUpSRl; //put there setupsrl;
      Dothis;
      dothat
      // etc..
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What Do I Use For DROP Now???!!!
    By Ilikepie1995 in forum OSR Help
    Replies: 4
    Last Post: 09-30-2007, 08:15 PM
  2. Drop ore only
    By rkroxpunk in forum OSR Help
    Replies: 7
    Last Post: 09-25-2007, 11:31 PM
  3. drop
    By marre in forum OSR Help
    Replies: 6
    Last Post: 09-15-2007, 05:40 PM
  4. drop drop drop????
    By havoc928 in forum OSR Help
    Replies: 4
    Last Post: 08-21-2007, 03:29 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
  •