Page 15 of 22 FirstFirst ... 51314151617 ... LastLast
Results 351 to 375 of 536

Thread: fcaver

  1. #351
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    - FCaver v1.3
    -
    - Runtime: 65 Hours, 56 Minutes and 8 Seconds
    - Entered 862
    * We have gained: 357901 Hp Xp 5428 xp per hour
    - We Have gained: 0 Attack XP
    - We Have gained: 0 Strength Xp
    - We Have gained: 0 Defense Xp
    - We Have gained: 1016393 Range Xp
    - We Have gained: 0 Mage Xp
    - We Have gained: 0 Tokkul

  2. #352
    Join Date
    Mar 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Samerdl I hope you release that fight cave auto curser soon, as of now I'm fire striking with this script for magic exp lol.
    With fight cave auto curser I could get more exp per hour and save a lot on runes ; D

  3. #353
    Join Date
    Nov 2006
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    The potion drinking method seems to be bugged. I changed the colors and changed the text from 'se' in the
    result := FindObjectClose([3394766], 5,PotCts, PotHmoD,PotSmod,['se'],300,150,MIX1, MIY1, MIX2, MIY2);
    to
    result := FindObjectClose([3394766], 5,PotCts, PotHmoD,PotSmod,['ot'],300,150,MIX1, MIY1, MIX2, MIY2);
    and it appears to be working. We'll see once I wake!

  4. #354
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    POTION DRINKING IS BROKEN! In ORDER TO FIX FOLLOW THIS SOLUTION!:


    POTION DRINKING FIX!

    First you must locate the following line (version 1.5, its at line 1469

    it looks like this:

    Simba Code:
    function FoundPotions:boolean;
    begin
    if (findbanksymbol) then exit;
    if (not(loggedin)) then exit;

    gametab(tab_inv);
    result := FindObjectClose([7829110], 5,PotCts, PotHmoD,PotSmod,['se'],300,150,MIX1, MIY1, MIX2, MIY2);
    end;

    What you need to do is change it to
    Simba Code:
    function FoundPotions:boolean;
    begin
    if (findbanksymbol) then exit;
    if (not(loggedin)) then exit;

    gametab(tab_inv);
    result := FindObjectClose([Potion1], 5,PotCts, PotHmoD,PotSmod,['ink'],300,150,MIX1, MIY1, MIX2, MIY2);
    end;




    This will solve it and prevent false clicking, also the current line wont even detect your potion color!, you have to amend this change if you want it to work!











    Quote Originally Posted by pescados666 View Post
    The potion drinking method seems to be bugged. I changed the colors and changed the text from 'se' in the
    result := FindObjectClose([3394766], 5,PotCts, PotHmoD,PotSmod,['se'],300,150,MIX1, MIY1, MIX2, MIY2);
    to
    result := FindObjectClose([3394766], 5,PotCts, PotHmoD,PotSmod,['ot'],300,150,MIX1, MIY1, MIX2, MIY2);
    and it appears to be working. We'll see once I wake!
    Mega typo right there (past versions all had it as rink i think). Guess we should make it clear But i get it, i should add more customization so its clear for the user - and you dont have to search through the code to fix bugs i missed. (in this case, re-wrote and by accident overlooked).

    Thanks i'll include it in main post.
    Last edited by samerdl; 05-13-2013 at 10:19 AM.

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

    Default

    - Runtime: 75 Hours, 51 Minutes and 51 Seconds
    - Entered 646

  6. #356
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    It is known to somehow switch from strength to attack styles. Please fix if not much of a problem thank you!

  7. #357
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Runtime: 10 Hours, 21 Minutes and 47 Seconds
    - Entered 388
    * We have gained: 29716 Hp Xp 2867 xp per hour
    - We Have gained: 89728 Attack XP
    - We Have gained: 0 Strength Xp
    - We Have gained: 0 Defense Xp
    - We Have gained: 0 Range Xp
    - We Have gained: 0 Mage Xp
    - We Have gained: -114 Tokkul

  8. #358
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by mscuderia View Post
    It is known to somehow switch from strength to attack styles. Please fix if not much of a problem thank you!
    Maybe its the way you have set it up ? do you have SwitchTo =2;

  9. #359
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by mscuderia View Post
    It is known to somehow switch from strength to attack styles. Please fix if not much of a problem thank you!
    Check your goals and decisions setup, be sure you didn't set it up to a level you already passed (i think default is 85 str, so if your higher than that, then set it up that section, if you dont want it, then set it to false). Thats the only thing that switches styles (that and range support but i dont think your using that)

  10. #360
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    samerdl the only issue i have with your bot is that for some reason it really gets my fans going and my computer starts to get hot.

  11. #361
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by L3m0n Pk3r View Post
    samerdl the only issue i have with your bot is that for some reason it really gets my fans going and my computer starts to get hot.
    Check the Memory leak setup section. You can do the following, disable automatic Bank MiniMap detection and set it to manual(this alone uses 20% CPU, manual uses like 5% CPU or close to none), you can enable uselessmemory and play around with waitmemory3/4 to see what works best, just be advised if you use if you set up manual bankMM you will have to pick the bank icon colors on your own , link is in topic/faq

  12. #362
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by samerdl View Post
    Check the Memory leak setup section. You can do the following, disable automatic Bank MiniMap detection and set it to manual(this alone uses 20% CPU, manual uses like 5% CPU or close to none), you can enable uselessmemory and play around with waitmemory3/4 to see what works best, just be advised if you use if you set up manual bankMM you will have to pick the bank icon colors on your own , link is in topic/faq
    Thanks, will get working on that now.

  13. #363
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    FCaver v1.5
    -
    - Runtime: 60 Hours, 14 Minutes and 12 Seconds
    - Entered 660
    * We have gained: 500000 Hp Xp 8301 xp per hour
    - We Have gained: 0 Attack XP
    - We Have gained: 1500000 Strength Xp
    - We Have gained: 0 Defense Xp
    - We Have gained: 0 Range Xp
    - We Have gained: 0 Mage Xp
    - We Have gained: 95000 Tokkul


    Thanks pretty consistent script.
    Last edited by farkid; 05-14-2013 at 02:31 AM.

  14. #364
    Join Date
    May 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    dude i just logged in SRL to type this and to tell you what an amazing script really. Ran it for 7 hours and it was consistent. Thanks again and please keep it updated.

  15. #365
    Join Date
    Apr 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    - Rune scim.
    - Glory amulet.
    - Mith gloves.
    - Climbers.
    - Attack: 50 | Strength 51-56 | Defence: 01 | Hitpoints: 51-53 | Combat: 47-49.

    - We Have gained: 0 Defense Xp
    - We Have gained: 0 Range Xp
    - We Have gained: 0 Mage Xp
    - We Have gained: 4728 Tokkul
    6 hour 37 minute run time. Awesome script! Would love to see more this good!

  16. #366
    Join Date
    Feb 2007
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Thanks for fixing the potion drinking

    Been running for 3 days atm, total time over 10 days.


    \Btw, is there a way to use more than 1 sort of potions?
    Last edited by inkw10; 05-14-2013 at 11:30 AM.

  17. #367
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by inkw10 View Post
    Thanks for fixing the potion drinking

    Been running for 3 days atm, total time over 10 days.


    \Btw, is there a way to use more than 1 sort of potions?
    Yes you can do that (originally i had a setup for three potions, hence why the name of it is potion1), you're gona have to figure this out on your own :-).

    (hint, The procedure that drinks potions has a function in it, duplicate that function and then add a constant to the script to relay to it).

    Edit: gona request suspension till Saturday, i have a project i need a seminar to finish writing and i cant afford to get distracted by this awesome website, cya on sunday! will post an update then to add more failsafes and improve attacking monsters.

    I think if you guys get any problems or issue, you should be able to edit the player setup (the start options) to overcome any issue), there is a lot of options to change!
    Last edited by samerdl; 05-14-2013 at 01:11 PM.

  18. #368
    Join Date
    Mar 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    My friend using this. Works fine (hes very happy about that prayer support actually) ,but it stuck in the corner while fighting that damn rangers from time to time. Then script just sits there and waits for auto-logout :L

    There is no fail-safe for that in the script i believe. I have searched for a while, but was unable to find.

    I only remember pascal from school, can't solve this on my own lol

    Is it possible to create function (idk if this is possible with simba) that would log-out if not in combat for more then 1 minute?

    That would be very useful, because he stucks at that rangers at least 1 time per hour. Unlucky spawns -.-


    I saw that procedure "checkifstuck" . But I don't really understand how it should realize, that account is stucked.

    Last edited by skautas; 05-14-2013 at 04:22 PM.

  19. #369
    Join Date
    Mar 2013
    Posts
    72
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by skautas View Post
    My friend using this. Works fine (hes very happy about that prayer support actually) ,but it stuck in the corner while fighting that damn rangers from time to time. Then script just sits there and waits for auto-logout :L

    There is no fail-safe for that in the script i believe. I have searched for a while, but was unable to find.

    I only remember pascal from school, can't solve this on my own lol

    Is it possible to create function (idk if this is possible with simba) that would log-out if not in combat for more then 1 minute?

    That would be very useful, because he stucks at that rangers at least 1 time per hour. Unlucky spawns -.-


    I saw that procedure "checkifstuck" . But I don't really understand how it should realize, that account is stucked.

    Pretty sure he got himself banned until sunday to avoid overchecking in on forums lol.

  20. #370
    Join Date
    Mar 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Ya, never mind. I found that part of anti-stuck. If stucked it wait like 3minutes, then rotates camera to North and clicks on mini map, if he fails to un-stuck, then sits and wait 5 more minutes to force log-out.

  21. #371
    Join Date
    May 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Why is the op banned?

  22. #372
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by guiltyinstncts View Post
    Why is the op banned?
    Read what he said in is first post...

  23. #373
    Join Date
    May 2013
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    47 Post(s)

    Default

    Quote Originally Posted by guiltyinstncts View Post
    why is the op banned?
    how many times could he have said it?

  24. #374
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any fix for this "Fcaver15.simba(486:1): is ('=') expected at line 485" ? this is the line "ManualBankMM = false; // Or enable this for Manual detection (less CPU usage)"

  25. #375
    Join Date
    May 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Very nice script, out of all of the fight cavers I've used this is by far the best. Only problem I seem to have with it is the special attack feature but I just read a comment saying I should change a few lines of the script so I'll try that out later. Thank you so much for the script.

Page 15 of 22 FirstFirst ... 51314151617 ... 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
  •