Page 12 of 15 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 353

Thread: W100S-EM W100 Shantay Bonfires

  1. #276
    Join Date
    May 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    This script did not pick fire spirit ?

  2. #277
    Join Date
    Nov 2011
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it will miss the occasional fire spirit but 9/10 times it will get it

  3. #278
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the script doesn't add logs, it only tries to make it's own fire on the back square, which you cannot make a fire on.. >_>?

  4. #279
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "fixed now working"

  5. #280
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I run the script it does everything right, but after it clicks on the log is does nothing, and doesn't hit "Add To Bonfire"

  6. #281
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How many charms do i get 1-99 fm?

  7. #282
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it works good for me but the only thing wrong with it is it always fails randoms. Any suggestions??

  8. #283
    Join Date
    May 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by yolofish View Post
    it works good for me but the only thing wrong with it is it always fails randoms. Any suggestions??
    That's not the script. That's SRL. If your account gets stuck in a random and you're willing to let people borrow your account to fix it for the future, there's a section of the forum for that.
    ISSA Certified Personal Trainer.
    Learning to script a second time around.
    "Come for the scripts, stay for the community."
    ‎|(• ◡ •)| (❍ᴥ❍ʋ)
    77/99RC

  9. #284
    Join Date
    May 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by SavageKitty View Post
    When I run the script it does everything right, but after it clicks on the log is does nothing, and doesn't hit "Add To Bonfire"
    I have the exact same problem.
    I looked at the script, but as I am a newbie I can't really find out what's wrong .

    --
    Edit: nvm just needed to go a few pages back to solve the problem^.^

    ~Mayx
    Last edited by mayx; 06-29-2012 at 02:32 PM.

  10. #285
    Join Date
    Jun 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Script doesn;t work, always goes to "Add to bonfire" option

  11. #286
    Join Date
    Jun 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't work for me either, it just keeps clicking on log and never on the "add to bonfire" option

  12. #287
    Join Date
    Aug 2006
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by damiani View Post
    Doesn't work for me either, it just keeps clicking on log and never on the "add to bonfire" option
    there is a fix posted in one if the pages, keep looking.

  13. #288
    Join Date
    Jun 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks so much now works!

  14. #289
    Join Date
    May 2012
    Location
    Texas
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Er1k View Post
    Replace the function AddingScreen with the following code. I am leaving for my flight in a few hours, and this quickfix is made up in literally 5 minutes, so help each other if there are more updates/problems in the next 2 weeks or so.

    Simba Code:
    function AddingScreen :Boolean;
    var x, y: integer;
    begin
    //  Result := CountColorTolerance(4543066, 17, 355, 484, 456, 2) > 2000;
      Result := FindTextTPAEx(2070783, 0, MCX1, MCY1, MCX2, MCY2, X, Y, 'onfire', StatChars, Nothing);
      if result then writeln('Found add logs');
    end;

    In case you're wondering why I won't be around, read this

    Good luck and help yourselves
    This is the fix guys
    Mostly Inactive, School

  15. #290
    Join Date
    Oct 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    What the script does fine:

    1. Finds the chest.
    2. Withdraws logs
    3. Selects the "craft" function for the log

    What the scrips doesn't do.

    1. CLICKS ADD TO BONFIRE!

  16. #291
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Brandon02852 View Post
    What the script does fine:

    1. Finds the chest.
    2. Withdraws logs
    3. Selects the "craft" function for the log

    What the scrips doesn't do.

    1. CLICKS ADD TO BONFIRE!
    Find this function "AddingScreen" in the v1.2 and replace it with this.

    Simba Code:
    function AddingScreen :Boolean;
    var x, y: integer;
    begin
    //  Result := CountColorTolerance(4543066, 17, 355, 484, 456, 2) > 2000;
      Result := FindTextTPAEx(2070783, 0, MCX1, MCY1, MCX2, MCY2, X, Y, 'onfire', StatChars, Nothing);
      if result then writeln('Found add logs');
    end;
    Last known as Jonno.

  17. #292
    Join Date
    Oct 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Okay thanks.
    Last edited by Brandon02852; 07-01-2012 at 12:32 AM.

  18. #293
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i start the script i get an error saying "error starting smart, ensure the target page has an applet declaration"

  19. #294
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by orangenut View Post
    when i start the script i get an error saying "error starting smart, ensure the target page has an applet declaration"
    That is because Runescape servers are down: http://villavu.com/forum/showthread.php?t=85490

    RS Forums: http://services.runescape.com/m=foru...6,367,63841580
    Last known as Jonno.

  20. #295
    Join Date
    May 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    It's me or when I use your script ( or Simba ), my FPS is only 5 FPS In other bots, I'm at 35+FPS >< ( Fixed screen & low graphic )

  21. #296
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    - Good way to start summoning
    How?

  22. #297
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Shatterhand View Post
    How?
    You get charms from fire spirits, isn't much but over time it looks like this!

    Last known as Jonno.

  23. #298
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    It won't find the chest, the cursor will be all over the place and randomly clicking assuming it's the chest

  24. #299
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by Jonno View Post
    You get charms from fire spirits, isn't much but over time it looks like this!

    Oh, looks great!
    EDIT: The script needs an update, the adding logs window changed.
    I solved the problem with a simple DTM.
    Simba Code:
    function AddingScreen :Boolean;
    var
      DTM, X, Y : Integer;
    begin
      DTM := DTMFromString('mggAAAHicY2NgYHBgZGBoBuJWIHYE4glAbALEU4B4MhAfBeLDQLwCiFcBMbeBAwTr24OxkIQUGPMDzcKGGXFgCAAAOPkJMQ==');
      Result := FindDTM(DTM,X,Y,MCX1,MCY1,MCX2,MCY2);
      FreeDTM(DTM);
    end;
    Last edited by Shatterhand; 07-02-2012 at 06:02 PM.

  25. #300
    Join Date
    Apr 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by kritis View Post
    It's me or when I use your script ( or Simba ), my FPS is only 5 FPS In other bots, I'm at 35+FPS >< ( Fixed screen & low graphic )
    yh same for me too.

Page 12 of 15 FirstFirst ... 21011121314 ... 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
  •