Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 125

Thread: S1NGlassblower - [80k/h]

  1. #76
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Legendscape View Post
    Looks like after RS update this script no longer clicks "make all orbs".
    It just clicks molten glass, then bank.
    Yeah because of the new interface, maybe you should pm S1N

  2. #77
    Join Date
    Jun 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yo sin can u fix it tyty

  3. #78
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    What's wrong with it?
    I'll get to it if I have some spare time.
    Can you get me a screenshot of the new interface screen?

  4. #79
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Last edited by Legendscape; 06-19-2012 at 05:21 PM.

  5. #80
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Wow it looks pretty nice, I'll get on it soon

  6. #81
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks S1N would love to get myself 99 crafting thx to this

  7. #82
    Join Date
    May 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ETA on update? Wanna get dat 99!!

  8. #83
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Sorry guys, I have exams this week, i'll get around to updating it after my Math exam tommorow :S

  9. #84
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good luck S1N! btw why are you Shay now?

  10. #85
    Join Date
    Jan 2009
    Location
    Manchester, England
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Would be really nice to have this... I think ill pay for 99 if it gets fixed... I just read a DTM Tut but really struggled fixing it, to get it to click on the "make all orbs".
    Dani B trying to learn lots about scripting... FAILING

  11. #86
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    would love to use this before the 26th update :'(

  12. #87
    Join Date
    May 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    plz update when u get the chance looks like a nice script would love to try it out.

  13. #88
    Join Date
    Jun 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not working anymore?

    it gets out of bank and then clicks glass but not make orb.. it then reclicks bank

  14. #89
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I fixed the script on my own, not sure if i should upload a working version or just wait for shay to update this

    gf 52k molten glass
    Last edited by damienjp; 06-29-2012 at 04:35 AM.

  15. #90
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    damienjp, you should tell us how you fixed it

  16. #91
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    yeah dude!

  17. #92
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Yeah just upload it, I have no time too.

  18. #93
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Simba Code:
    program GlassBlower;
    {$include srl/srl/misc/smart.simba}
    {$I SRL/SRL.simba}
    {$I srl/srl/misc/debug.simba}

    const
      SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
      SRLStats_Password = ''; // Your SRL Stats Password (If you dont have one then just leave it as it is)

    var
      StartTime,XPS:Integer;
      //progress variables
      XP,XPH,Sec,Slot:Integer;
      StatGain,XP1,XP2:Integer;
    procedure DeclarePlayers;
    begin

      Slot := 3; //choose your bank slot where the glass is at.

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

      Players[0].Name := ''; // Username
      Players[0].Pass := ''; // Password
      Players[0].Active := True;
      Players[0].Pin := '';
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    end;// declare players
    procedure SetupLogin;
    begin
      ClearDebug;
      Smart_Server := 87;
      Smart_Members := True;
      Smart_Signed := True;
      Smart_SuperDetail := False;
      SetupSRL;
    end;
    procedure Proggy;
    begin
    XP := GetXPBarTotal - Players[CurrentPlayer].Integers[0];
    Sec:= (1+((Getsystemtime-StartTime)/1000));
    XPH := (3600*XP) / (SeC);
    statGain := XP;

    writeLn('===================================');
    writeLn('============S1NGlassblower==========');
    writeLn('Time Running: ' + TimeRunning);
    writeLn('XP Earned: ' + IntToStr(XP));
    writeLn('XP/h: ' + IntToStr(XPH));
    writelN('===================================');
    writeLn('===================================');

      Stats_Commit;

    end;
    procedure CraftOrbs;
    var
      x,y,DTM,t:Integer;
    begin
    DTM := DTMFromString('mlwAAAHicY2dgYLjAyMBwEYivA/E1ID4NxKeg7IVAvAKI5wPxTCBeBsQLgHgREHu4uwJ1M2HFRgy4ASMeDAUAQzsLUQ==');

      MouseItem(Random(25),1);
      if WaitColor(265,430,4141067,5,5000) then
      begin
        if FindDTM(DTm,x,y,MCX1,MCY1,MCX2,MCY2) then
        begin
          Mouse(x,y,1,1,True);
          MarkTime(t);
          repeat
            XP1 := GetXPBarTotal;
            wait(random(5000));
            Proggy;
            if Timefrommark(t) > 200000 then
              exit;
          until(FindDTM(DTM,x,y, 681,422,730,457));
        end;
      end;
    end;
    procedure Bank;
    var
    t:integer;
    begin
      OpenBankChestEdge(SRL_BANK_SW);
      MarkTime(t);
      repeat
        wait(100);
        if PinScreen then
        begin
          InPin(Players[CurrentPlayer].Pin);
        end;
        if TimeFromMark(t) > 5999 then
        begin
          Bank;
          exit;
        end;
      until(BankScreen);
      if BankScreen then
      begin
        DepositAll;
        MouseBankSlot(Slot,0);
        WaitOption('All',4000);
        repeat
          wait(10);
        until(InvFull);
        if InvFull then
          CloseBank;
      end;
    end;
    begin
     ClearDebug;
      SetupLogin;
      DeclarePlayers;
      LoginPlayer;
        if (Players[CurrentPlayer].Integers[1] = 0) then
        begin
          if not IsXPBarOpen then ToggleXPBar(true);
          Players[CurrentPlayer].Integers[0] := GetXPBarTotal;
          XPS := GetXPBarTotal;
          Players[CurrentPlayer].Integers[1] := (Players[CurrentPlayer].Integers[1] + 1);
        end;
        StartTime:=GetSystemTime;
        SetupSRLStats(1068, SRLStats_User, SRLStats_Password);
      repeat
        Bank;
        CraftOrbs;
      until(not LoggedIn);
      stats_IncVariable('Crafting EXP (Gained)', statGain);
      stats_Commit;
    end.

    was 2 minutes of work. Probably works now

    Yes it works:

    ============S1NGlassblower==========
    Time Running: 5 Minutes and 13 Seconds
    XP Earned: 7350
    XP/h: 84267
    ===================================

    Edit: sometimes it randomly stops, but I don't know if I should try to fix this because it isn't my script....

    ============S1NGlassblower==========
    Time Running: 40 Minutes and 31 Seconds
    XP Earned: 57330
    XP/h: 84863
    ==================================
    Last edited by Master BAW; 06-29-2012 at 01:08 PM.
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  19. #94
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MasterCrimez View Post
    Edit: sometimes it randomly stops, but I don't know if I should try to fix this because it isn't my script....
    Ran mines strong for 6 hours last night... no issues

    This is from todayz

    ============S1NGlassblower==========
    Time Running: 2 Hours, 17 Minutes and 47 Seconds
    XP Earned: 193725
    XP/h: 84360
    ===================================

  20. #95
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Thanks Crime, I'll update that as the main Simba file as soon as I get on my laptop.

  21. #96
    Join Date
    May 2012
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    worked well until this:

    ===================================
    ============S1NGlassblower==========
    Time Running: 1 Hours, 42 Minutes and 45 Seconds
    XP Earned: 136762
    XP/h: 79873
    ===================================
    ===================================

    was stuck for ~30 minutes, having clicked on the imp thing in SW
    other than that, pretty much perfect script.

  22. #97
    Join Date
    Jun 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    argh. it withdraws the glass and clicks on it, but instead of clicking on 'orbs' it just clicks on bank, empties, withdraws glass again and repeat.

    EDIT - this is after using mastercrimez' fix.

  23. #98
    Join Date
    Jun 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got it working now i'm not sure how. i started making the orbs on my own for a few mins then let it take over and it seemed to carry on as normal. brilliant!

  24. #99
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by vaccinate View Post
    argh. it withdraws the glass and clicks on it, but instead of clicking on 'orbs' it just clicks on bank, empties, withdraws glass again and repeat.

    EDIT - this is after using mastercrimez' fix.
    Maybe you didnt have the slide menu of the things you can make all to the right... (I had it all the way to the right, but I don't know if that's needed)
    But yea the script is good but it misses:
    1 failsafes,
    2 antiban

    but that's not really needed so badly anyway, so still a good script
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  25. #100
    Join Date
    Jun 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MasterCrimez View Post
    Maybe you didnt have the slide menu of the things you can make all to the right... (I had it all the way to the right, but I don't know if that's needed)
    But yea the script is good but it misses:
    1 failsafes,
    2 antiban

    but that's not really needed so badly anyway, so still a good script
    yeah i think that was it mate. i clicked on the glass and then moved the slider to the right so that the orb selection was in the middle of the screen rather than on the right, once i did that the script seemed to pick it up and continue on as normal.

    cheers

Page 4 of 5 FirstFirst ... 2345 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
  •