Page 2 of 8 FirstFirst 1234 ... LastLast
Results 26 to 50 of 190

Thread: CockRoach Smasher

  1. #26
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bgxsaer View Post
    Does this work with ranged? And could you possibly add Charm pickup ?
    No and No... Get the colors for charms and add em yourself

    Quote Originally Posted by Nose_Smasher
    As of right now it only supports melee combat, and I don't really feel like adding mage or range since Cockroach Soldiers use a range attack if you fight them from far away... (They use melee if you melee them)
    -First Post...

    About the banking... Bonefield, In the function "Bank It" change it to this :
    PHP Code:
    if BankScreen then
      begin
        DepositAll
    ;
        if 
    GetColor(489101) <> 2830904 then
          FixBank

    That should fix it, the problem is with the function "FixBank" I made a post about it already for the fix in Bank.Scar...

  2. #27
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i just created a simple dtm of a lobby then withdrew it from the bank.... it a pretty simple fix but i now can run your script and let u know how it goes =]

    edit: i think the bug could be in fixbank

    edit 2: sorry i didnt see your post.... lol pretty funny we both thought the same thing...... replaced your fix same error as before, so i removed fixbank and nothing changed., then i just used a dtm to find food in bank and it seems to be working ok wthout fixbank but my fix

    edit 3: runs really good

    Code:
                            Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    74                                    |
    |                                                                          |
    |       Total EXP Gained  --->     7596                                    |
    |                                                                          |
    |       Time Running   --->     51 Minutes and 2 Seconds                   |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    0        74        7596           20        8936        |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/
    60 second break.
    NextPlayer(Active: True);
    Jacob2171
    Loc = nomorefood
    Ladder color = 10326 at 664,52
    Ladder color = 10326 at 626,88
    Loc = exit
    [Runtime Error] : Exception: Access violation at address 006D691C in module 'scar.exe'. Read of address 00000000 in line 561 in script C:\Users\Jacob\Desktop\scar\Scripts\RoachSmasherRelease.scar
    this happened just as it tried to bank for the first time, just looked through and i didnt declare my dtm properly anyways il fix and post a longer proggy

    Code:
                            Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    105                                   |
    |                                                                          |
    |       Total EXP Gained  --->     15404                                   |
    |                                                                          |
    |       Time Running   --->     1 Hours, 37 Minutes and 14 Seconds         |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    1        105       15404          27        9528        |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/
    stopped to change fight mode def to str solid script made about 40k and went from 58 to 60 def



  3. #28
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nice, glad you got it working I didn't test out my fix (cuz I fixed my Bank.Scar ) so sorry about that... I guess if anyone has a small bank, just note/delete "FixBank"

  4. #29
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Code:
                           Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    564                                   |
    |                                                                          |
    |       Total EXP Gained  --->     75544                                   |
    |                                                                          |
    |       Time Running   --->     8 Hours, 19 Minutes and 21 Seconds         |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    7        564       75544          162       9083        |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/
    Successfully executed
    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 32 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs          :       36 |
    | Foresters Solved  :        1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    ran for the 8 hours as i wanted it great script... after that i only got 2 rune scimmys =[ also wat do u reccommend as good armour cos i have 60 att 64 str 60 def f2p atm im using full rune but i saw a guide saying full green dhide works well also?

    also what did u fix in bank.scar

    edit: maybe add a calibrate function to make it go to the middle of the room, as it seems to go towards the bottom left corner and stand around fos a little bit, nothing major it just seems a little bottish



  5. #30
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nice proggy... Full Green Hide? no way! Full Rune is best for F2P... I just meant not mith or addy or somethin...

    And about the Bank.SCAR thing, the problem is in the procedure "FixBank" and the procedure "Withdraw(...)" calls FixBank... So I guess I have to make my own Withdraw for now until the devs decided to implement my fix into Bank.SCAR This was the fix btw if anyone wants it, just replace the procedure FixBank with this:
    SCAR Code:
    {*******************************************************************************
    procedure FixBank;
    by: lordsaturn and Nava2. Edit by Nose_Smasher
    Description: Scrolls the bank screen up.
    *******************************************************************************}


    procedure FixBank;
    begin
      if BankScreen then
      begin
        if GetColor(489, 101) = 2830904 then exit;
        if GetColor(489, 101) <> 1316634 then
        begin
          Mouse(485, 102, 7, 10, True);
          while GetColor(489, 101) <> 1316634 do
            Wait(20);
          Wait(100 + Random(200));
        end;
      end;
    end;

    About the collaborate function, I was trying to make one, but was having troubles with it so I put it aside... Maybe I'll work on it again when I get some free time...

  6. #31
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    Thanks for Using!
     
                            
    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    754                                   |
    |                                                                          |
    |       Total EXP Gained  --->     104472                                  |
    |                                                                          |
    |       Time Running   --->     8 Hours, 14 Minutes and 2 Seconds          |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    7        754       104472         252       12689       |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/ 
    Another fully done proggy.

    Almost more then 13k xp/hour :P Hey this script gave me 2 cb lvl so far so thanks!

  7. #32
    Join Date
    Oct 2007
    Location
    Florida, USA
    Posts
    486
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How would i go about incorporating Crimson and Gold Charm pickup into this script?
    If anyone could do that for me i would GREATLY appreciate it.
    P.S. If i were to use Ranged and not pick up arrows would it work just like melee? (Yes I know cockroaches use ranged too)
    What do Harry and God have in common?
    They are the same person!

  8. #33
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice man, great to see you released my idea to the public XD. Looks awesome.

    By the way, sometimes you really don't want to attack an attacked monster, so just make it search for the green/red part of the health bar before clicking the cockroach. Take a look at how i used it in my Minotaur Exterminator :P.
    Woot woot.

  9. #34
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Yea TY for the idea Ultra... I was thinking about having it check for the health thing, and if it didn't find it then just attack it anywayz... oh well, maybe next version will have that along with collaboration

    @ bgxsaer: Just go to the function "DoPickUps" in the script, and add the colors for the charms you want

  10. #35
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Code:
                            Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    642                                   |
    |                                                                          |
    |       Total EXP Gained  --->     102068                                  |
    |                                                                          |
    |       Time Running   --->     10 Hours, 29 Minutes and 44 Seconds        |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    12       642       102068         233       9736        |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/
    Successfully executed
    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 32 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs          :       41 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    there is a good proggy for you.... nothing i can think of to say about the script, runs amazing

    made about 600k in items and about 900k in coins also got str from 62 to 68 =]



  11. #36
    Join Date
    May 2008
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~\
    | |
    | Total Roaches Killed --> 454 |
    | |
    | Total EXP Gained ---> 132976 |
    | |
    | Time Running ---> 5 Hours, 25 Minutes and 29 Seconds |
    | |
    | Player Active Banked Killed XP-Gained PickUps XP/Hour |
    | # 0 False 9 454 132976 430 24549 |
    | |
    | # 1 False -1 0 0 0 0 |
    | |
    | |
    \--------------------------------------------------------------------------/
    Successfully executed


    sweet. I logged in and was in maze random

  12. #37
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    24k per hour, nice

    Yea the new random solvers aren't perfect yet, but gettin there

  13. #38
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i had another 9+ hour proggy but computer crashed.... sounds so newby =]

    anyways i was thinking if maybe adding a autoresponder just so ppl dont report you, any ideas?

    edit: a small proggy
    Code:
                            Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    229                                   |
    |                                                                          |
    |       Total EXP Gained  --->     33012                                   |
    |                                                                          |
    |       Time Running   --->     3 Hours, 27 Minutes and 27 Seconds         |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    3        229       33012          83        9569        |
    |                                                                          |
    |                                                                          |
    | 02:44:06 AM
    \--------------------------------------------------------------------------/
    Successfully executed



  14. #39
    Join Date
    May 2008
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Btw guys. If you want to add your own colors for charm pick up go to line 409

  15. #40
    Join Date
    Dec 2008
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my longest?

    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~\
    | |
    | Total Roaches Killed --> 637 |
    | |
    | Total EXP Gained ---> 136808 |
    | |
    | Time Running ---> 7 Hours, 18 Minutes and 27 Seconds |
    | |
    | Player Active Banked Killed XP-Gained PickUps XP/Hour |
    | # 0 True 6 637 136808 483 18741 |
    | |
    | # 1 False -1 0 0 0 0 |
    | |
    | |
    \--------------------------------------------------------------------------/

    30k til lvl up

  16. #41
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im having problems when its banking.
    When it gets more to the north of the bank, it just keeps on going north to the wilderness ditch. Help?
    Woot woot.

  17. #42
    Join Date
    Jan 2009
    Location
    new york bK all day
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can some1 help me fix the bank talk to me on aim or msn

  18. #43
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    @ Ultra: Explain more? before it banks? after?

    @ Bonefield: I personally hate Auto-Responders, but if you (or someone else) make a nice one I can add it to script and jus have an option to use it or not...

    @ K1ng Duffy: Ty for explaining that for those you couldn't figure out what the function "DoPickUps" is...

    @ Xking: Do you understand what Bank.Scar is? It's what's included when you write {include SRL.Scar} in scripts... Go to where you have all your SRL stuff saved (like MyDocuments or somethin) and open it, then open "Core" then in there you will see several Scar scripts, open Bank.Scar... Then find the function "FixBank" and replace it with what I said to replace it with...

    @ Everyone else, ty for proggies and using script

  19. #44
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
                            Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~                                            ~~~~~~~~~~~~~~~\
    |                                                                          |
    |       Total Roaches Killed  -->    273                                   |
    |                                                                          |
    |       Total EXP Gained  --->     50840                                   |
    |                                                                          |
    |       Time Running   --->     3 Hours, 38 Minutes and 5 Seconds          |
    |                                                                          |
    |  Player  Active  Banked   Killed    XP-Gained      PickUps   XP/Hour     |
    |  # 0     True    3        273       50840          113       13993       |
    |                                                                          |
    |                                                                          |
    \--------------------------------------------------------------------------/ 
    RuneScape has been updated. Script Terminated. -_-
    But it solved one quiz.

  20. #45
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @ Ultra: Explain more? before it banks? after?
    It starts at bank, gets food, walks to cockroaches, kills them, goes back to bank and gets food, then it goes north instead of south.
    Woot woot.

  21. #46
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hrmmm, Idk what that's about Ultra... I remember in the Beta version it was because I messed up the blind click to get out of the bank lol... but I fixed that and made sure it worked... does it happen every time?

    May 7th, 2009: UPDATED! Read First Page for info

  22. #47
    Join Date
    Oct 2007
    Location
    Florida, USA
    Posts
    486
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sick script! Got me loads of xp. I used Ranged in members world, got me like 100+ Crimsons too .
    Forgot to add, it got me 1M+ Gp :P.


    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~\
    | |
    | Total Roaches Killed --> 793 |
    | |
    | Total EXP Gained ---> 0 |
    | |
    | Time Running ---> 9 Hours, 10 Minutes and 21 Seconds |
    | |
    | Player Active Banked Killed XP-Gained PickUps XP/Hour |
    | # 0 True 8 793 0 647 0 |
    | |
    | # 1 False -1 0 0 0 0 |
    | |
    | |
    \--------------------------------------------------------------------------/
    What do Harry and God have in common?
    They are the same person!

  23. #48
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    nice proggy, if you use range just change the GetSkill thing to ranged so we can see the exp

  24. #49
    Join Date
    Oct 2007
    Location
    Florida, USA
    Posts
    486
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Eh i dont really care about that since i can calculate it myself. Here is another one .
    Lucky for it it solved frog random.

    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~\
    | |
    | Total Roaches Killed --> 449 |
    | |
    | Total EXP Gained ---> 0 |
    | |
    | Time Running ---> 5 Hours, 20 Minutes and 15 Seconds |
    | |
    | Player Active Banked Killed XP-Gained PickUps XP/Hour |
    | # 0 True 4 449 0 346 0 |
    | |
    | # 1 False -1 0 0 0 0 |
    | |
    | |
    \--------------------------------------------------------------------------/
    What do Harry and God have in common?
    They are the same person!

  25. #50
    Join Date
    Dec 2008
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nose Smasher's Roach Smasher
    /~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~\
    | |
    | Total Roaches Killed --> 245 |
    | |
    | Total EXP Gained ---> 61696 |
    | |
    | Time Running ---> 3 Hours, 18 Minutes and 56 Seconds |
    | |
    | Player Active Banked Killed XP-Gained PickUps XP/Hour |
    | # 0 False 4 245 61696 205 18696 |
    | |
    | # 1 False -1 0 0 0 0 |
    | |
    | |
    \--------------------------------------------------------------------------/

    Stopped by molly random :'(

    180k for 90 str !!!

Page 2 of 8 FirstFirst 1234 ... 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
  •