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

Thread: I need something to do

  1. #1
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I need something to do

    I need something to do

    request something for me to do please

    EDIT:

    hah, and it has to be. >:]
    runescape,f2p, pick one please

    Currently working on..
    Project with _CharMz

    Later -> Chopping!

  2. #2
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make a script for scar that makes a "rock on" symbol.

    http://www.smartpunk.com/product_images/15657.gif

    like dat

  3. #3
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    uh, I don't usually work with canvases but heres mines.

    SCAR Code:
    //by WhiteShadow.

    var
      r, i, buffer : integer;
     
    procedure Load;
    begin
      r:= BitmapFromString(34, 17, 'z78DA73731B05A3601490030C8800' +
           'F47409AD4DA08F8F46FD422DBF109F1A895149AA38B5FC42BCBD9' +
           '4A82435A6C8CBFB94FB05BF5EF2D21B79314B3BBF50527E52CBCD' +
           'D48D174AD218FDFD42BBFC323CCAB151300A680100F88D8DCA');
      i:= BitmapFromString(30, 21, 'z78DA73731B05E40003301875F3D0' +
           '72B3010E405D77D2C24C5A840C75DD4CBC0994D83578DC8CE9125' +
           'CA60D3637E3F7CB600EE751370F3F375352D6912A3E18EA94810D' +
           'E7D1F6C6A89B47C128184E000027DDE842');
    end;

    begin
      Load;
      buffer:=BitmapFromString(100,100,'');
      repeat
        FastDrawClear(buffer,16777215);
        FastDrawTransparent(30, 20, r, buffer);
        displaydebugimgwindow(100,100);
        SafeDrawBitmap(buffer,getdebugcanvas,0,0);
        Wait(1000);
        FastDrawClear(buffer,16777215);
        FastDrawTransparent(30,20,i,buffer);
        displaydebugimgwindow(100,100);
        SafeDrawbitmap(buffer,getdebugcanvas,0,0);
        Wait(1000);
      until false
    end.

    Theres probably an alot smarter way to do this but whatever.. i.e CreateBitmapMask for text.
    but to lazy atm. :O

    Edit.
    SCAR Code:
    //by WhiteShadow.

    var
      r, i, buffer,upChars : integer;

    procedure Load;
    begin
      UpChars    := LoadChars2(AppPath + 'includes\SRL\UpChars\');
      r:= CreateBitmapMaskFromText('Rock!',upChars);
      i:= CreateBitmapMaskFromText('On!',upChars);
    end;

    begin
      Load;
      buffer:=BitmapFromString(100,100,'');
      repeat
        FastDrawClear(buffer,16777215);
        FastDrawTransparent(30, 20, r, buffer);
        displaydebugimgwindow(100,100);
        SafeDrawBitmap(buffer,getdebugcanvas,0,0);
        Wait(1000);
        FastDrawClear(buffer,16777215);
        FastDrawTransparent(30,20,i,buffer);
        displaydebugimgwindow(100,100);
        SafeDrawbitmap(buffer,getdebugcanvas,0,0);
        Wait(1000);
      until false
    end.

    Yay for 28 lines...lol.

  4. #4
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    You could try make a tutorial island runner for the hell of it? :P

  5. #5
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make me a script that creates a charactr for me then makes it lvl 127
    "your always where you supposed to be"

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

    Default

    Clay banker- mining in rimmy is harder, walking in west varry is harder, pick your poison

    Fish banker-low levels

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

    Default

    Draynor Fisher/WoodCutter/FireMaker/Cooker/Banker.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  8. #8
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    Draynor Fisher/WoodCutter/FireMaker/Cooker/Banker.
    I thought Dankness made like all of those. :{

  9. #9
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by WhiteShadow View Post
    I thought Dankness made like all of those. :{
    maybe in one script;
    fish:
    cut a tree:
    light a fire:
    cook fish:
    bank:
    repeat

  10. #10
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    ^^ Most of these are already made lol

  11. #11
    Join Date
    Jan 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could try make a tutorial island runner for the hell of it? :P
    Nah make an uber varrock yew cutter and banker! It hath never been done perfectly!

  12. #12
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Deni_mulic View Post
    ^^ Most of these are already made lol
    Got any ideas that havnt been? if so post them here, its what hes asking for.

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

    Default

    Quote Originally Posted by meanage View Post
    maybe in one script;
    fish:
    cut a tree:
    light a fire:
    cook fish:
    bank:
    repeat
    Yah! One script sure! Level Fishing/Woodcutting/FireMaking/Cooking all in one script, not unlike Ratz! does. (You could even fight the Dark Knight. Level a lil'combat too....)

    I think scripts that train different skills are best. They tend to have soul, they swing
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  14. #14
    Join Date
    Jun 2006
    Location
    N Wales
    Posts
    558
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    how about a script that goes on a busy world and walks to a populer mine for people to power mine at. it can pick up the ores and bank them. wont level anything but its quick free cash. plus its like one macroer helping another. you could make both the power miner and the picker and banker so they talk to each other like real people do eg.

    miner:hey dude ur taking my ores.
    picker:yea but there on the floor so who cares.
    minerh alright then i spose i wont use them.
    picker:thanx =].
    picker:im gunna go bank theese brb.
    minerk sure.

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

    Default

    Eh. If you can figure out the walking and banking, you might as well do the mining too, or at least mining with picking up drops. Time isn't really an issue, because it's macroing, so you get cash and exp.

  16. #16
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i know its already been done but could you please make me an edgeville yew cutter and banker, i cant find one that works

  17. #17
    Join Date
    Jan 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    a draynor leather tanner xD

  18. #18
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    you have got to do a karamja lobster fisher and banker!

    join me and lots of other scripters (who have written their own scripts but not working 24/7 yet) on the road to glory with one!

    come on join the club !

    They are sisters...
    Runescape Classic

  19. #19
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    Yah! One script sure! Level Fishing/Woodcutting/FireMaking/Cooking all in one script, not unlike Ratz! does. (You could even fight the Dark Knight. Level a lil'combat too....)

    I think scripts that train different skills are best. They tend to have soul, they swing
    Hmm, very good idea, although fishing level would probably level the most, I'll see how I can loop it.. :P

    This is going take a LOT of organization which I'm bad it.

  20. #20
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by WhiteShadow View Post
    Hmm, very good idea, although fishing level would probably level the most, I'll see how I can loop it.. :P

    This is going take a LOT of organization which I'm bad it.
    You should see wunna my scripts before I format it for release...

    pure chaos
    Interested in C# and Electrical Engineering? This might interest you.

  21. #21
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    i say make another powercutter. i dont think there is really a good powercutter out right now, and i remember your old one owned

  22. #22
    Join Date
    Jan 2007
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if ure still looking for somet 2 do id love a clay softener

  23. #23
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by rjbk1989 View Post
    if ure still looking for somet 2 do id love a clay softener
    apply for SRL members and there is one in there. (if you get accepted)

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

    Default

    Quote Originally Posted by mjordan View Post
    apply for SRL members and there is one in there. (if you get accepted)
    Really? I couldn't didn't see one.

  25. #25
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    You should see wunna my scripts before I format it for release...

    pure chaos
    LOLL

    Quote Originally Posted by mjordan View Post
    i say make another powercutter. i dont think there is really a good powercutter out right now, and i remember your old one owned
    I think SL is making one, wait f0` it. :]

    Quote Originally Posted by rjbk1989 View Post
    if ure still looking for somet 2 do id love a clay softener
    I'm probably going to make a clay miner banker softener (with other banking options of course) first. :] Then the other thing, miner would be alot easier, since it's repetitive and simple. Walk - Mine - Walk. No hard "how should I organize this" thinking. LOLL

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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •