Poll: What type of script should I make?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 1 of 2 12 LastLast
Results 1 to 25 of 26

Thread: Need New Script IDEAS!

  1. #1
    Join Date
    Jun 2008
    Location
    San Diego, California
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need New Script IDEAS!

    Well I am a bit bored now. I just finished most of my Guild Miner and with that taking little of my time to maintain/update I am looking for a NEW CHALLENGE. So yea hit me with your ideas. I'm sorta leaning toward a Cow Killer which banks the Hides.
    Current Project: All In 1 Falador Script - 20% DONE

  2. #2
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    clan war or curser.
    Oh Hai Dar

  3. #3
    Join Date
    May 2007
    Location
    Sydney, Australia (Faggot Region)
    Posts
    1,465
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    ummm...
    well try something that has not been attempted


  4. #4
    Join Date
    Jun 2008
    Location
    San Diego, California
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by M_A_I_N_FTW View Post
    clan war or curser.
    No-Members

    Quote Originally Posted by simtoon View Post
    ummm...
    well try something that has not been attempted
    Such as...?
    Current Project: All In 1 Falador Script - 20% DONE

  5. #5
    Join Date
    Dec 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cockroacher would be good (kills cockroach soliders at the entrence or secred room picks stuff when out of food then goes to bank , banks inv , takes new food walks back) cockroaches are good for money they drop good stuff such as
    and you should use nacrel's tehnics with pauses and sleeps to make it 24hr script.
    # Rune scimitar (semi-rare)
    # Rune 2-handed sword (extremely rare)
    # Rune square shield (semi-rare)
    # Rune chainbody (extremely rare)
    # 5 Rune javelins(m)
    # Shield left half(m)
    # Dragon scimitar(m)
    # Dragon spear(m)
    # Dragon medium helmet(m)
    # Dragon longsword(m)
    # 1-20 Law runes (common)
    # 1-15 Death runes
    * 3 noted Mithril ore (very common)
    * 1 noted Adamantite ore
    * 1 noted Runite ore (extremely rare)
    # Ranarr Seed

    2nd idea i have if you could make giant killer/ big bone collector banker for the place where you need brass key and banks at .g.e or varrockwest bank

    hope you like my suggetions

    ~rs2jke
    420! light it , hit it , smoke it

  6. #6
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ya i would like to see a giant killer and banker but got alot of people there so only if you could get the giant killer to work fast and i mean really fast then it will be good gl!

  7. #7
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A: a good script that trains range (members cause its faster)
    B: granite miner! If you need a members account, i guess i could lend u mine.
    I had to change this from my old one...?

  8. #8
    Join Date
    Jan 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's a challenge...
    No one has made it yet...

    http://www.villavu.com/forum/showthread.php?t=36321

  9. #9
    Join Date
    Jul 2008
    Location
    England
    Posts
    763
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think SRL Needs a new yew cutter
    lol

  10. #10
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Quickmarch View Post
    i think SRL Needs a new yew cutter
    There's one on the way *Cough* .
    Just finishing.
    ~Eerik~

  11. #11
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Quote Originally Posted by ferit View Post
    Here's a challenge...
    No one has made it yet...

    http://www.villavu.com/forum/showthread.php?t=36321
    Responded at your thread that there are at least 3 of those scripts + tons of outdated
    I made a new script, check it out!.

  12. #12
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    heres a yew cutter:

    SCAR Code:
    program Yew_Cutt0r;
    {.include SRL/SRL.scar}

    Var
      X, y, Banked : Integer;

    Const Ver = '0.1'; //Dont Touch!!!

    procedure DeclarePlayers;
    begin
      Disguise('SRL - Forms- Index...');

      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;


      Players[0].Name := '';
      Players[0].Pass := '';
      Players[0].Nick := 'aum';
      Players[0].Active := True;
      Players[0].Integers[0] := 10; //Loads To Do?
      Players[0].PIN := '0000'; //Leave at 0000 if no pin else enter it :)

     {Players[1].Name := '';
      Players[1].Pass := '';
      Players[1].Nick := '';
      Players[1].Active := True;
      Players[1].Integers[0] := 5; //Loads To Do?  }


      WriteLn('Using ' +IntToStr(HowManyPlayers) + ' Players');
    end;

    Procedure WalkToTree;
    Label RV;

    Begin
      If FindSymbol(x, y, 'Tree') Then GoTo RV
        Else

      RadialWalk(FindDirtRoadColor, 230, 160, 65, 10, 20);
        Begin
          RV : WriteLn('Used Symbol Walking!');
          If FindSymbol(x, y, 'Tree') Then
            Mouse(x + 8, y + 4, 0, 0, True);
            FFlag(4);
        end;
    end;

    Function FindYew : Boolean;
    Var
      I, Cts : Integer;
      TPA : Array Of TPoint;
      ATPA : T2DPointArray;

    Begin

      Cts := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 2386011, MSX1, MSY1, MSX2, MSY2, 10);
      ATPA := (TPAtoATPAEx(TPA, 4, 5));

      For I := 0 to High(ATPA) Do
        If MiddleTPAEx(ATPA[I], x, y) Then
          Begin
            MMouse(x, y, 0, 0);
            GetMousePos(x, y);
          If IsUpTextMultiCustom(['hop', 'ew', 'own']) Then
           Begin
             Result := True;
             Wait(80+ Random(80));
           end;
            If Result = True Then
              Exit
             else

             Try
               Wait(1);

             except
               Wait(2);

             Finally
              Wait(3) //:p
          end;
        end;
     ColorToleranceSpeed(Cts);
    end;

    {*******************************************************************************
    function FindEnt(fx, fy: Integer; AvoidWhenFound: Boolean): Boolean;
    By: Sumilion
    Description: Will look for an Ent and avoid if found.
    *******************************************************************************}


    function FindEnt(fx, fy: Integer; AvoidWhenFound: Boolean): Boolean;
    var
      x, y, EntTime, tcts: Integer;
    begin
      if not(LoggedIn)then
        Exit;
      GetMousePos(x, y);
      if(x <> fx)or(y <> fy)then
        MMouse(fx, fy, 0, 0);
      if(IsUpText('Chop'))then
      begin
        tcts := GetColorToleranceSpeed;
        ColorToleranceSpeed(2);
        SetColorSpeed2Modifiers(0.03, 0.75);
        Result := (CountColorTolerance(118478, 9, 10, 124, 23, 10) > 10);
        SetColorSpeed2Modifiers(0.2, 0.2);
        ColorToleranceSpeed(tcts);
      end;
      if(Result)then
      begin
        WriteLn('Ent Found!!');
        if(AvoidWhenFound)then
        begin
          Writeln('Waiting for it to go away.');
          MFNF(MMCX, MMCY, -1, 1);
          MarkTime(EntTime);
          while(TimeFromMark(EntTime) < 35000)do
            if(Random(20) > 15)then
              IdleTime(500, 500, 0.4)
            else
              Wait(500 + Random(500));
          EntsAvoided := EntsAvoided + 1;
        end;
      end;
    end;

    Procedure IfFight;
    Begin
      If (FindFight) Then
        RunAway('E', False, 1, 1000 + Random(500));
    end;

    Procedure WaitWhileChop;
    Var mrk : Integer;
    Begin
      MarkTime(mrk);
     Repeat
       FindNormalRandoms;
       FindEnt(x, y, True);
       IfFight;
         Case Random(4) Of
           0 : GameTab(1 + Random(12));

           1, 2 : FtWait(5);
          end;
           Wait(900 + Random(100));
           GameTab(4);
           SleepAndMoveMouse(4000 + Random(3000));
          IfFight;
         FindEnt(x, y, True);
        IfFight;
       FindNormalRandoms;
     Until(Not IsUpText('ew')) Or (TimeFromMark(mrk) > 13000 + Random(3000));
       FindEnt(x, y, True);
    end;

    Procedure SwitchTrees;
    Begin
      Case FindSymbol(x, y, 'Water source') Of

        True : If FindSymbolIn(x, y, 'Tree', 547, 89, 683, 155) Then
                 MouseFlag(x + 7, y - 3, 3, 3, 0);

        False : If FindSymbolIn(x, y, 'Tree', 570, 6, 700, 76) Then
                  MouseFlag(x + 7, y + 3, 3, 3, 0);
      end;
    end;

    Procedure ChopTree;
    Begin
     Repeat
       If Not FindYew Then
         Wait(2000 + Random(3000));
         FindNormalRandoms;
       If Not FindYew Then
         SwitchTrees
      Else
        Begin
          Case Random(3) Of
            0, 1 : Mouse(x, y, 2, 2, True);
            2 : Begin
                  Mouse(x, y, 2, 2, False);
                  Wait(Random(80) + 100);
                  ChooseOptionMulti(['hop', 'ew', 'own']);
                end;
          end;
            Begin
              WaitWhileChop;
              Wait(1);
              FindNormalRandoms;
            end;
         end;
       Until(InvFull);
     IncEx(Players[CurrentPlayer].integers[3], 27);
     Inc(Players[CurrentPlayer].integers[2]);
    end;

    Procedure Bank;
    Begin
    SetRun(True);
      If FindBitmapToleranceIn(BitmapFromString(5, 7, 'beNrjFo7ipgsCAFtREGk='),
        x, y, MMX1, MMY1, MMX2, MMY2,30) Then
          Begin
            Wait(12000 + Random(2000));
            MouseFlag(x, y + 8, 4, 7, 6)
        end else
          If Not FindColor(x, y, FindVarrockRoadColor, MMX1, MMY1, MMX2, MMY2) Then
            MouseFlag(MMCX, MMCY - 60, 20, 5, 0)
          Else
            Begin
              Mouse(x, y, 9, 9, True);
              FFlag(5);
            end;
           
          If FindSymbol(x, y, 'Bank') Then
            MouseFlag(x, y, 1, 1, 0);
           
          If OpenBankFast('eb') Then
            If BankScreen Xor PinScreen Then
              Begin
                If InPin(Players[CurrentPlayer].PIN) Then
                 Begin
                   Deposit(2 + Random(24), 28, True);
                   Wait(700 + Random(800));
                   CloseBank;
                 end;
             end;
        Inc(Banked);
     WriteLn('Banked!');
    end;

    Procedure Proggie;
    Var I : Integer;
    Begin
      WriteLn('');
      WriteLn('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ');
      WriteLn('[      NaumanAkhlaQ Presents       ]');
      WriteLn('[         Yew Cutt0r!!             ]');
      WriteLn('|                                  |');
      WriteLn('| [> Worked '+ TimeRunning +'!     | ');
      WriteLn('| [> Chopped '+ IntToStr(Players[CurrentPlayer].integers[3])+' Logs |');
      WriteLn('| [> Banked '+ IntToStr(Banked) +' Loads|');
       WriteLn('| ---------------------- |');
       WriteLn('| [> Current Version Is V'+ Ver+' Pub!|');
       WriteLn('=       Thank You For Using ;)     |');
       WriteLn('=================================== ');
       For I := 0 to (HowManyPlayers - 1)  do
       Begin
         WriteLn('[~ '+ Players[I].Name +' /\ Chopped '+IntToStr(Players[I].integers[3])+ ' Logs. /\ Banked ' +IntToStr(Players[I].integers[2])+' Loads!');
         WriteLn('   <--------- |-----$$-----| --------->');
       End;
      Begin
       WriteLn('     ++++++++++++++++++++');
       SRLRandomsReport;
       If (Not (LoggedIn)) Then
         Begin
           WriteLn('--> Lost Player : '+Capitalize(Players[CurrentPlayer].Name));
           LogOut;
           NextPlayer(False);

       end else
        WriteLn('> Using ' +IntToStr(HowManyPlayers)+ ' Players');
          Try
            If Banked >= Players[CurrentPlayer].Integers[0] Then
              WriteLn('Loads Done and Dusted!');
          Finally
            FindNormalRandoms;
          Except
        end;
      end;
    end;


    begin
      SetupSRL;
      DeclarePlayers;
      ActivateClient;
      Wait(999);
     Repeat
      If Not LoggedIn Then LoginPlayer;
      Repeat
        SetRun(True);
        WalkToTree;
        ChopTree;
        Bank;
        Proggie;
      Until(Banked >= Players[CurrentPlayer].Integers[0]) xOr (Not LoggedIn)
        LogOut;

      If Banked >= Players[CurrentPlayer].Integers[0] Then
        NextPlayer(True)
      Else
        NextPlayer(False);

     Until(AllPlayersInactive);
     TerminateScript;
    end.

  13. #13
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Sorry to be offtopic, but what does MFNF() do? Looks like a fix of mouse and flag.

    Edit: MAke a 1337 ranger~!~
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  14. #14
    Join Date
    Jan 2007
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A new cow killer and hide picker would be amazing. All the ones out there are outdated or just plain suck.

  15. #15
    Join Date
    Nov 2007
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah, a cow killer would be awesome.

  16. #16
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    i say you should make a tut island runner... they are all outdated or just for the wrong tutorial!!! this would be challenging .... and thats what you want isn't it?

  17. #17
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    o0o0o0o
    A tut runner would be great

    and take you a while.
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  18. #18
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'd say a ge firemaker. I got 50,501 logs to burn, so it'd help me, and I know it'd help others to :P.

  19. #19
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Sand Storm View Post
    I'd say a ge firemaker. I got 50,501 logs to burn, so it'd help me, and I know it'd help others to :P.
    why ge? aren't there a ton of these for other banks...

  20. #20
    Join Date
    Feb 2008
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you a member? i got a good member idea, that is challenging but not very, its pretty much 80% walking, 5% banking, 15% talking to a NPC

  21. #21
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think a cow killer + hide banker would be pretty B.A. So my vote goes towards that.

    ~KotN

  22. #22
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    catherby or fishing guild lob fisher please?

  23. #23
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    a script that superheats ores i know this has been attempted before but nothing really succesfull so give it a go =]



  24. #24
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    umm... i will give you a rep++ if you make a tut island runner... i really need one really really badly(this isn't a double post...its just begging(notmuchbetter))

  25. #25
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was wondering if it would be in your interest in developing a script dedicated for Edgevill Man House?

    A script that would Open the door if clicking on a Char outside the closed door, One that would collect the Bronze arrows, coins and runes that it drops.

    Or a Minotaur Killer that would collect all bronze arrows, Iron arrows, Rune Ess, Tin & Copper ore?

    May work, You're the artist, SCAR is your Canvas =p

    -BquamB

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. looking for script ideas
    By mormonman in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 12-16-2008, 01:54 AM
  2. Out Of Script Ideas, Once Again... :p
    By Timer in forum RS3 Outdated / Broken Scripts
    Replies: 20
    Last Post: 08-25-2008, 07:35 AM
  3. Script Ideas
    By hardman in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 08-17-2007, 01:15 AM
  4. Script help + ideas
    By Gwallunit in forum OSR Help
    Replies: 18
    Last Post: 05-07-2007, 03:26 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
  •