Page 6 of 19 FirstFirst ... 4567816 ... LastLast
Results 126 to 150 of 456

Thread: riwuDomDagannoth [FASTEST Melee xp, up to 290k+/hr]

  1. #126
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by JN13 View Post
    you know how the chat box tells you when your special is full?

    Simba Code:
    if UseSpecial then
          if (FindColorTolerance(x,y, 3328050,300,445,237,456,12) or (TimeFromMark(SA)>(RandomRange(MinWaitSpec*1000,MaxWaitSpec*1000)))) //color of the greenish special attack chat text.
          then
            begin
              SpecialAtt;
              if AttackSentinelButDead(['Atta','ttack','ck D']) then Break;
           end;

    It checks only for the 100% message (its longer than the 50%) and uses your time based one as a failsafe. This would be useful for people who use special attack boosting auras or the ring of vigor.

    I'm loving this script
    I've thought of that but was held back by the fact that if u have game filter on, the message wont appear, and that it may disappear too fast due to the constant sentinel roaring/clan chat etc. On second thought what u said is indeed true; there is no harm adding that and having timing as failsafe. Will credit u for the part Btw why is ur search radius starting from 300? I tested it and 230 seems to be more feasible.
    Will push an autoupdate with that and a function to turn Game chat to All later.

    Quote Originally Posted by Gregbot View Post
    I didn't use this script because it would sometimes missclick and get stuck behind the dagannoths.
    But now I read the new update with right-clicking, and bankpin support and other fixes, and I came all over my keyboard.
    I love you for making this script!
    Didn't have the autoupdater so its not too convenient to release a new version just to fix some minor bugs. With the autoupdater it will be much easier to push micro-updates now

  2. #127
    Join Date
    Dec 2011
    Location
    USA
    Posts
    362
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think I might have found a good solution!

    Simba Code:
    if UseSpecial then
          if (FindChatBoxText('100',8,3328050)) or (TimeFromMark(SA)>(RandomRange(315012,329921))) then
          begin
            PlaySound('C:/Simba/Scripts/alert.wav');//just for fun :)
            SpecialAtt;
            if AttackSentinelButDead(['Atta','ttack','ck D']) then Break;
            ExamineInv;
            Inc(SAC);//added a counter to see how many specials I did.
          end;

    I have been testing this for the last 3-4 hrs, and it isn't perfect but it does work about 5/6 times thus far. if it doesn't the failsafe just catches it 30 seconds or so later. All in all, it is a marked increase in XP/Hr for me.



    ps... that was because I was an idiot and didnt crosshair the client before I found coordinates lolz :/

    O and is it possible to AutoUpdate without wiping your settings? The script takes a while to set up...
    Last edited by JN13; 06-10-2012 at 04:33 AM.
    Currently: Very busy
    Future Goals: finish nursing school, RS later.

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

    Default

    The #1 most intelligent script I have ever read. Period.
    O and is it possible to AutoUpdate without wiping your settings?
    <- would be awsome!
    And I have a little problem with the timing of the familiar but I increased the length time to one 4 minutes longer than the actual familiar time and it seems to work perfect. You should defiantly apply to members with this!!!!!!
    New to scripting, trying my best.
    "It is better to remain silent and be thought a fool than to open one's mouth and remove all doubt."

  4. #129
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I keep on getting:

    cant find sentinel but not dead!
    logout to restart a new match

    Then the sentinel is still attacking so it goes to suiciding mode (cant logout either, suiciding to restart a new match), gets to lobby, and repeats- do you have any idea why it isn't recognizing the sentinel?

    EDIT: I'm ranging if that makes any difference
    Last edited by evilswords0; 06-10-2012 at 05:38 AM.

  5. #130
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is working amazing! got me from 95-99 str so far.

  6. #131
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by JN13 View Post
    I think I might have found a good solution!

    Simba Code:
    if UseSpecial then
          if (FindChatBoxText('100',8,3328050)) or (TimeFromMark(SA)>(RandomRange(315012,329921))) then
          begin
            PlaySound('C:/Simba/Scripts/alert.wav');//just for fun :)
            SpecialAtt;
            if AttackSentinelButDead(['Atta','ttack','ck D']) then Break;
            ExamineInv;
            Inc(SAC);//added a counter to see how many specials I did.
          end;

    I have been testing this for the last 3-4 hrs, and it isn't perfect but it does work about 5/6 times thus far. if it doesn't the failsafe just catches it 30 seconds or so later. All in all, it is a marked increase in XP/Hr for me.



    ps... that was because I was an idiot and didnt crosshair the client before I found coordinates lolz :/

    O and is it possible to AutoUpdate without wiping your settings? The script takes a while to set up...
    I'd prefer the previous idea to just search the color. FindChatBoxText will not work if ur chatbox isn't scrolled down completely (i.e. non-uniform chat line). Also u cant set color tolerance, and im not sure if the chat text will change color slightly.

    Im also considering adding a new Special mode BgsDmg which will use Bgs at a certain percentage chance but a dps weapon (d claw/dds) most of the time.

    Im still finding the function to rewrite file from a certain line onward. Until then, the only way is to save ur settings in a txt and when there is new version, check that no additional settings are added, then copy and paste ur old setting to it.
    Quote Originally Posted by evilswords0 View Post
    I keep on getting:

    cant find sentinel but not dead!
    logout to restart a new match

    Then the sentinel is still attacking so it goes to suiciding mode (cant logout either, suiciding to restart a new match), gets to lobby, and repeats- do you have any idea why it isn't recognizing the sentinel?
    Did u enter the fight with dagannoth manually then start the script while already fighting? Or did u rotate the angle/move around while the script is running? Try starting the script near the bank and let the script handles everything (i.e. dont change angle etc).

    As there is no way to differentiate between the 2 dagannoth (and i must only focus on one of them), i have to rely on coordinate and uptext to attack only the right one.

  7. #132
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Did u enter the fight with dagannoth manually then start the script while already fighting? Or did u rotate the angle/move around while the script is running? Try starting the script near the bank and let the script handles everything (i.e. dont change angle etc).

    As there is no way to differentiate between the 2 dagannoth (and i must only focus on one of them), i have to rely on coordinate and uptext to attack only the right one.
    I started right outside the bank (the same as in all past versions) and let the script do everything. It clicks on the dag fine for the initial speccing and potting but then immediately ceases to recognize it.

  8. #133
    Join Date
    Dec 2011
    Location
    USA
    Posts
    362
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    I'd prefer the previous idea to just search the color. FindChatBoxText will not work if ur chatbox isn't scrolled down completely (i.e. non-uniform chat line). Also u cant set color tolerance, and im not sure if the chat text will change color slightly.
    Well so far, with 12 log in and outs the color has been faithfully the same. also the other SRL chat box colors don't change to my knowledge. I do like the color idea better, but you would still have to find that theoretical box where the 100 message is and not the fifty. I never bothered because the chat box one worked so well

    Good luck man, before this script I had to suicide Soulless in the middle of the underground pass with 35k xp/hr. this is WAY better (though with soulless you could use script manager and let it go for a week).
    Currently: Very busy
    Future Goals: finish nursing school, RS later.

  9. #134
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For reference to position/set up for the problem-


    Anyways- only 1.2M-ish from 99- (over 6M down) I love your script so much .

  10. #135
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by evilswords0 View Post
    For reference to position/set up for the problem-


    Anyways- only 1.2M-ish from 99- (over 6M down) I love your script so much .
    Hmm try the melee setup and see if it works for u? Is the position for ranged slightly different from melee? I'll test out ranged now.

  11. #136
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tried the melee setup- it didn't work because the character stops running towards the dags once it gets into bow range due to the lack of luring with the eee. Of course, then it is in the wrong spot to recognize the dag and the whole attempting to log out thing happens again.

  12. #137
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by evilswords0 View Post
    i tried the melee setup- it didn't work because the character stops running towards the dags once it gets into bow range due to the lack of luring with the eee. Of course, then it is in the wrong spot to recognize the dag and the whole attempting to log out thing happens again.
    what i mean was to try the melee mode. But nvm abt it as i've tested the ranged setup, and my position ended up exactly the same as the one u show (except that my tiles are colored but urs is like black and white?), but its running well and clicking correctly. Can u check the mouse movements, does it go to the center of the dagannoth and right clicks? and post the debug too, may get a hint from it.


    Quote Originally Posted by JN13 View Post
    Well so far, with 12 log in and outs the color has been faithfully the same. also the other SRL chat box colors don't change to my knowledge. I do like the color idea better, but you would still have to find that theoretical box where the 100 message is and not the fifty. I never bothered because the chat box one worked so well

    Good luck man, before this script I had to suicide Soulless in the middle of the underground pass with 35k xp/hr. this is WAY better (though with soulless you could use script manager and let it go for a week).
    Upon testing, an obvious problem surfaced: It will repeatedly try to cast spec as the 100% message stay there. My solution is to put additional condition of TimeFromMark(SA)>3mins (meaning the fastest rate it can use spec is every 3min) and it works for me now. Any better solution u came out with?
    Last edited by riwu; 06-10-2012 at 09:36 AM.

  13. #138
    Join Date
    Mar 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
        if (TimeFromMark(r)>300000) then
        begin
          Report;
          MarkTime(r);
        end;
    Am I free to edit that number so it reports more often?

  14. #139
    Join Date
    Dec 2011
    Location
    USA
    Posts
    362
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Upon testing, an obvious problem surfaced: It will repeatedly try to cast spec as the 100% message stay there. My solution is to put additional condition of TimeFromMark(SA)>3mins (meaning the fastest rate it can use spec is every 3min) and it works for me now. Any better solution u came out with?
    Examineinv but really, your idea is better. If for some reason the timing gets messed up a failisafe like that would help.
    Last edited by JN13; 06-10-2012 at 05:02 PM.
    Currently: Very busy
    Future Goals: finish nursing school, RS later.

  15. #140
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I meant melee mode. Anyways- yes it does right click on the center (up until it stops).


    DomDag script by riwu, visit http://villavu.com/forum/showthread.php?t=83612 for more info
    Time Running: 2 Minutes and 4 Seconds
    Xp gained: 50
    Xp/hr: 1444
    Please post the proggies!
    activating aura
    Found item, checking if its a pouch...
    Found pouch!
    spec att!
    cant find sentinel but not dead!
    logout to restart a new match
    cant logout either, suiciding to restart a new match

    Repeat each time it tries to restart a match.

    It seems kind of strange our floors are different colors- i have no idea what might cause that but do you think that has any effect on anything? I find this especially strange since v3 works fine- im not sure what would have changed to make it stop working for me.
    Last edited by evilswords0; 06-10-2012 at 05:11 PM.

  16. #141
    Join Date
    May 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got a lot of problems with this script now, while it was working flawlessly yesterday with the same settings:

    -Starts fight by not drinking all the potions, e.g. he drank renewal & extreme str, but he didn't drink extreme att.
    -Speccing at the wrong times, or even not speccing at all completely. I watched the bot from the start setting up at the bank, everything went good until the fight started (didn't drink the extreme att) but he did spec with the BGS. 5 Minutes later when I got the 100% message he didn't spec, I waited and waited for a few more minutes, no spec at all.
    I had him spec once when the bar wasn't 100% yet.
    -Not resummoning familiar, tried putting in the exact time in minutes & a few minutes longer, neither worked.

    Edit: He finally specced, after 10 minutes.

    ~130k exp/h vs the 195k I was getting last night
    Last edited by Gregbot; 06-10-2012 at 06:38 PM.

  17. #142
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works perfect for me using melee

    Time Running: 1 Hours, 27 Minutes and 52 Seconds
    Xp gained: 337330
    Xp/hr: 230342

  18. #143
    Join Date
    May 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Seems to work perfect again for me except for the summoning part.
    Guess it's just me cause one day it's flawless and the other day full of glitches without changing script or settings.

    Anyway I'm getting ~200k melee exp per hour again, unfortunately only summoning my pouch once every trip (using spirit dagannoth).
    Tried changing the settings so he won't withdraw any summoning pots (as I'm only using 1 pouch per trip) but for some reason he won't even summon my first pouch then.

    So my setup now is:
    3x Extreme attack & str
    13x Prayer pot
    4x Prayer Renewal
    1x Pouch
    1x Summoning potion (which I don't need/use)

    Does anyone have any idea why he does not resummon my spirit dagganoth if I take 2 pouches and enter in the right time & cost of the pouch?

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

    Default

    Hmm, I don't have EE so when it equips bandos gs, does special, re-equips whip, but my drag defender goes to 1st inv slot instead of 3rd. and it never get re-equipped. Other than that Script is running flawless! Thanks

    Edit: Flawless! Had to change eedmg to dmg, because I don't have EE
    Last edited by Ezio Auditore da Firenze; 06-13-2012 at 07:42 AM.
    Last known as Jonno.

  20. #145
    Join Date
    May 2012
    Location
    Chaaaaiir
    Posts
    376
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Works great! Thanks so much Proggie with ss+turm no pots. whip + ddef bgs spec.

    Time Running: 1 Hours, 56 Minutes and 51 Seconds
    Xp gained: 289611
    Xp/hr: 148688

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

    Default

    Quote Originally Posted by Sokkr7 View Post
    Works great! Thanks so much Proggie with ss+turm no pots. whip + ddef bgs spec.

    Time Running: 1 Hours, 56 Minutes and 51 Seconds
    Xp gained: 289611
    Xp/hr: 148688
    How'd you get it to requip the ddef?

    Edit: Fixed!

    Suggestion: After a fight, have the script set camera to North and continue as it does at the beginning of the script. Reason being because its off course and missclicks the bank :/ throws the whole script off.

    Edit 2:
    Progress Report:
    Time Running: 1 Hours, 6 Minutes and 49 Seconds
    Xp gained: 122498
    Xp/hr: 109979
    
    Time Running: 1 Hours, 1 Minutes and 42 Seconds
    Xp gained: 123676
    Xp/hr: 120262
    Last edited by Ezio Auditore da Firenze; 06-13-2012 at 11:03 AM.
    Last known as Jonno.

  22. #147
    Join Date
    Feb 2012
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Sokkr7 View Post
    Works great! Thanks so much Proggie with ss+turm no pots. whip + ddef bgs spec.

    Time Running: 1 Hours, 56 Minutes and 51 Seconds
    Xp gained: 289611
    Xp/hr: 148688
    @ what combat stats if I can ask? (any summoning used?)

  23. #148
    Join Date
    May 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting around 115k defence xp/hour, which is great.

    Do you guys think a super dominion medallion is worth using over a glory/gury?

  24. #149
    Join Date
    May 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My highest EXP/Hr so far, this time training Strength, with a Talon Beast (and for some reason he DOES summon a new one, yay!)

    Time Running: 1 Hours, 1 Minutes and 30 Seconds
    Xp gained: 229300
    Xp/hr: 223685

    Inventory setup:
    1x BGS (No EE, my Soulsplit heals enough)
    3x Extreme attack & Str
    13x Prayer pot
    3x Prayer renew
    1x Summ pot
    2x Talon Beast pouch
    1x Holy Wrench
    Using Berserker + Turmoil + Soulsplit

    Gear setup:
    Full void melee with the void deflector shield (no gloves)
    Barrows gloves (Got tired of replacing my Goliath gloves every few hours)
    Fury
    Tokkul-zo (sold zerker ring, too cheap to buy a new one, but it would be better exp)
    Steadfast boots
    Soulwars cape
    Chaotic Rapier

    Stats: 98 attack & 92 strength

  25. #150
    Join Date
    Feb 2008
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How are you not an SRL member yet?

Page 6 of 19 FirstFirst ... 4567816 ... 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
  •