Thread: Simba Script on RSPS

Results 1 to 5 of 5
  1. #1 Simba Script on RSPS 
    I Ain't Trippin Motha Fucka Roll A Jay

    Purp's Avatar
    Join Date
    Sep 2008
    Posts
    512
    Thanks given
    1
    Thanks received
    1
    Rep Power
    85
    Basically I need to figure out how to get my script to choose a "Take Casket" option. Willing to donate a couple bucks if someone can help me get it working properly. Here is what I have so far.
    Code:
    program FGiants;
     {$i srl/srl.simba}
    
    procedure FightGiants;
    
    var
    
    x, y:Integer;
    
    begin
       if FindColorSpiralTolerance(x, y, 873071, 1, 0, 511, 337, 5) then
       begin
       MoveMouse(x,y);
       Wait(1000);
       ClickMouse(x, y, mouse_Right);
       Wait(1000);
       ChooseOption('ake Mon');
           end;
    end;
    begin
      FightGiants;
      repeat
      FightGiants;
       until(false);
    
    end.
    It's for a private server I believe that's why ChooseOption isn't working.
    Owner of CivilScape
    http://www.rune-server.org/f522/24-7-civilscape-24-7-t110852.html
    Reply With Quote  
     

  2. #2  
    Registered Member
    rsnerd's Avatar
    Join Date
    Mar 2010
    Posts
    1,084
    Thanks given
    70
    Thanks received
    88
    Rep Power
    84
    on a rsps that works?
    Reply With Quote  
     

  3. #3  
    I Ain't Trippin Motha Fucka Roll A Jay

    Purp's Avatar
    Join Date
    Sep 2008
    Posts
    512
    Thanks given
    1
    Thanks received
    1
    Rep Power
    85
    Of course.
    Owner of CivilScape
    http://www.rune-server.org/f522/24-7-civilscape-24-7-t110852.html
    Reply With Quote  
     

  4. #4  
    I Ain't Trippin Motha Fucka Roll A Jay

    Purp's Avatar
    Join Date
    Sep 2008
    Posts
    512
    Thanks given
    1
    Thanks received
    1
    Rep Power
    85
    anybody? :\
    Owner of CivilScape
    http://www.rune-server.org/f522/24-7-civilscape-24-7-t110852.html
    Reply With Quote  
     

  5. #5  
    Registered Member
    rsnerd's Avatar
    Join Date
    Mar 2010
    Posts
    1,084
    Thanks given
    70
    Thanks received
    88
    Rep Power
    84
    you should try posting on SRL Forums / Villavu
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. RSPS Webclient Creator Script
    By Gunner in forum Website Development
    Replies: 2
    Last Post: 03-04-2012, 08:28 AM
  2. Simba RSBot New Version RULES!!!
    By Tentomas in forum RuneScape Underground
    Replies: 1
    Last Post: 02-17-2012, 06:17 AM
  3. [News PHP Script Help, Anybody?] Need help on advanced script
    By Versuprace in forum Application Development
    Replies: 3
    Last Post: 01-08-2012, 07:49 AM
  4. RSPS client background script...
    By Spooky in forum Website Development
    Replies: 4
    Last Post: 12-27-2010, 06:21 AM
  5. xScript first script engine of RSPS
    By wizzyt21 in forum Show-off
    Replies: 11
    Last Post: 01-02-2009, 03:43 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
  •