Results 1 to 14 of 14

Thread: Need Scripting help.

  1. #1
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need Scripting help.

    Hi I need some help developing and creating a firemake script for willow logs.
    I dont have much done now but i will work on it tomorrow for about 2-3 Hours. so if you could give me procedures for actually lighting willow logs, that'd be great, and if not you mite be able to help me out with something else.

    Thanks i'd appreciate it lots to save me time, and so i can learn from your scripting
    NIGGA's whats up?

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

    Default

    If you just ask for procedures and Functions, then who's script would it be? So I suggest you just take a look at old firemakers and go from there.

    If you need any help you can PM me or join the IRC channel.
    Goodluck with you script
    -Shermanator
    Current Project: All In 1 Falador Script - 20% DONE

  3. #3
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    okay thx, ill paste my script here and see if its good or not. thx
    NIGGA's whats up?

  4. #4
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    {Log In to Runescape and go to fally bank with tinderbox in your inventory
    Arc036}
    program FM

    var Bank Booth, Use Quickly Bank, WillowDTM,Withdraw All Willow, Exit Bank, Tinderbox;

    begin
    HighestAngle;
    MakeCompass('N');
    if Bank Booth := BitmapFromString(12, 6, 'beNr7/78oRG9qUw4cTWn' +
    'Og6NJjbkQVB1tBEQVEYZYUWmY/qy2gv+DCgAAkRmtpw==');
    then clickmouse:=(false)
    Use Quickly Bank := BitmapFromString(23, 6, 'beNr7////fwYgig' +
    '1xByIIGxlBxOFSQICpHi4IBBBxBgyArBhNPZIhowAVAAAxbUl 4');
    if WillowDTM:= DTMFromString('78DA63F4616260506564400656C642601A2 6C' +
    'A1802542385AAC6545F00554D04508D36AA1A35251E5435AE 4035' +
    '06A86A52A24D50D53801D5C8E2B70B00D37504FE');
    then Clickmouse:=(false);
    Withdraw All Willow := BitmapFromString(25, 6, 'beNr7/x8rYGBgiA' +
    '1xx8VGRv9nyAMRUBzEgKmBAMqNGgWEAQCia3t/');
    Exit Bank := DTMFromString('78DA63FCC4C8C090C480029464C5C034239 4C' +
    'FF815C88A4755232A2C88A9260D558DA19612AA9A7744AA21 6017' +
    '005E8C0875');
    end;



    begin
    begin
    RoadColor:=FindFallyRoadColor;
    RadialRoadWalk(RoadColor, 60, 80, 55, 4, 2);
    wait(100+random(50));
    Flag;
    if(isuptext(pen door))then
    begin
    Mouse(x-15,y+30,3,3,true);
    wait(50+random(30));
    Flag;
    end;
    end;
    end;

    begin
    Tinderbox := DTMFromString('78DA63F4626260506364400626BA2C0C224 01' +
    'A24FA1F081843806A2450D538D85A836998286328508D0EAA 1A6B' +
    '0B335435AE403506A86AF2B3D250D5D801D528A0AA29CECF4 455E' +
    '309542385AAC6D5C91E450D0006BE0BD8');
    Clickmouse:=(true)
    FindDTM(WillowDTM, x, y, MIX1, MIY1, MIX2, MIY2)
    Clickmouse:=(true)







    copy and paste to scar so you can look at it better.
    okay so i need help with repeating the clicking of the tinderbox with the willows
    and how to move ranodom around the certain area in fally.
    and how to move around flowers.
    i'd appreciate it. thx
    -Arc036
    NIGGA's whats up?

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

    Default

    Use, SCAR tags next time, K I'll take a look and get back to you.
    Current Project: All In 1 Falador Script - 20% DONE

  6. #6
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    May I Suggest Reading Some Tutorials?

  7. #7
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {Log In to Runescape and go to fally bank with tinderbox in your inventory
    Arc036}


    program FM;
    {.include SRL/SRL.Scar}

    var
    BankBooth, UseQuicklyBank, WillowDTM, WithdrawAllWillow, ExitBank, Tinderbox, FallyRoadColor : Integer;

    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := '*****';
      Players[0].Pass := '*****';
      Players[0].Nick := '*****';
      Players[0].Active := True;
    end;

    Procedure SetupScript;
    begin
      LoginPlayer;
      SetAngle(True); //Will Set it to the highest angle, false would be lowest
      MakeCompass('N');
    end;

    Procedure LoadStuff;
    begin
      WillowDTM:= DTMFromString('78DA63F4616260506564400656C642601A2 6C' +
      'A1802542385AAC6545F00554D04508D36AA1A35251E5435AE 4035' +
      '06A86A52A24D50D53801D5C8E2B70B00D37504FE');
      Tinderbox := DTMFromString('78DA63F4626260506364400626BA2C0C224 01' +
      'A24FA1F081843806A2450D538D85A836998286328508D0EAA 1A6B' +
      '0B335435AE403506A86AF2B3D250D5D801D528A0AA29CECF4 455E' +
      '309542385AAC6D5C91E450D0006BE0BD8');
    end;

    Procedure WalkOutsideOfBank;
    begin
      FallyRoadColor:=FindFallyRoadColor;
      RadialWalk(FallyRoadColor,{Whatever},{Whatever},{Up To 72}, {Whatever}, {Whatever})
    end;

    Procedure BankStuff;
    begin
      OpenBankFast('fwb')//Opens Falador West Bank feb Would be falador east
      If BankScreen then
      begin//Just and example of how to find and do things
        If FindDTM(WillowDTM,x,y,MIx1,MIy1,MIx2,MIy2) then //Will Check to see if there is Willows in the inventory if there are it will deposit them
        Begin
          Mouse(x,y,5,5,False);//Will move the mouse to the point of where is found the willow DTM which is saved in the variables of x and y
          Wait(400+random(300)); //Always Have Random Waits
          ChooseOption('All');
        end;
      end;
    end;
       
     

    Begin {This is what is called a main loop, put procedures and functions in here to tell SCAR what to do}
      ActivateClient;//Makes Scar switch to the selected window with the crosshairs
      DeclarePlayers;
      SetupScript;
      LoadStuff;
      BankStuff;
      WalkOutsideOfBank;
    end;

    There, that should give you an idea on how to do things the whole point of the SRL community is {.include SRL/SRL.SCAR} and dont use movemouse,clickmouse and such, use Mouse, and MMouse. If you need any more help MSN message me lolzorzatmyself@hotmail.com

  8. #8
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    okay thx for the advice everyone i appreciate it lots.
    NIGGA's whats up?

  9. #9
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and i kno i may sound dumb but uh? how you get SCAR tags? i tried but didnt know how
    NIGGA's whats up?

  10. #10
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fire making scripts usually get you ban, even the ones made by the best scripers.

  11. #11
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if you click on the new reply button at the bottom of this thread it allows you to post using tags just click the scar symbol and copy your script in between the tags that come up, gl with scripting .

    edit:don't double post use the edit button in the bottom left corner of your posts to edit them


  12. #12
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Or you can just write [SCAR] then to end it put a / in front of SCAR

  13. #13
    Join Date
    Aug 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    like this? thx guys for all the details
    NIGGA's whats up?

  14. #14
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no like [/SCAR] [SCAR] just flip them around... and SCAR needs to be capitalised

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I need scripting help
    By PvH in forum OSR Help
    Replies: 2
    Last Post: 12-07-2007, 12:37 PM
  2. rsc scripting help?
    By owntpls in forum OSR Help
    Replies: 0
    Last Post: 11-23-2007, 11:57 AM
  3. Scripting Help!
    By camdo2 in forum OSR Help
    Replies: 4
    Last Post: 10-25-2007, 06:51 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
  •