Results 1 to 11 of 11

Thread: SRL: Jan. 18th, 2012 ~ OpenBankChest & 'Sara Strike' Fix

  1. #1
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default SRL: Jan. 18th, 2012 ~ OpenBankChest & 'Sara Strike' Fix

    Progress Report:
    Cohen Adair (Coh3n) (9):
          Documentation typo
          Richard's GetMoneyPouchAmount fix (http://villavu.com/forum/showthread.php?t=71830)
          Added WaitFuncEx by Dgby714 (http://villavu.com/forum/showthread....15&postcount=9)
          WithdrawEx no longer reclicks to withdraw X
          Fixed AreTalking (caused Cap'n Arnav to fail, not sure about other randoms)
          Fixed WithdrawEx (broke because of GetChooseOptions update)
          Fixed login box (http://villavu.com/forum/showthread....785#post896785)
          Fakawi's InChat change
          Fixed the 'Sara Strike' bug (http://villavu.com/forum/showthread....1&postcount=26)
    
    Khanh Nguyen (daazndagger) (1):
          OpenBankChest added, see: http://villavu.com/forum/showthread.php?t=71395
    
    Nathan Hartung (Narcle) (9):
          Changed IsXPBarOpen for compatibility.
          Updated GetXPBar to use 'xp' as a divider. (won't work until new fonts are upped)
          Added SKILL_ALLCOMBAT & SKILL_EVERYSKILL to players.simba to work with new XP Counter setup (future release)
          Fixed GetCombatLevel (granted your fonts are updated)
          GetCombatLevel fixed (granted you have fonts updated)
          Var removal
          GetChooseOption fix (changed colors)     villavu.com/forum/showthread.php?p=897222 should fix this bug
          InvMouse changed to use MouseBox - http://villavu.com/forum/showthread.php?t=72469     Updated MouseBox code (just made it shorter, old method was still being used)
          GetCombatLevel & GetXPBar update (we have the fonts)
    Commits.

    Cheers,
    The SRL Development Team

  2. #2
    Join Date
    May 2007
    Location
    Waterloo, Ontario, Canada
    Posts
    1,008
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    OpenBankChest, wooooo. Thank you very much



  3. #3
    Join Date
    Dec 2011
    Location
    Lubbock, Texas
    Posts
    225
    Mentioned
    3 Post(s)
    Quoted
    93 Post(s)

    Default

    Quote Originally Posted by XxX Toxin XxX View Post
    OpenBankChest, wooooo. Thank you very much
    Woot! I can't take credit for any work done however it was my suggestion!
    Thanks Guys!

  4. #4
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Is this in the SRL updater already?

    I click update and it says no SRL update available.
    Click Here for my PUBLIC script: Auto Tabs Pro

  5. #5
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Usually takes an hour for it to show up. Might be in updater in 15-20 minutes though.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  6. #6
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Thanks for the updates everyone




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Awesome, hopefully that sara-strike bug was related to the one with spamclicking mainscreen.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Has Retaliating been fixed?

  9. #9
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    Awesome, hopefully that sara-strike bug was related to the one with spamclicking mainscreen.
    That would be nice.

  10. #10
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Simba Code:
    function IsRetaliating(aTrue: Boolean): Boolean;
    var
      C: Integer;
    begin
      C := GetColor(649, 380);
      Result := not ((C = 2070783) xor aTrue);
    end;

    function Retaliate(SetTrue: Boolean): Boolean;
    var
      t: Integer;
    begin
      if not GameTab(tab_Combat) then
        Exit;
      if not IsRetaliating(SetTrue) then
      begin
        t := 0;
        repeat
          MouseBox(624, 385, 719, 396, mouse_left);
          Wait(800 + Random(800));
          if IsRetaliating(SetTrue) then
          begin
            Result := True;
            Exit;
          end;
          Inc(t);
        until (t > 5);
      end else
        Result := True;
    end;

    Here.

  11. #11
    Join Date
    Apr 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Aw man, I just managed to get my castle wars banker working smooth after some days of messing around with it >.<.
    Sweet update nonetheless!

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
  •