Page 2 of 15 FirstFirst 123412 ... LastLast
Results 26 to 50 of 353

Thread: W100S-EM W100 Shantay Bonfires

  1. #26
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shanghai88 View Post
    Do you think DTM might work better for the fire spirit?
    Tell me about it AFAIK the current TPA works, just that it doesn't have time to click it everytime, due to inventory limits/ summoning familiars blocking the uptext.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  2. #27
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I cant even log in to world 100 ..

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

    Default

    Sweet thank you very much man

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

    Default

    Quick report:

    Progress Report:
    #######################################################
                 Shantay Bank Chest Bonfire              
    #######################################################
    Logs / Hour : 740
    Logs Done   : 980
    Fire Spirit : 5
    EXP Gained  : 162847
    EXP / Hour  : 123084
    Running for : 1 Hours, 19 Minutes and 22 Seconds
    -------------------------------------------------------
    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. #30
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    still using CephaXz script lol. i will test this out

  6. #31
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    only issue is the random detection for me

  7. #32
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Xert View Post
    only issue is the random detection for me
    Random detection is handled by SRL. I am aware some randoms don't detect very well. Your script should log out anyway and terminate should it find itself to be in some unfamiliar areas.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

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

    Default

    dam trolls putting flowers in the whole area so no fires can be lit, thus breaking the bot not allowing to add logs to a bonfire

  9. #34
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ajhockey88 View Post
    dam trolls putting flowers in the whole area so no fires can be lit, thus breaking the bot not allowing to add logs to a bonfire
    Thats 10 minutes ago and I am apparently getting through it without no problems Just put it on SMARTManager and it will restart by a failsafe or in 10 mins or so after legits get bored of screwing you up.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

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

    Default

    Quote Originally Posted by Gucci View Post
    Damn another Bonfire script. Well nice release definitely beats mine
    Aww, don't say that, using yours non stop. A little tweaks here and there, but it works for 5 hours plus, Randoms break it sometimes.

    Great job on this script though Er1k, will try this as well. Only 100k-200k willows for 99 firemaking

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

  11. #36
    Join Date
    Jan 2012
    Posts
    273
    Mentioned
    7 Post(s)
    Quoted
    6 Post(s)

    Default

    i know this is a quick and easy fix but it made a difference between me walking around and not finding any fires and me starting one, of course you got to declare x, y and DT

    Simba Code:
    writeln('Guessing no bonfires nearby, relocate!');
                        DT := DTMFromString('mggAAAHicY2NgYLgBxCGMDAyRQOwKxEFALA/E+4Hih4D4EhQ/BmIhoPiM1jQGbU1NhsLUcIaWsjSG1FBnhtu7JjMEAOVFsGBGHBgCAKwiDs4=');
                        if FindDTM(DT, x, y, MSX1, MSY1, MSX2, MSY2) then
                        begin
                          mouse(x, y, 20, 20, mouse_Left);
                        end
                        else
                        begin
                          mouse(MSCX - 40, MSCY, 20, 20, mouse_Left);
                        end;
                        FreeDTM(DT);
                        while (IsMoving) do;
                        // AdjustPosition;
                        Inc(fail2); //silent updated

                        //Maybe try to find fire here later??
                        //todo
                        if FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2) then
                        begin
                          mouse(x, y, 4, 4, mouse_Right);
                          WaitOption('ight', 400);
                        end;

                        if (fail2 >= 2) then //force banking to relocate
    Perfect script? There is no such thing as "perfect", only "better than you expect".

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

    Default

    Legits are dropping cannons now, lol.

    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.


  13. #38
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by zmon View Post
    i know this is a quick and easy fix but it made a difference between me walking around and not finding any fires and me starting one, of course you got to declare x, y and DT
    It will definitely work, but the precursor to lighting a fire is you need an empty tile. That's why I have been reluctant to add it because the tile right next to the bank chest cannot be lighted, and moving to a random tile in the area doesn't guarantee anything either, but it looks botlike to me.

    Quote Originally Posted by Kyle Undefined View Post
    Legits are dropping cannons now, lol.
    It's amazing how it didn't affect us really, right?
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  14. #39
    Join Date
    Jan 2012
    Posts
    273
    Mentioned
    7 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Legits are dropping cannons now, lol.

    that's hilarious because of the "add to bonfire" button - like cannon is gonna confuse it
    Perfect script? There is no such thing as "perfect", only "better than you expect".

  15. #40
    Join Date
    May 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol some guy was trolling and putting flowers all around the bank, making the "add to bonfire" button not work cuz the nearest bonfire was far away.

    In this case, you should add something that pauses the script for a few minutes or takes a break for a few minutes while some legits make some closer fires.

    Otherwise awesome script! Gotten over 1m exp from it! Anticipating 99 firemaking soon!

    EDIT: oh and I think it mistakes a "Glowing Ember" (familiar) for a sprite.
    Spirit is around!
    color count: 10
    Spirit is around!
    color count: 3
    Spirit is around!
    color count: 1
    Spirit is around!
    color count: 1
    Spirit is around!
    color count: 1
    Spirit is around!
    color count: 1
    Spirit is around!
    color count: 92
    OMG SPIRIT?
    Spirit is around!
    color count: 2
    Spirit is around!
    color count: 2
    Spirit is around!
    color count: 2
    Spirit is around!
    color count: 2
    Spirit is around!
    color count: 3
    Spirit is around!
    color count: 5
    Spirit is around!
    color count: 2
    Spirit is around!
    color count: 6
    Spirit is around!
    color count: 7
    Spirit is around!
    color count: 17
    Last edited by grosseagle; 05-21-2012 at 03:23 AM.

  16. #41
    Join Date
    Jan 2012
    Posts
    273
    Mentioned
    7 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Er1k View Post
    It will definitely work, but the precursor to lighting a fire is you need an empty tile. That's why I have been reluctant to add it because the tile right next to the bank chest cannot be lighted, and moving to a random tile in the area doesn't guarantee anything either, but it looks botlike to me.
    it's usually in the same 4 spots near bank, but pretty much there is nothing in that area to prevent you lighting up (and if there was fire, the add to bonfire wouldn't fail), the dtm works on main screen, not minimap, so it's near bank, and so adding to fire after banking works fine, better than walking around in empty world, maybe i behave like bot but i'd burn it close to bank every time :P

    here is my printout:

    Progress Report:
    #######################################################
                 Shantay Bank Chest Bonfire              
    #######################################################
    Logs / Hour : 824
    Logs Done   : 868
    Fire Spirit : 6
    EXP Gained  : 137908
    EXP / Hour  : 130994
    Running for : 1 Hours, 3 Minutes and 9 Seconds
    -------------------------------------------------------
    Perfect script? There is no such thing as "perfect", only "better than you expect".

  17. #42
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My concern is still - when you get that cannot add bonfires message, chances are legits are already planting flowers nearby or trying to tamper with us. I need to give this more thoughts, but I am not very inclined to add the self-starting fire feature, because afaik world detection is broken at the moment, and I don't want scripts that logged onto somewhere other than W100 to start their own fires and be the loner and get reported.

    I am looking at blending with legits here, so at the moment I would rather let it fail, so that the script terminates itself and gets restarted by SMARTManager, and in effect waiting for legits to stop messing around and it should resume its work properly. For me , it's fine for the script to stand next to the chest and do nothing, as legits won't notice at all. That at least brings some sense of security
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  18. #43
    Join Date
    Jan 2012
    Posts
    273
    Mentioned
    7 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Er1k View Post
    My concern is still - when you get that cannot add bonfires message, chances are legits are already planting flowers nearby or trying to tamper with us. I need to give this more thoughts, but I am not very inclined to add the self-starting fire feature, because afaik world detection is broken at the moment, and I don't want scripts that logged onto somewhere other than W100 to start their own fires and be the loner and get reported.

    I am looking at blending with legits here, so at the moment I would rather let it fail, so that the script terminates itself and gets restarted by SMARTManager, and in effect waiting for legits to stop messing around and it should resume its work properly. For me , it's fine for the script to stand next to the chest and do nothing, as legits won't notice at all. That at least brings some sense of security
    ok so here is why i was getting it - i get "add to bonfire" option whether there is fire or not, so it kept trying to click on add to bonfire with no fire anywhere around, i was there by myself but yeah it needs a little more thinking around that flower and what not issue

    the script stopped while ago with final results:

    Progress Report:
    #######################################################
                 Shantay Bank Chest Bonfire              
    #######################################################
    Logs / Hour : 794
    Logs Done   : 1456
    Fire Spirit : 10
    EXP Gained  : 236528
    EXP / Hour  : 129054
    Running for : 1 Hours, 49 Minutes and 57 Seconds
    -------------------------------------------------------
    Perfect script? There is no such thing as "perfect", only "better than you expect".

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

    Default

    Awesome XP/hr!

    Progress Report:
    #######################################################
                 Shantay Bank Chest Bonfire              
    #######################################################
    Logs / Hour : 810
    Logs Done   : 1596
    Fire Spirit : 16
    EXP Gained  : 273676
    EXP / Hour  : 139039
    Running for : 1 Hours, 58 Minutes and 5 Seconds
    -------------------------------------------------------
    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.


  20. #45
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    flawless thanks for it!

  21. #46
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this script is boss 119k an hour xp using maples (though i was interfering with smart so i could type in stuff )

  22. #47
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Error

    Each time I run the script it manages to complete one full inventory of logs then stops giving me this error: http://i1115.photobucket.com/albums/..._chk/error.png

    I am new to this sort of environment so forgive me if I am doing something wrong.

  23. #48
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by elequenc View Post
    Each time I run the script it manages to complete one full inventory of logs then stops giving me this error: http://i1115.photobucket.com/albums/..._chk/error.png

    I am new to this sort of environment so forgive me if I am doing something wrong.
    Fill in your info in DeclarePlayers.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  24. #49
    Join Date
    Apr 2012
    Location
    Puerto Rico
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Giving this a go now, running flawlessly thus far. Thanks for this Will post a proggie in about 2 hours.

  25. #50
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Progress Report:
    #######################################################
                 Shantay Bank Chest Bonfire              
    #######################################################
    Logs / Hour : 813
    Logs Done   : 672
    Fire Spirit : 8
    EXP Gained  : 215834
    EXP / Hour  : 261352
    Running for : 49 Minutes and 32 Seconds
    -------------------------------------------------------
    Current action is: bank
    Clicked Bank chest
    BankScreenEx found
    Withdrawing logs
    amount of logs: 14300
    Current action is: burn
    Found add to bonfire screen
    BONBONBONBON-ing
    starting logs: 28
    Logs stopped burning - will reburn
    Current action is: burn
    Successfully executed.


    Here's the proggy before it logged me out...Not sure why it logged me out exactly? There was no random..

Page 2 of 15 FirstFirst 123412 ... 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
  •