Results 1 to 6 of 6

Thread: need a procedure made..

  1. #1
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need a procedure made..

    yeah i need a procedure that will let u pick the inv slot and go down to off x, and maybe type in the # tho that can be solved easily with Sendtext, I've already tried the trades and the inventory packages in all srl folders and none seem to work. Help plz?

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Not sure what you mean. Like deposit this many or something?

  3. #3
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    yeah he wants to basically right click on the item in the inv then choose to say deposit 10 of that item... or however many he wants.

    i wouldnt of thought that would be so good though, (making it go to a certain inv spot) as say you was mining... you could get a gem or any random event items in (your chosen inv spot) making it try and deposit 20 gems in the bank.

    (if you get what im saying)

    so you are going to need to get the dtm of the item in your inv

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    • ClickAllItemsColorTolWait
    • ClickAllItemsBMPtolWait


    Try those. Make sure you set BenMouse to False.

    Or manually:

    • Look for a Bitmap, DTM or Color in inventory
    • Return x and Y of found coords.
    • RightClick it useing Mouse(x, y,4, 4, False);
    • Use ChooseOption('10',1);


    Should do the trick.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  5. #5
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks ill try the chooseoption one, once again u saved me =p

  6. #6
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i tryed it and it still keeps doin examine(the ClickAllItemsColorTolWait one) wtf?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  2. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  3. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 PM
  4. Need procedure made by expert scripter
    By pwnaz0r in forum OSR Help
    Replies: 3
    Last Post: 02-03-2007, 08:28 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
  •