Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 91

Thread: Gushers Firemaker

  1. #51
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Basically everything is the same, so i wont show whats the same, ill tell what you have added/changed.

    You have added this:
    Simba Code:
    Procedure StatsGuise(wat:String);
    begin
      Status(wat);
      Disguise(wat);
    end;

    Procedure AntiBan;
    begin
      Case Random(250) Of
        0: Begin StatsGuise('AntiBan') GameTab(tab_Stats) HoverSkill('Firemaking', False) GameTab(28) End;
        1: Begin StatsGuise('AntiBan') GameTab(tab_Inv) ExamineInv; GameTab(28); End;
        2: Begin StatsGuise('AntiBan') RandomAngle(1); End;
        3: Begin StatsGuise('AntiBan') GameTab(tab_Stats) HoverSkill('random', False); End;
      end;
    end;
    Antiban, thats a good thing

    And you have a different banking procedure, yours doesnt have a failsafe for when OpenBankFast('veb'); fails and youve added something to do the PinScreen when it comes up:

    Simba Code:
    repeat
            InPin(Players[0].Pin);
          until BankScreen or not (LoggedIn);

    But because you didnt add Pin := ' '; at the beginning, it will get stuck or something, at least it wont do the PIN and since it repeats until the bankscreen comes up or until your not logged in anymore, it will do nothing until you stop it yourself

    And you have changed his ToBank procedure...

    your procedure:
    Simba Code:
    Procedure walktobank;
    begin
      if (LoggedIn) then
      begin
        MakeCompass('n');
        SetAngle(true);
        if (FindColorTolerance(x, y, 7896448, MMX1, MMY1, MMX2, MMY2, 10)) then
        Mouse(689, 116, 0, 0, True);
        Wait(9000);
      end;
    end;

    I dont know why you have: "if (FindColorTolerance(x, y, 7896448, MMX1, MMY1, MMX2, MMY2, 10))"
    since it doesnt affect anything, "Mouse(689, 116, 0, 0, True);" will just click on the same spot as without the FindColorTolerance.

    You should say:

    80% credit to Eitherfreak, I took his script and changed it

    or you should tell him in his topic:

    Hey Eitherfreak, I have some suggestions for your script:
    1. Make the script to start Smart so people wont have to enable it themselves, they dont know how and even while you have explained it in your first post, they dont read it.
    2. Add some kind of antiban
    3. Add support for people who have a bank PIN
    4. Make the script go back to the bank using 'blind' walking

    Im sorry, but I cant say you did a good job or something like that

  2. #52
    Join Date
    Dec 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gusher do you have any version so far i need it beacause somethimes the bot is stuck and it walks away from varrock plz fix it my friend is it using to but the bot go to the wildy pleas fix the bot make sure that he burn logs and go back to the bank i want to leave my bot on in the night sorry for my bad english

  3. #53
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by dudekid39 View Post
    gusher do you have any version so far i need it beacause somethimes the bot is stuck and it walks away from varrock plz fix it my friend is it using to but the bot go to the wildy pleas fix the bot make sure that he burn logs and go back to the bank i want to leave my bot on in the night sorry for my bad english
    I'll fix it and have a newer version up by the next two days.

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

    Default

    I just did a WinMerge comparison of your script and Ether's V1.5. They are 95% identical. All you did was change the banking procedure, and some variables. Also, added a few minor things.

    I was PM'd to look into this. You need to give Ether more credit than you did, as you didn't add/change a whole lot.
    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.


  5. #55
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Well now it makes since that I didn't reupload my newer version where I changed everything. But I don't have time to much anymore, so I'll just leave it as it is. I gave him 95% credit now. Thank you for spending your time looking into this it's highly appreciated!

  6. #56
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Gushers View Post
    Well now it makes since that I didn't reupload my newer version where I changed everything. But I don't have time to much anymore, so I'll just leave it as it is. I gave him 95% credit now. Thank you for spending your time looking into this it's highly appreciated!
    So.. does that mean your not going to upload your newer version where you have changed everything? I would like to see what other things you have improved

  7. #57
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Chris J View Post
    So.. does that mean your not going to upload your newer version where you have changed everything? I would like to see what other things you have improved
    If I find time.

  8. #58
    Join Date
    Nov 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Been working great... Gotten 30 lvls so far with this.

  9. #59
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Nice! I'll have an more updated version for better exp out soon!

  10. #60
    Join Date
    Jan 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting this when trying to run the script.


    [Error] (58:21): Type mismatch at line 57
    Compiling failed.

    I also had to change

    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}

    to

    {$i srl/srl/misc/smart.simba}
    {$i srl/srl.simba}

    in order to get rid of

    Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''
    Exception in Script: Unable to find file 'srl/srl.scar' used from ''

    EDIT: I fixed the error myself by removing all of the setangles.
    But again, there's another problem. Once I've withdrawn the logs and it goes to the spot to begin it just mouses over each log in the inventory, it does not right click and click "light."
    Last edited by OfTheChefs; 01-08-2012 at 05:05 AM.

  11. #61
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty for this script!

  12. #62
    Join Date
    Jan 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Both yours and EtherFreak's script run the character all the way to the rag and bone man quest start point then stands there.

    Not working.

  13. #63
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Amish View Post
    Thank You! Working flawlessly now.
    i also noted from etherfreaks script that changing "run mode" to off so it will walk, buying more time for other fire to burn out works very well. never gotten stuck on lit fire since.

  14. #64
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Broken for me since the new system update, will this script be able to run again, or is this a fix for srl or something.

    anyway before today, I lved from 1 to 55lv firemaking w00t. helped alot!
    Hope this is up and running again.
    Feeling that it just cant read the text
    Last edited by Rezozo; 01-12-2012 at 02:46 AM.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  15. #65
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by joeygupta View Post
    Broken for me since the new system update, will this script be able to run again, or is this a fix for srl or something.

    anyway before today, I lved from 1 to 55lv firemaking w00t. helped alot!
    Hope this is up and running again.
    Feeling that it just cant read the text
    Update your SRL and your problem should be solved

  16. #66
    Join Date
    Dec 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i need help the bot is broke plz help

  17. #67
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Chris J View Post
    Update your SRL and your problem should be solved
    Il try now ty!

    Edit: ye its not working, did you try it?
    Last edited by Rezozo; 01-13-2012 at 03:54 AM.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  18. #68
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    HELP PLEASE!!!!! IT says this whenever i try to run the script Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''

  19. #69
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    This script is outdated, if you want to use it anyways, update to SRL 5 and make the script SRL-5 compatible. The problems which this script has are solved in SRL 5

  20. #70
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Is anyone able to use this right now?
    Gusher can you make this an SRL-5 script please, love your work and have 5k willows to burn!
    Last edited by Rezozo; 01-14-2012 at 03:56 PM.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  21. #71
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I'll do my best and start scripting agian. Expect a lot from me when I find some time with school.

  22. #72
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Gushers View Post
    I'll do my best and start scripting agian. Expect a lot from me when I find some time with school.
    Tell me about it, thank you anyway,
    keep up the good work and hope the script is up soon.


    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  23. #73
    Join Date
    Jan 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i run this it withdraws logs runs to the spot hovers over the first log for a little bit then goes to the second etc... w/o ever lighting one

  24. #74
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    For now: This script is outdated since the update of the new interface when you right click. You can try and update it to SRL-5 but for now I am on a huge project I don't want to stop so be patient and I will update this soon.

  25. #75
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Gushers View Post
    For now: This script is outdated since the update of the new interface when you right click. You can try and update it to SRL-5 but for now I am on a huge project I don't want to stop so be patient and I will update this soon.
    Do you know how we would update this to srl-5?

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •