Page 7 of 22 FirstFirst ... 5678917 ... LastLast
Results 151 to 175 of 536

Thread: fcaver

  1. #151
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    http://gyazo.com/efc7f222c5a9e3f99027686ee977fcb4

    v9 i belive, havent turned off to update versions but will do 2morrow

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

    Default

    Quote Originally Posted by imyourcat View Post
    http://gyazo.com/efc7f222c5a9e3f99027686ee977fcb4

    v9 i belive, havent turned off to update versions but will do 2morrow
    hahahaha 46 hours.. 5 more hours and you break the record lol
    am still running mine too, at 12 hours, if i get 15 i'll break my own record

  3. #153
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    oh didnt know 50 was a record damit, turned mine off for a day

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

    Default

    Quote Originally Posted by imyourcat View Post
    oh didnt know 50 was a record damit, turned mine off for a day

    Well i broke my record today, ran it for about 20 hours. Kept going even after the proggy i posted

  5. #155
    Join Date
    Apr 2013
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    44 Post(s)

    Default

    Brilliant script btw. I updated to the latest version- it runs well but for some reason it doesnt pray wen the lvl 45 or 90 is sighted(i've enabled it). It clicks the pray symbol but for some reason the mouse doesnt hit protect from range/melee. I'm usin version 12. version 8 did this fine but i was gettin stuck too often. Thanx.

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

    Default

    Quote Originally Posted by subsidel View Post
    Brilliant script btw. I updated to the latest version- it runs well but for some reason it doesnt pray wen the lvl 45 or 90 is sighted(i've enabled it). It clicks the pray symbol but for some reason the mouse doesnt hit protect from range/melee. I'm usin version 12. version 8 did this fine but i was gettin stuck too often. Thanx.
    Whats your prayer Level? if your Prayer is 50/40/30/20/10 or you have 50/40/60/70/90/10 anything with a Zero, it will register it as Zero Prayer, and thus it won't click prayer.

    But i got you covered (And For the release of 1.3;

    Am going to assume you either have 50 prayer or 60 or 70 (Zero at the end).

    open the latest file and head over to line 1015. (Function Outofprayer area)

    it reads like this:

    Simba Code:
    result := FindBitmapToleranceIn(Zero,X,y,MIX1, MIY1, MIX2, MIY2, 10)
      Isoutofprayer:= result;

    Your going to change the line with the result to:
    Simba Code:
    result := FindBitmapToleranceIn(Zero,X,y,630, 440, 642, 458, 10)

    That way it will only detect the zero on the left and not on the right, and wont detect Zeros with another number (40,50,60,30,20!!)!

    So it looks like this:

    Simba Code:
    result := FindBitmapToleranceIn(Zero,X,y,630, 440, 642, 458, 10)
      Isoutofprayer:= result;

    And that should solve it!. Also this way it only detects the perfect zero, it wont detect the zero when you have 40 prayer points left or whatever.
    This actually works a lot better, linking this to main topic!, thanks for the reply! hope it helps
    Last edited by samerdl; 04-26-2013 at 09:07 AM.

  7. #157
    Join Date
    Apr 2013
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    44 Post(s)

    Default

    Tyvm! and fast reply . Worked like a charm. This is def the best script out there. 1 other thing- (very minor) sometimes before you enter cave the mouse tends to follow people with iron/ berserker helmets... I've not witnessed it false click them but if you had 3 colours for the cave entrance (like u added for the bank symbol) would it stop this from happening?

  8. #158
    Join Date
    Apr 2013
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    44 Post(s)

    Default

    Just posting this to warn that somehow you can still die outside of the cave (and im lvl 92) so only use 3 good items. I'm guessing a random got me- a script for dealing with randoms was left open .

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

    Default

    Quote Originally Posted by subsidel View Post
    Just posting this to warn that somehow you can still die outside of the cave (and im lvl 92) so only use 3 good items. I'm guessing a random got me- a script for dealing with randoms was left open .
    Did you set up Nickname correctly? Did you check the Debug Box for an Error that reads something like: terminating Error: Hight/Width, terminating.

    Random events are supported in all area outside the cave - at every step (check the script), if you don't set up nickname correctly then the Script terminates (not script related, thats how the SRL include works,check the link in the script under nickname!), if random event detection is turned off it cant die, it will just ignore all combat related randoms and run inside, and by default random event detection is turned ON.

    Only reason i added random support was because Sandwich lady CAN follow you inside the cave and teleport you (Which did happen to some people).
    Am asking about the Nickname because like you, i've almost died to not setting up nickname properly (i use ROL so i can't die).

    Its important to set up nickname correctly!.

    Also regarding cave detection, this is so tricky, even with trying all the cool functions TPA's have, i still couldn't get it to hover white items on screen, split and find nearest etc... No luck. The only way to click perfectly on the cave is by using ID's, which simba currently doesn't support (revive reflection!)

    And one last suggestion: I've used this since i started botting jad caves few years ago, is: ALWAYS WEAR A RING OF LIFE.

    Hope it helps!, no need to downgrade gear, use a proper nickname and ROL and you wont have anything to worry about, i've given some example before that tests your nickname during random events :-)

  10. #160
    Join Date
    Apr 2013
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    44 Post(s)

    Default

    Man your helpfulness is as good as your script- ty so much

  11. #161
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by samerdl View Post
    hahahaha 46 hours.. 5 more hours and you break the record lol
    am still running mine too, at 12 hours, if i get 15 i'll break my own record
    going to break the record botting 7 days straight no pauze non 24/7 hours a day till 99 str GL hope no ban!

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

    Default

    Quote Originally Posted by subsidel View Post
    Man your helpfulness is as good as your script- ty so much
    Your welcome, give as much feedback as possible, am trying to improve this script all the time, your post about prayer reminded me of something i should of fixed 7 versions ago but forgot about it.

    Am also sorry that you died, happy gameplay.

    Edit: Also a tip to test nickname, just start the script and then type your nickname in game, or your rsn, if the script crashes then try again!, thats what i did to get my proper nickname.

    This Little script should do that for you, just to test, go to a private area such inside your house then run the script, what it will do is just keep trying to find the random events (including the talking ones), so you start the script and just type your rsn in game fully, if the script crashes then type another nickname and relaunch till you get it to work, give it a try.


    Simba Code:
    program talktest;

    {$DEFINE SMART8}
    {$I SRL-OSR/SRL.Simba}

    procedure PlayerSetup;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    Players[0].Name := ''; //user
    Players[0].Pass := ''; //password
    Players[0].Nick := '';//
    Players[0].Active:=True;
    end;        
     

    begin
    PlayerSetup;
    setupsrl;
    repeat
    findnormalrandoms;
    until (false);
    end.

    it will write in debug: Found NickName if your nickname is correct (100% Correct, look out for that!!!)

    OMG!. I just noticed I did a hugeeee mistake (all thanks to you bro once again!!!) gota point it in main topic.

    Quote Originally Posted by kanko View Post
    going to break the record botting 7 days straight no pauze non 24/7 hours a day till 99 str GL hope no ban!
    Did you start? if yes then how far are you in? and on what version? if no. Then please don't do that, don't abuse...

    My record is 20, but thats because i was really close to an onyx, won't do it again i promise.


    In other news:

    Attacking the monsters isn't actually 'impossible' to perfect/do properly without much missclicks as we thought it might be, i've been writing a fighter for something not related to fight caves (not going to release, would ruin slayer tasks for legit players, and thats something am not interested in).

    So far i got it to detect monsters when they are near by and even when they are moving it clicks it, and sometimes it clicks so fast that you think it miss clicked but it doesn't.
    I'll update more next week!, look forward to Train Till reached level functions, attacking Monsters, and reducing Some high CPU usage.

    Simba can actually do a lot of things, but we have to learn TPA'S to utilize them, once you learn it, it becomes even more fun. I might try to add some Radial walking to the script, but it will still depend on the current check if stuck detect system (check the script to learn how it works!)

    Your feedback helps me a lot! so please give us much feedback/suggestions as possible. I think by now most of you know i don't say empty stuff, and
    actually try to implement what i say. :-)

    Edit: lastly been working on range support as well.
    happy gameplay.
    Last edited by samerdl; 05-02-2013 at 12:15 AM.

  13. #163
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by kanko View Post
    going to break the record botting 7 days straight no pauze non 24/7 hours a day till 99 str GL hope no ban!
    challenge accepted, 97 str 14 hours already

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

    Default

    Quote Originally Posted by imyourcat View Post
    challenge accepted, 97 str 14 hours already
    just be sure to do the fixes! before you run any new session

  15. #165
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    what's the xp per hour for this

  16. #166
    Join Date
    Dec 2011
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by phag View Post
    what's the xp per hour for this
    300k/h

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

    Default

    Quote Originally Posted by phag View Post
    what's the xp per hour for this
    Not very high, can range from 25k to 40k, it depends on your combat level. The higher the better (the further you reach in the cave, the higher exp you get).

  18. #168
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    does it support ranged?

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

    Default

    Quote Originally Posted by phag View Post
    does it support ranged?

    Won't pick up arrows or knives or detect your out of them (current version) but this is exactly what am working on right now:

    -Picking up arrows/knievs/bolts.
    -Re-equipping them.
    -logging & terminating/switching to melee if the range gear count is below 10/20.

    Pretty much got most of it done, but not releasing just yet (still testing), most likely next week.


    Edit: been testing it over the weekend, will test it today at fight caves and implement it to be useful, hoping to either release today or tomorrow.
    Last edited by samerdl; 04-28-2013 at 10:07 AM.

  20. #170
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    does it not eat? or have i just not done something to make it

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

    Default

    Quote Originally Posted by lexango View Post
    does it not eat? or have i just not done something to make it

    I didn't add any eating support to the main version, do you want one?

  22. #172
    Join Date
    Mar 2013
    Location
    NC, USA
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    You were right Samer; let it run while I slept, and when I woke up and checked it, I had died, but thanks to the RoL, I saved quite a pretty penny. Thanks for that.

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

    Default

    Quote Originally Posted by Nanner View Post
    You were right Samer; let it run while I slept, and when I woke up and checked it, I had died, but thanks to the RoL, I saved quite a pretty penny. Thanks for that.
    To be honest just turn random event support off, yesterday i was training at a combat spot testing out range support, i rol'ed twice even with random event support enabled, now it was most likely strange plant and swarm that got me, At the fight caves, i usually turn random events off and i've seen Strange plants/swarmps/killer randoms jump at me and the script would just ignore it and run inside.

    The only random that can follow you inside (only 1/10000 times) is sandwich lady and that has never ever happened to me (happened to other people, but no pics were ever posted to provide proof).

    For now tbh, turn randoms off (set it to false).
    Also if you didn't do the nickname Fix, the script would just crash when you got a random event (check main topic).

    Am still working on 1.3 atm.

    And dont forget to get another Rol

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

    Default

    Concerning your post above I have had the sandwich lady follow me inside, unsure if mysterious old man did also but I've had some boxes (I assume it was from my brief time outside). With that being said though I've never caved with a rol nor have I ever died. (60-80 att/60-95+str/60-70 def) with a mixture of seans script and this. Thinking about it I may have gotten the lady twice as I caught it myself once and another time I woke up in lumbridge dungeon but my character didn't die. I'm also not 100% sure but I remember seeing the guy that asks for the herb inside caves too. Either way I'm gonna buy a rol my next trip out of caves.

  25. #175
    Join Date
    Mar 2013
    Location
    NC, USA
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Doorz View Post
    Concerning your post above I have had the sandwich lady follow me inside, unsure if mysterious old man did also but I've had some boxes (I assume it was from my brief time outside). With that being said though I've never caved with a rol nor have I ever died. (60-80 att/60-95+str/60-70 def) with a mixture of seans script and this. Thinking about it I may have gotten the lady twice as I caught it myself once and another time I woke up in lumbridge dungeon but my character didn't die. I'm also not 100% sure but I remember seeing the guy that asks for the herb inside caves too. Either way I'm gonna buy a rol my next trip out of caves.
    Assuming that you made that much progress without getting banned, how much do you bot a day?

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