Results 1 to 16 of 16

Thread: Magic to Regualr Log Fletcher

  1. #1
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default Magic to Regualr Log Fletcher

    Hello SRL Community,

    I made a Fletching script, that I use at Soul Wars bank.
    This script is convenient in terms of being another reliable Fletching script.

    In the future I hope to add on stringing support + stringing after doing the already implemented unstrung mode. (Let me know if pin support, more fail safes, breaking, or onscreen reports sound interesting.)

    Please leave feedback, as well as what you may like implemented.

    I post this script out of lack of contribution (in my opinion), to the community, so I hope this fares well with users.

    Currently, afaik, you will gain ~ 95k xp (at maples (u)'s ) per hour, or 1625+ logs to unstrung per hour.

    Features:
    • Detailed Progress Report
    • AntiBan's executed
    • Multiplayer Support
    • Optional Script Updating (from GitHub source codes)
    • 6+ Hour Support (Given you have the latest Simba and Smart 8.0+)


    Setup:
    • Soul Wars Bank.
    • Player Able to Fletch Required log type.
    • Log (Which Ever Type), placed in the 1st Tab, 1st Row, Last Column.


    *Note: Row = the horizontal lines, the first horizontal line is the first (left to right) line in your bank, the second horizontal line is the second horizontal line in you bank. Column = the vertical lines, the first vertical line is the first (up and down) line in your bank, the second vertical line is the second vertical line in your bank..

    I'll try to add pictures later too (for setup).

    (If you by chance get level 99 fletching with this script, feel more than open to post your picture here on this thread, as I'd much welcome and appreciate it )

    Proggies:
    *** Maple Logs ***
    Progress Report:
    [* ].Time Running:   8 Hours, 7 Minutes and 45 Seconds
    [* ].Ttl Fletch Exp: 776330 (xp/hr: 95499)
    [* ].Ttl Logs Cut:   13384 (cut/hr: 1646)
    [* ].Antiban`s:      90/27083


    hope this helps users for XP Weekend (arriving soon)!
    Last edited by Le Jingle; 11-04-2012 at 08:43 PM.

  2. #2
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Looks great!

    Thanks for the release!!

  3. #3
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  4. #4
    Join Date
    Oct 2012
    Location
    U.S.A
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [*].Time Running: 2 Hours, 2 Minutes and 55 Seconds
    [*].Ttl Feltch Exp: 185194 (xp/hr: 90399)
    [*].Ttl Logs Cut: 3192 (cut/hr: 1558)
    [*].Antiban`s: 12/5973


    here a recent proggy, its still gonig atm
    Last edited by deliriouspuppet; 10-19-2012 at 08:03 PM. Reason: better proggy

  5. #5
    Join Date
    Oct 2012
    Location
    U.S.A
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry that proggy is so messed up, im new to this forum

    fixed it, and im making something like 50k per 1k bows on maple(u) so nice little profit

    if would be a nice addition to enable it to have clan chat open so i can talk when i babysit
    Last edited by deliriouspuppet; 10-19-2012 at 10:07 PM.

  6. #6
    Join Date
    Oct 2012
    Location
    U.S.A
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think the script is out of date, messed up after a couple weeks saying that the colors in the chat box arent there

  7. #7
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    Quote Originally Posted by deliriouspuppet View Post
    i think the script is out of date, messed up after a couple weeks saying that the colors in the chat box arent there
    post error report, have you updated Simba? and the plugins also?

  8. #8
    Join Date
    May 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it doesn't click to craft

  9. #9
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Temp fix should be this:

    Replace Line 530 (which is currently this..)
    Simba Code:
    // Currently this is wrong code
      if (CountColorTolerance(1710098, MCX1, MCY1, MCX2, MCY2, 1) > 5000) then

    .. and Replace the line above, with this:
    Simba Code:
    // this should be correct code:
      if (CountColorTolerance(1972494, MCX1, MCY1, MCX2, MCY2, 40) > 2500) then


    I noticed somethings I'd like to update too, so I'll put that on my ToDo list and update the script in future.

    Cheers,
    Lj

  10. #10
    Join Date
    Oct 2012
    Location
    U.S.A
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that fixed it lj. currently ive went from lvl 80 - almost 90, will post when i hit 99 ty for an awsome script

  11. #11
    Join Date
    Nov 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm at 93 fletching and wanted to use this script to get 99 But when I start it it logs in and everything, then opens bank, moves mouse really quickly doesn't take any logs.
    Then it keeps repeating this cycle loads :P

    Hope you can help me out,
    Graphical

    P.S I'm trying to do Maple Longs Here are my settings:

    Code:
    program SW__Fletcher__AIO;
      {$DEFINE SMART}
      {$i srl/srl.simba}
    
    const
      LogType  = 'maple';     // 'magic' / 'yew' / 'maple' / 'willow' / 'oak' / 'reg'
      LogUse   = 'long';      // 'long' / 'short'
      tofletch = 40000;      // How many logs to fletch before stopping?
    
      Updater  = true;        // Auto-Update script? (True = yes, False = no)
    
      ScriptVersion = '0.0.8';
    
    type LogObj = record
      name: string;
      uptext: TStringArray;
      Color, Tol, ColorCount: Integer;
      XP, DTM: Integer;
      NumBox, TheBox: Integer;
    end;
    
    var
      // Log information
      SimbaLogs: LogObj;
      // Tracking vars / DTM
      SpinTix, Loads, preformed, overall, fletched: integer;
    
    (*
     Add players to be ran here... 1 player added = 6 hours run (approx.)
       So... if you add the SAME player info here, then that player should
       be ran 4 times, totalling 24 hours of runtime.
    *)
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; // Default max is 100.
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name      := '**************';
        Pass      := '*************';
        Active    := True;
        WorldInfo := [True, 84]; // Actual world you login on RS
      end;
    end;

  12. #12
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Do your game settings match those posted in the picture below?
    (Safe mode + minimum detail mode + fixed too?)


    If that doesn't help, let me know and we'll get the error fixed!

  13. #13
    Join Date
    Nov 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's a pic of mine:
    Still does the same thing, I'm going to bed now and I'll do a video showing exactly what happens tomorrow


    Thanks for all your help and I'm sorry that I'm such a noob with this stuff, I used to work with PowerBot scripts and just found out about this community today and hope to learn the language and program some small scripts

    Sorry again,
    Graphical
    Last edited by Graphical; 11-01-2012 at 09:57 PM.

  14. #14
    Join Date
    Oct 2012
    Location
    U.S.A
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i always had problems with that also, but if u have a full inventory of logs at start it will work. with the full inventory, itll deposit and then withdraw before actually starting.

    i know thats weird but otherwise its an awsome script, ill be hitting 92 fletching tonight with it. gotten 11 lvls so far

  15. #15
    Join Date
    Nov 2012
    Location
    united states
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very helpful program i hope to post my first 99 in a couple days

  16. #16
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Ah I think I found the withdraw issue. I had left a line in there that was checking for it to be in a certain bank slot in order to withdraw; removed it and hopefully works now. (new script in OP)

    Cheers,
    Lj

    Edit:
    ChangeLog:
    • optional chats off + logout when game update found.
    • banking logs can be in any spot in bank (as long as they are visible).
    • chat text clicking (color count check) fixed.
    • for loop tries 3 times when banking instead of quitting on 1st fail attempt.
    Last edited by Le Jingle; 11-04-2012 at 11:17 PM.

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
  •