Results 1 to 7 of 7

Thread: New Idea ! Never Made Before !

  1. #1
    Join Date
    Dec 2007
    Location
    I'm the short man in all those arcade games you play
    Posts
    169
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default New Idea ! Never Made Before !

    If someone could make a bolt enchanter, this could be a great script.

    It would need to:

    Find Enchant Bolt Symbol
    Find Which Bolt You Could Enchant (Green Writing)
    Enchant The Bolts
    Have AntiRandoms and AntiBan

    I am even willing to put a reward for this script if someone would make it, and let me use it.

  2. #2
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    actually, i'm positive it has been made before, keep it shh but right now i'm working on a range/mage combo atm, i'm talking strike/bolt/blast/wave, all of it, it's proving itself a pain but..its gonna happen.
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  3. #3
    Join Date
    Feb 2008
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rofl..i'm an idiot, i thought he meant like, magic...like fire bolt, haha, why don't you make it? it wouldn't be super hard, a nice first script if you haven't made one yet..

    EDIT: hmm, its really obvious he meant to enchant bolts, maybe i just wanted to tell someone i'm making an autoranger/mager
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

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

    Default

    that would be awesome
    Current Project: All In 1 Falador Script - 20% DONE

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Bolt enchanting isn't new, look at this masterpiece I've used to enchant tens of thousands of emerald bolts -

    SCAR Code:
    program New;
    {.include SRL/SRL/Misc/SMART.scar}
    {.include SRL/SRL.scar}

    Var I :Integer;

    begin
      SmartSetup('world2', true, false, false);
      SetTargetDC(SmartGetDC);
      SetupSRL;
      For I := 0 To 9399 Do
        If GetColor(637, 242) = 1523812 Then
        Begin
          If Not TabExists(7) Then TerminateScript;
          Repeat
            Mouse(643, 239, 3, 3, True);
            If GetColor(190, 34) = 0 Then Break;
            Wait(750 + Random(500));
          Until(GetColor(190, 34) = 0);
          Repeat
            If GetColor(484, 172) = 192 Then
              TerminateScript;
            If GetColor(190, 34) = 0 Then
              Mouse(440, 115, 10, 10, True);
            Wait(200 + Random(50));
            If GetColor(190, 34) <> 0 Then Break;
            Wait(1000 + Random(250));
          Until(GetColor(190, 34) <> 0);
        End Else
        Begin
          Logout;
          TerminateScript;
        End;
    end.

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

    Default

    Quote Originally Posted by n3ss3s View Post
    Bolt enchanting isn't new, look at this masterpiece I've used to enchant tens of thousands of emerald bolts -

    SCAR Code:
    program New;
    {.include SRL/SRL/Misc/SMART.scar}
    {.include SRL/SRL.scar}

    Var I :Integer;

    begin
      SmartSetup('world2', true, false, false);
      SetTargetDC(SmartGetDC);
      SetupSRL;
      For I := 0 To 9399 Do
        If GetColor(637, 242) = 1523812 Then
        Begin
          If Not TabExists(7) Then TerminateScript;
          Repeat
            Mouse(643, 239, 3, 3, True);
            If GetColor(190, 34) = 0 Then Break;
            Wait(750 + Random(500));
          Until(GetColor(190, 34) = 0);
          Repeat
            If GetColor(484, 172) = 192 Then
              TerminateScript;
            If GetColor(190, 34) = 0 Then
              Mouse(440, 115, 10, 10, True);
            Wait(200 + Random(50));
            If GetColor(190, 34) <> 0 Then Break;
            Wait(1000 + Random(250));
          Until(GetColor(190, 34) <> 0);
        End Else
        Begin
          Logout;
          TerminateScript;
        End;
    end.
    You really used that script?

    Impossible, right? No antirandom etc

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I made a sig for myself.
    By welcome in forum Graphics and Multimedia
    Replies: 6
    Last Post: 09-01-2008, 03:35 PM
  2. good idea script needed to be made trades 3k every 15 mins
    By Kasi in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 02-18-2008, 09:42 PM
  3. I just made this sig
    By YoHoJo in forum Semi Stupid Pictures
    Replies: 8
    Last Post: 06-11-2006, 09:55 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
  •