Results 1 to 9 of 9

Thread: [Request] Feather buy

  1. #1
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default [Request] Feather buy

    Just a simple feather buy with or without world switching (World switching would make it 10x faster)

    I've got this VERY basic feather buy I tried making (I'm a real novice at this)

    Simba Code:
    program Theiving;
    var
      time: integer;
      {$define srl5}
    {$i srl/srl.simba}

    Procedure StartTheiving;
    var
      x, y:Integer;
    begin
      if FindColorSpiralTolerance(x, y, 12237764, 116, 65, 160, 100, 179) then
          MoveMouse(x, y); //Don't use Move Mouse  (see below)
          Mouse(x, y, 1, 1, Mouse_Right);
          Wait(164);
    begin
      if FindColorSpiralTolerance(x, y, 2070783, 96, 144, 186, 152, 179) then
          MoveMouse(x, y); //Don't use Move Mouse  (see below)
          wait(173);
          ClickMouse(631, 402, 1)
          wait(2000);
    end;
    end;

    begin
      StartTheiving
      repeat
        StartTheiving;
      until(false);
      end.program new;
      begin
    end.

    Or could someone maybe edit it and make it less botlike?

    Thanks
    Last edited by spin3x; 03-19-2013 at 05:30 PM.

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Is there any more information about this to share?
    I'd be willing to help you out, giving examples of better formatted/techniques, but from the program title/procedure names and the short description, about all I know (I think) is that you want to buy feathers from a shop?

  3. #3
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Sorry about the no information. The title and procedure names are wrong xD I just used my old script and edited it to fit with these id's. Yh it's just buying feathers from the shop.

  4. #4
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    from witch shop must it buy ?

  5. #5
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    I could do this

  6. #6
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    I could do this
    If you have time and would like to help out the community, we would greatly appreciate it.

    Quote Originally Posted by nikaa View Post
    from witch shop must it buy ?
    Either port sarim which requires no skills or Fishing guild which requires 68 fishing. Port sarim one is 60% empty.

    Fishing guild is 99% full stock.

  7. #7
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I will make it

    Update:


    Here I have it
    N_FeatherBuyer.simba

    Its for Portsarim shop
    Last edited by nickyvh; 03-20-2013 at 09:04 PM.

  8. #8
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Nikaa, I get this error:

    Simba Code:
    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Documents and Settings\Administrator\My Documents\Downloads\fff.simba'

    I think it's with every script I use :/

  9. #9
    Join Date
    Nov 2011
    Location
    Sacramento, California
    Posts
    366
    Mentioned
    4 Post(s)
    Quoted
    85 Post(s)

    Default

    Quote Originally Posted by spin3x View Post
    Nikaa, I get this error:

    Simba Code:
    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Documents and Settings\Administrator\My Documents\Downloads\fff.simba'

    I think it's with every script I use :/
    Its because you don't have the SRL OSR include.
    Get it here: https://github.com/SRL/SRL-OSR
    I don't think it is officially released, so there might not be a guide for properly setting up. Here is my short guide:
    You need to extract the folder you just downloaded off the github (SRL-OSR-master) to Simba/Includes. Rename the folder to "SRL-OSR".

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
  •